mirror of
https://github.com/php/php-src.git
synced 2025-01-08 03:54:29 +08:00
11 lines
235 B
PHP
11 lines
235 B
PHP
--TEST--
|
|
Bug #33318 (throw 1; results in Invalid opcode 108/1/8)
|
|
--FILE--
|
|
<?php
|
|
throw 1;
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Uncaught Error: Can only throw objects in %sbug33318.php:2
|
|
Stack trace:
|
|
#0 {main}
|
|
thrown in %sbug33318.php on line 2
|