diff options
Diffstat (limited to 'Zend/tests/bug70785.phpt')
| -rw-r--r-- | Zend/tests/bug70785.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug70785.phpt b/Zend/tests/bug70785.phpt index 3c427ba069..f48bc3cdb9 100644 --- a/Zend/tests/bug70785.phpt +++ b/Zend/tests/bug70785.phpt @@ -8,7 +8,7 @@ set_error_handler(function($no, $msg) { }); try { - if ($a === null) { // ZEND_VM_SMART_BRANCH + if ($a === null) { // ZEND_VM_SMART_BRANCH undefined_function('Null'); } } catch (Exception $e) { |
