1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00
Files
archived-php-src/Zend/tests/bug72944.phpt
T
2019-05-07 14:07:30 +02:00

12 lines
213 B
PHP

--TEST--
Bug #72944 (Null pointer deref in zval_delref_p).
--FILE--
<?php
define('e', 'e');
("a"== e & $A = $A? 0 : 0) ?:0;
echo "OK\n";
?>
--EXPECTF--
Notice: Undefined variable: A in %sbug72944.php on line 3
OK