mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
First pass at moving `Zend/tests/gh*` tests to existing sub directories Work towards GH-15631
9 lines
205 B
PHP
9 lines
205 B
PHP
--TEST--
|
|
GH-16665 (\callable should not be usable)
|
|
--FILE--
|
|
<?php
|
|
class_alias('stdClass', 'callable');
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Cannot use "callable" as a class alias as it is reserved in %s on line %d
|