mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
8 lines
167 B
PHP
Executable File
8 lines
167 B
PHP
Executable File
--TEST--
|
|
Bug #33318 (throw 1; results in Invalid opcode 108/1/8)
|
|
--FILE--
|
|
<?php
|
|
throw 1;
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Can only throw objects in %sbug33318.php on line 2
|