6560247faf15f2b8ff2b3e44982a9c274413e8d4
[m6w6/ext-psi] / tests / parser / cpp005.phpt
1 --TEST--
2 CPP expansion
3 --SKIPIF--
4 <?php
5 extension_loaded("psi") or die("skip - need ext/psi");
6 ?>
7 --INI--
8 psi.directory={PWD}/cpp005
9 --FILE--
10 ===TEST===
11 <?php
12 ?>
13 ===DONE===
14 --EXPECTF--
15 PHP Warning: PSI syntax error, unexpected NUMBER, expecting ) or "," at col 11 in %stests/parser/cpp005/expansion.psi on line 2
16 PHP Warning: PSI preceding token 'bar' at col 1 in %stests/parser/cpp005/expansion.psi on line 2
17 PHP Warning: PSI preceding token 'foo' at col 1 in %stests/parser/cpp005/expansion.psi on line 2
18 PHP Warning: PSI preceding token '(' at col 10 in %stests/parser/cpp005/expansion.psi on line 2
19 PHP Warning: PSI offending token '2' at col 11 in %stests/parser/cpp005/expansion.psi on line 2
20 PHP Warning: PSI following token ')' at col 12 in %stests/parser/cpp005/expansion.psi on line 2
21
22 Warning: PSI syntax error, unexpected NUMBER, expecting ) or "," at col 11 in %stests/parser/cpp005/expansion.psi on line 2
23
24 Warning: PSI preceding token 'bar' at col 1 in %stests/parser/cpp005/expansion.psi on line 2
25
26 Warning: PSI preceding token 'foo' at col 1 in %stests/parser/cpp005/expansion.psi on line 2
27
28 Warning: PSI preceding token '(' at col 10 in %stests/parser/cpp005/expansion.psi on line 2
29
30 Warning: PSI offending token '2' at col 11 in %stests/parser/cpp005/expansion.psi on line 2
31
32 Warning: PSI following token ')' at col 12 in %stests/parser/cpp005/expansion.psi on line 2
33 ===TEST===
34 ===DONE===