1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/Zend/tests/varSyntax/propertyOfStringError.phpt

11 lines
154 B
PHP

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