Skip to content

Commit 00dafaf

Browse files
committed
Add deprecation to EXPECTF temporarily for Zend test that relies on SimpleXML
This should really use a function in zend_test to test this behaviour
1 parent c0e73c9 commit 00dafaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎Zend/tests/bug79919.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ $b = error_log(0);
1010
$b = simplexml_load_string('<xml/>', null, $b);
1111
define(0, $b);
1212
?>
13-
--EXPECT--
13+
--EXPECTF--
1414
0
15+
16+
Deprecated: simplexml_load_string(): Passing bool to parameter #3 ($options) of type int is deprecated in %s on line 3

0 commit comments

Comments
 (0)