📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 09:50:39
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-yaml_2.2.3-2.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-yaml_2.2.3-2.el8/tests
🔄 Refresh
✏️
Editing: yaml_parse_003.phpt
Read Only
--TEST-- yaml_parse - parse errors --SKIPIF-- <?php if(!extension_loaded('yaml')) die('skip yaml n/a'); ?> --FILE-- <?php var_dump(yaml_parse('--- commercial-at: @text ')); var_dump(yaml_parse('--- grave-accent: `text ')); ?> --EXPECTF-- Warning: yaml_parse(): scanning error encountered during parsing: found character that cannot start any token (line 2, column 16), context while scanning for the next token (line 2, column 16) in %syaml_parse_003.php on line %d bool(false) Warning: yaml_parse(): scanning error encountered during parsing: found character that cannot start any token (line 2, column 15), context while scanning for the next token (line 2, column 15) in %syaml_parse_003.php on line %d bool(false)
💾 Save Changes
❌ Cancel