Searched refs:zend_ffi_exception_ce (Results 1 – 1 of 1) sorted by relevance
204 static zend_class_entry *zend_ffi_exception_ce; variable970 zend_throw_error(zend_ffi_exception_ce, "Cannot call callback"); in zend_ffi_callback_trampoline()1022 zend_throw_error(zend_ffi_exception_ce, "Cannot allocate callback"); in zend_ffi_create_callback()1073 zend_throw_error(zend_ffi_exception_ce, "Cannot prepare callback"); in zend_ffi_create_callback()3952 zend_throw_error(zend_ffi_exception_ce, "free() non a C pointer"); in ZEND_METHOD()4294 zend_throw_error(zend_ffi_exception_ce, "negative array index"); in ZEND_METHOD()4870 zend_throw_error(zend_ffi_exception_ce, "Wrong field name"); in ZEND_METHOD()4897 zend_throw_error(zend_ffi_exception_ce, "Wrong field name"); in ZEND_METHOD()4983 zend_throw_error(zend_ffi_exception_ce, "Wrong argument number"); in ZEND_METHOD()4989 zend_throw_error(zend_ffi_exception_ce, "Wrong argument number"); in ZEND_METHOD()[all …]
Completed in 31 milliseconds