1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00
Files
archived-php-src/Zend/tests/varSyntax/propertyOfStringError.phpt
2019-10-02 10:34:08 +02:00

11 lines
155 B
PHP

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