summaryrefslogtreecommitdiff
path: root/Zend/tests/varSyntax/propertyOfStringError.phpt
blob: 85abc5849a7fff129125f03a008e197fc3c59cee (plain)
1
2
3
4
5
6
7
8
9
10
--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