File manager - Edit - /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/NullsafeObjectOperatorTest.inc
Back
<?php /* * Null safe operator. */ /* testObjectOperator */ echo $obj->foo; /* testNullsafeObjectOperator */ echo $obj?->foo; /* testNullsafeObjectOperatorWriteContext */ // Intentional parse error, but not the concern of the tokenizer. $foo?->bar->baz = 'baz'; /* testTernaryThen */ echo $obj ? $obj->prop : $other->prop; /* testParseErrorWhitespaceNotAllowed */ echo $obj ? -> foo; /* testParseErrorCommentNotAllowed */ echo $obj ?/*comment*/-> foo; /* testLiveCoding */ // Intentional parse error. This has to be the last test in the file. echo $obj?
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0 |
proxy
|
phpinfo
|
Settings