Lines Matching refs:zend_ffi_throw_parser_error

3638 static void zend_ffi_throw_parser_error(const char *format, ...) /* {{{ */  in zend_ffi_throw_parser_error()  function
3660zend_ffi_throw_parser_error("\"[*]\" is not allowed in other than function prototype scope at line… in zend_ffi_validate_vla()
3677 zend_ffi_throw_parser_error("Incomplete enum \"%s\" at line %d", ZSTR_VAL(key), FFI_G(line)); in zend_ffi_validate_incomplete_type()
3679 zend_ffi_throw_parser_error("Incomplete union \"%s\" at line %d", ZSTR_VAL(key), FFI_G(line)); in zend_ffi_validate_incomplete_type()
3681zend_ffi_throw_parser_error("Incomplete struct \"%s\" at line %d", ZSTR_VAL(key), FFI_G(line)); in zend_ffi_validate_incomplete_type()
3693 zend_ffi_throw_parser_error("Incomplete C type %s at line %d", ZSTR_VAL(key), FFI_G(line)); in zend_ffi_validate_incomplete_type()
3698 zend_ffi_throw_parser_error("Incomplete type at line %d", FFI_G(line)); in zend_ffi_validate_incomplete_type()
3701 zend_ffi_throw_parser_error("\"[]\" is not allowed at line %d", FFI_G(line)); in zend_ffi_validate_incomplete_type()
3704zend_ffi_throw_parser_error("\"[*]\" is not allowed in other than function prototype scope at line… in zend_ffi_validate_incomplete_type()
3714 zend_ffi_throw_parser_error("void type is not allowed at line %d", FFI_G(line)); in zend_ffi_validate_type()
3724 zend_ffi_throw_parser_error("function type is not allowed at line %d", FFI_G(line)); in zend_ffi_validate_var_type()
6102zend_ffi_throw_parser_error("Flexible array member not at end of struct at line %d", FFI_G(line));
6113zend_ffi_throw_parser_error("Struct/union can't contain an instance of itself at line %d", FFI_G(l…
6119 zend_ffi_throw_parser_error("Flexible array member in union at line %d", FFI_G(line));
6379 zend_ffi_throw_parser_error("Array of functions is not allowed at line %d", FFI_G(line));
6382zend_ffi_throw_parser_error("Only the leftmost array can be undimensioned at line %d", FFI_G(line)…
6439 zend_ffi_throw_parser_error("Function returning function is not allowed at line %d", FFI_G(line));
6442 zend_ffi_throw_parser_error("Function returning array is not allowed at line %d", FFI_G(line));