Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/bug_64019.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Test PECL bug #64019
--SKIPIF--
<?php if(!extension_loaded('yaml')) die('skip yaml n/a'); ?>
--INI--
; Ignore Deprecated: Using null as an array offset is deprecated...
error_reporting = E_ALL & ~E_DEPRECATED
--FILE--
<?php
$yaml_code = <<<YAML
Expand Down
3 changes: 3 additions & 0 deletions tests/yaml_parse_spec_null.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Yaml 1.1 Spec - null
--SKIPIF--
<?php if(!extension_loaded('yaml')) die('skip yaml n/a'); ?>
--INI--
; Ignore Deprecated: Using null as an array offset is deprecated...
error_reporting = E_ALL & ~E_DEPRECATED
--FILE--
<?php
var_dump(yaml_parse('
Expand Down
Loading