Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / php / Zend / tests / class_alias_004.phpt
blobb7dbabdeb09944cb5e6a06f93ac3139cfbb9e4dd
1 --TEST--
2 Testing creation of alias using an existing interface name
3 --FILE--
4 <?php
6 class foo { }
8 interface test { }
11 class_alias('foo', 'test');
14 --EXPECTF--
15 Warning: Cannot redeclare class test in %s on line %d