Searched refs:zend_ffi_exception_ce (Results 1 – 1 of 1) sorted by relevance
191 static zend_class_entry *zend_ffi_exception_ce; variable908 zend_throw_error(zend_ffi_exception_ce, "Cannot call callback"); in zend_ffi_callback_trampoline()960 zend_throw_error(zend_ffi_exception_ce, "Cannot allocate callback"); in zend_ffi_create_callback()1011 zend_throw_error(zend_ffi_exception_ce, "Cannot prepare callback"); in zend_ffi_create_callback()1048 zend_throw_error(zend_ffi_exception_ce, "NULL pointer dereference"); in zend_ffi_cdata_get()1070 zend_throw_error(zend_ffi_exception_ce, "NULL pointer dereference"); in zend_ffi_cdata_set()1207 zend_throw_error(zend_ffi_exception_ce, "NULL pointer dereference"); in zend_ffi_cdata_read_field()1276 zend_throw_error(zend_ffi_exception_ce, "NULL pointer dereference"); in zend_ffi_cdata_write_field()3788 zend_throw_error(zend_ffi_exception_ce, "free() non a C pointer"); in ZEND_METHOD()4118 zend_throw_error(zend_ffi_exception_ce, "negative array index"); in ZEND_METHOD()[all …]
Completed in 27 milliseconds