1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Files
archived-php-src/Zend/tests/varSyntax/propertyOfStringError.phpt
2014-05-31 17:51:22 +02:00

11 lines
148 B
PHP

--TEST--
Cannot take property of a string
--FILE--
<?php
"foo"->bar;
?>
--EXPECTF--
Notice: Trying to get property of non-object in %s on line %d