Home
last modified time | relevance | path

Searched refs:ParserException (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/ffi/tests/
H A D013.phpt62 FFI\ParserException: void type is not allowed at line 1
63 FFI\ParserException: void type is not allowed at line 1
64 FFI\ParserException: Function returning array is not allowed at line 1
65 FFI\ParserException: Array of functions is not allowed at line 1
66 FFI\ParserException: Function returning function is not allowed at line 1
67 FFI\ParserException: Only the leftmost array can be undimensioned at line 1
H A Dbug79576.phpt33 FFI\ParserException: Undefined C type "oid" at line 1
34 FFI\ParserException: Undefined C type "oid" at line 1
35 FFI\ParserException: Undefined C type "some_not_declared_type" at line 3
H A D027.phpt82 FFI\ParserException: "[*]" is not allowed in other than function prototype scope at line 1
83 FFI\ParserException: "[*]" is not allowed in other than function prototype scope at line 1
84 FFI\ParserException: "[*]" is not allowed in other than function prototype scope at line 1
87 FFI\ParserException: "[]" is not allowed at line 1
88 FFI\ParserException: "[]" is not allowed at line 1
H A Dbug78270_2.phpt15 } catch (FFI\ParserException $ex) {
36 } catch (FFI\ParserException $ex) {
38 echo "($arglist): unexpected ParserException\n";
H A D028.phpt50 FFI\ParserException: Flexible array member not at end of struct at line 1
51 FFI\ParserException: Flexible array member not at end of struct at line 1
52 FFI\ParserException: Flexible array member in union at line 1
H A D016.phpt30 FFI\ParserException: function type is not allowed at line 1
31 FFI\ParserException: Struct/union can't contain an instance of itself at line 1
H A D017.phpt28 FFI\ParserException: function type is not allowed at line 1
31 FFI\ParserException: Struct/union can't contain an instance of itself at line 1
H A D003.phpt61 FFI\ParserException: Incomplete struct "_e" at line 1
62 FFI\ParserException: Incomplete struct "_f" at line 1
H A D004.phpt85 FFI\ParserException: Incomplete enum "_e" at line 1
86 FFI\ParserException: Incomplete enum "_f" at line 1
H A D043.phpt15 Fatal error: Uncaught FFI\ParserException: Redeclaration of "a" at line 3 in %s043.php:2
H A D015.phpt60 FFI\ParserException: Incomplete struct "DIR" at line 1
62 FFI\ParserException: Incomplete struct "DIR" at line 1
H A D018.phpt24 FFI\ParserException: Incomplete struct "X" at line 1
H A Dbug78270_1.phpt20 } catch (FFI\ParserException $ex) {
/php-src/ext/ffi/
H A Dffi.stub.php191 final class ParserException extends Exception { class

Completed in 13 milliseconds