Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c205 static zend_class_entry *zend_ffi_parser_exception_ce; variable
3600 zend_throw_exception(zend_ffi_parser_exception_ce, message, 0); in zend_ffi_throw_parser_error()
5406 zend_ffi_parser_exception_ce = register_class_FFI_ParserException(zend_ffi_exception_ce);
5711 zend_throw_exception(zend_ffi_parser_exception_ce, message, 0);

Completed in 23 milliseconds