bison
[m6w6/ext-psi] / tests / parser / validate003.phpt
1 --TEST--
2 validate types
3 --SKIPIF--
4 <?php
5 extension_loaded("psi") or die("skip - need ext/psi");
6 ?>
7 --FILE--
8 ===TEST===
9 <?php
10
11 psi_validate_string("typedef long int;");
12 ?>
13 ===DONE===
14 --EXPECTF--
15 ===TEST===
16
17 Warning: PSI syntax error, unexpected ;, expecting %s at col 17 in %s on line 1
18 ===DONE===