summaryrefslogtreecommitdiff
path: root/Zend/tests/ast_serialize_backtick_literal.phpt
blob: 0465abac33dbe18e595c7799290feea18e35d188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Serialization of backtick literal is incorrect
--INI--
zend.assertions=1
assert.exception=0
--FILE--
<?php

assert_options(ASSERT_WARNING);
assert(false && `echo -n ""`);
?>
--EXPECTF--
Warning: assert(): assert(false && `echo -n ""`) failed in %s%east_serialize_backtick_literal.php on line %d