home
/
zktecojo
/
public_html
/
vendor
/
d11wtq
/
boris
/
lib
/
Boris
➕ New
📤 Upload
✎ Editing:
ExportInspector.php
← Back
<?php /* vim: set shiftwidth=2 expandtab softtabstop=2: */ namespace Boris; /** * Passes values through var_export() to inspect them. */ class ExportInspector implements Inspector { public function inspect($variable) { return sprintf(" → %s", var_export($variable, true)); } }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel