bug72944.phpt 327 B

123456789101112
  1. --TEST--
  2. Bug #72944 (Null pointer deref in zval_delref_p).
  3. --FILE--
  4. <?php
  5. "a"== e & $A = $A? 0 : 0 ?:0;
  6. echo "OK\n";
  7. ?>
  8. --EXPECTF--
  9. Warning: Use of undefined constant e - assumed 'e' (this will throw an Error in a future version of PHP) in %sbug72944.php on line 2
  10. Notice: Undefined variable: A in %sbug72944.php on line 2
  11. OK