1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
Files
archived-php-src/Zend/tests/varSyntax/method_call_on_string_literal.phpt
2015-05-17 17:31:43 -05:00

12 lines
221 B
PHP

--TEST--
Method call on string literal
--FILE--
<?php
"string"->length();
?>
--EXPECTF--
Fatal error: Uncaught Error: Call to a member function length() on string in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d