Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c3591 static void zend_ffi_throw_parser_error(const char *format, ...) /* {{{ */ in zend_ffi_throw_parser_error() function
3630 zend_ffi_throw_parser_error("Incomplete enum \"%s\" at line %d", ZSTR_VAL(key), FFI_G(line)); in zend_ffi_validate_incomplete_type()
3632 zend_ffi_throw_parser_error("Incomplete union \"%s\" at line %d", ZSTR_VAL(key), FFI_G(line)); in zend_ffi_validate_incomplete_type()
3646 zend_ffi_throw_parser_error("Incomplete C type %s at line %d", ZSTR_VAL(key), FFI_G(line)); in zend_ffi_validate_incomplete_type()
3651 zend_ffi_throw_parser_error("Incomplete type at line %d", FFI_G(line)); in zend_ffi_validate_incomplete_type()
3654 zend_ffi_throw_parser_error("\"[]\" is not allowed at line %d", FFI_G(line)); in zend_ffi_validate_incomplete_type()
3667 zend_ffi_throw_parser_error("void type is not allowed at line %d", FFI_G(line)); in zend_ffi_validate_type()
3677 zend_ffi_throw_parser_error("function type is not allowed at line %d", FFI_G(line)); in zend_ffi_validate_var_type()
6072 zend_ffi_throw_parser_error("Flexible array member in union at line %d", FFI_G(line));
6332 zend_ffi_throw_parser_error("Array of functions is not allowed at line %d", FFI_G(line));
[all …]

Completed in 23 milliseconds