1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/Zend/tests/class_alias_006.phpt
Felipe Pena c065d7e7e7 - New tests
2008-05-12 13:30:50 +00:00

11 lines
215 B
PHP

--TEST--
Testing creation of alias to an internal class
--FILE--
<?php
class_alias('stdclass', 'foo');
?>
--EXPECTF--
Warning: First argument of class_alias() must be a name of user defined class in %s on line %d