/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/bug47516.phpt
--TEST-- Bug #47516 (nowdoc can not be embed in heredoc but can be embed in double quote) --FILE-- <?php $s='substr'; $htm=<<<DOC {$s(<<<'ppp' abcdefg ppp ,0,3)} DOC; echo "$htm\n"; $htm=<<<DOC {$s(<<<ppp abcdefg ppp ,0,3)} DOC; echo "$htm\n"; $htm="{$s(<<<'ppp' abcdefg ppp ,0,3)} "; echo "$htm\n"; ?> --EXPECT-- abc abc abc
Copyright ©2k19 -
Hexid
|
Tex7ure