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
2020-07-10 21:05:28 +02:00

11 lines
153 B
PHP

--TEST--
Cannot take property of a string
--FILE--
<?php
"foo"->bar;
?>
--EXPECTF--
Warning: Attempt to read property "bar" on string in %s on line %d