Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/
H A Dffi.c192 static zend_class_entry *zend_ffi_exception_ce; variable
877 zend_throw_error(zend_ffi_exception_ce, "Cannot call callback"); in zend_ffi_callback_trampoline()
927 zend_throw_error(zend_ffi_exception_ce, "Cannot allocate callback"); in zend_ffi_create_callback()
970 zend_throw_error(zend_ffi_exception_ce, "Cannot prepare callback"); in zend_ffi_create_callback()
998 zend_throw_error(zend_ffi_exception_ce, "NULL pointer dereference"); in zend_ffi_cdata_get()
1021 zend_throw_error(zend_ffi_exception_ce, "NULL pointer dereference"); in zend_ffi_cdata_set()
1165 zend_throw_error(zend_ffi_exception_ce, "NULL pointer dereference"); in zend_ffi_cdata_read_field()
1243 zend_throw_error(zend_ffi_exception_ce, "NULL pointer dereference"); in zend_ffi_cdata_write_field()
3772 zend_throw_error(zend_ffi_exception_ce, "free() non a C pointer"); in ZEND_METHOD()
4101 zend_throw_error(zend_ffi_exception_ce, "negative array index"); in ZEND_METHOD()
[all …]

Completed in 23 milliseconds