Home
last modified time | relevance | path

Searched refs:zend_throw_error (Results 1 – 25 of 130) sorted by relevance

123456

/PHP-8.3/win32/
H A Dsignal.c102 zend_throw_error(NULL, "CTRL events can only be received on the main thread"); in PHP_FUNCTION()
108 zend_throw_error(NULL, "CTRL events trapping is only supported on console"); in PHP_FUNCTION()
144 zend_throw_error(NULL, "CTRL events trapping is only supported on console"); in PHP_FUNCTION()
/PHP-8.3/ext/mysqli/
H A Dmysqli_warning.c156 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); in mysqli_warning_message()
176 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); in mysqli_warning_sqlstate()
196 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); in mysqli_warning_errno()
213 zend_throw_error(NULL, "Cannot directly construct mysqli_warning"); in PHP_METHOD()
H A Dphp_mysqli_structs.h185 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(intern->zo.ce->name));\
190 zend_throw_error(NULL, "%s object is not fully initialized", ZSTR_VAL(intern->zo.ce->name)); \
199 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(intern->zo.ce->name));\
204 zend_throw_error(NULL, "%s object is not fully initialized", ZSTR_VAL(intern->zo.ce->name)); \
213 zend_throw_error(NULL, "%s object is not fully initialized", ZSTR_VAL(Z_OBJCE_P(__id)->name)); \
/PHP-8.3/ext/sysvshm/
H A Dsysvshm.c55 zend_throw_error(NULL, "Cannot directly construct SysvSharedMemory, use shm_attach() instead"); in sysvshm_get_constructor()
199 zend_throw_error(NULL, "Shared memory block has already been destroyed"); in PHP_FUNCTION()
222 zend_throw_error(NULL, "Shared memory block has already been destroyed"); in PHP_FUNCTION()
251 zend_throw_error(NULL, "Shared memory block has already been destroyed"); in PHP_FUNCTION()
291 zend_throw_error(NULL, "Shared memory block has already been destroyed"); in PHP_FUNCTION()
328 zend_throw_error(NULL, "Shared memory block has already been destroyed"); in PHP_FUNCTION()
349 zend_throw_error(NULL, "Shared memory block has already been destroyed"); in PHP_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_constants.c315 zend_throw_error(NULL, "Cannot access \"self\" when no class scope is active"); in zend_get_class_constant_ex()
321 zend_throw_error(NULL, "Cannot access \"parent\" when no class scope is active"); in zend_get_class_constant_ex()
324 zend_throw_error(NULL, "Cannot access \"parent\" when current class scope has no parent"); in zend_get_class_constant_ex()
332 zend_throw_error(NULL, "Cannot access \"static\" when no class scope is active"); in zend_get_class_constant_ex()
342zend_throw_error(NULL, "Undefined constant %s::%s", ZSTR_VAL(class_name), ZSTR_VAL(constant_name)); in zend_get_class_constant_ex()
349zend_throw_error(NULL, "Cannot access %s constant %s::%s", zend_visibility_string(ZEND_CLASS_CONST… in zend_get_class_constant_ex()
357zend_throw_error(NULL, "Cannot access trait constant %s::%s directly", ZSTR_VAL(class_name), ZSTR_… in zend_get_class_constant_ex()
378zend_throw_error(NULL, "Cannot declare self-referencing constant %s::%s", ZSTR_VAL(class_name), ZS… in zend_get_class_constant_ex()
532 zend_throw_error(NULL, "Undefined constant \"%s\"", name); in zend_get_constant_ex()
H A Dzend_fibers.c818 zend_throw_error(zend_ce_fiber_error, "Cannot call constructor twice"); in ZEND_METHOD()
838 zend_throw_error(zend_ce_fiber_error, "Cannot switch fibers in current execution context"); in ZEND_METHOD()
870 zend_throw_error(zend_ce_fiber_error, "Cannot suspend outside of a fiber"); in ZEND_METHOD()
875 zend_throw_error(zend_ce_fiber_error, "Cannot suspend in a force-closed fiber"); in ZEND_METHOD()
880 zend_throw_error(zend_ce_fiber_error, "Cannot switch fibers in current execution context"); in ZEND_METHOD()
904 zend_throw_error(zend_ce_fiber_error, "Cannot switch fibers in current execution context"); in ZEND_METHOD()
911 zend_throw_error(zend_ce_fiber_error, "Cannot resume a fiber that is not suspended"); in ZEND_METHOD()
932 zend_throw_error(zend_ce_fiber_error, "Cannot switch fibers in current execution context"); in ZEND_METHOD()
939 zend_throw_error(zend_ce_fiber_error, "Cannot resume a fiber that is not suspended"); in ZEND_METHOD()
1017 zend_throw_error(zend_ce_fiber_error, "Cannot get fiber return value: %s", message); in ZEND_METHOD()
[all …]
/PHP-8.3/ext/ffi/
H A Dffi.c968 zend_throw_error(zend_ffi_exception_ce, "Cannot call callback"); in zend_ffi_callback_trampoline()
1020 zend_throw_error(zend_ffi_exception_ce, "Cannot allocate callback"); in zend_ffi_create_callback()
1071 zend_throw_error(zend_ffi_exception_ce, "Cannot prepare callback"); in zend_ffi_create_callback()
1108 zend_throw_error(zend_ffi_exception_ce, "NULL pointer dereference"); in zend_ffi_cdata_get()
3908 zend_throw_error(zend_ffi_exception_ce, "free() non a C pointer"); in ZEND_METHOD()
4250 zend_throw_error(zend_ffi_exception_ce, "negative array index"); in ZEND_METHOD()
4826 zend_throw_error(zend_ffi_exception_ce, "Wrong field name"); in ZEND_METHOD()
4853 zend_throw_error(zend_ffi_exception_ce, "Wrong field name"); in ZEND_METHOD()
4939 zend_throw_error(zend_ffi_exception_ce, "Wrong argument number"); in ZEND_METHOD()
4945 zend_throw_error(zend_ffi_exception_ce, "Wrong argument number"); in ZEND_METHOD()
[all …]
/PHP-8.3/ext/intl/collator/
H A Dcollator_locale.c48 zend_throw_error(NULL, "Object not initialized"); in PHP_FUNCTION()
/PHP-8.3/ext/intl/formatter/
H A Dformatter_class.h47 zend_throw_error(NULL, "Found unconstructed NumberFormatter"); \
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat_class.h49 zend_throw_error(NULL, "Found unconstructed MessageFormatter"); \
/PHP-8.3/ext/session/
H A Dmod_user_class.c22 zend_throw_error(NULL, "Session is not active"); \
26 zend_throw_error(NULL, "Cannot call default session handler"); \
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat_class.h49 zend_throw_error(NULL, "Found unconstructed IntlDateFormatter"); \
H A Ddatepatterngenerator_class.h56 zend_throw_error(NULL, "Found unconstructed IntlDatePatternGenerator"); \
/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.h43 zend_throw_error(NULL, "Found unconstructed ResourceBundle"); \
/PHP-8.3/ext/intl/transliterator/
H A Dtransliterator_class.c161 zend_throw_error( NULL, "%s", ZSTR_VAL(err_msg) ); in Transliterator_clone_obj()
170 zend_throw_error(NULL, "Unconstructed Transliterator object cannot be cloned"); in Transliterator_clone_obj()
H A Dtransliterator_class.h55 zend_throw_error(NULL, "Found unconstructed transliterator"); \
/PHP-8.3/ext/dom/
H A Dxpath.c74 zend_throw_error(NULL, "Function name must be passed as the first argument"); in dom_xpath_ext_function_php()
154 zend_throw_error(NULL, "Unable to call handler %s()", ZSTR_VAL(callable)); in dom_xpath_ext_function_php()
157 zend_throw_error(NULL, "Not allowed to call handler '%s()'.", ZSTR_VAL(callable)); in dom_xpath_ext_function_php()
310 zend_throw_error(NULL, "Invalid XPath Context"); in PHP_METHOD()
354 zend_throw_error(NULL, "Invalid XPath Context"); in php_xpath_eval()
373 zend_throw_error(NULL, "Node from wrong document"); in php_xpath_eval()
/PHP-8.3/ext/simplexml/
H A Dphp_simplexml_exports.h34 zend_throw_error(NULL, "SimpleXMLElement is not properly initialized"); \
/PHP-8.3/ext/pdo/
H A Dphp_pdo.h60 zend_throw_error(NULL, "PDO object is not initialized, constructor was not called"); \
/PHP-8.3/ext/random/
H A Dengine_user.c52zend_throw_error(random_ce_Random_BrokenRandomEngineError, "A random engine must return a non-empt… in generate()
/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader.c89 zend_throw_error(NULL, "Failed to read property due to libxml error"); in xmlreader_property_reader()
177 zend_throw_error(NULL, "Cannot write to read-only property"); in xmlreader_write_property()
513 zend_throw_error(NULL, "Schema must be set prior to reading"); in php_xmlreader_set_relaxng_schema()
626 zend_throw_error(NULL, "Cannot access parser properties before loading data"); in PHP_METHOD()
788 zend_throw_error(NULL, "Data must be loaded before reading"); in PHP_METHOD()
831 zend_throw_error(NULL, "Data must be loaded before reading"); in PHP_METHOD()
957 zend_throw_error(NULL, "Schema must be set prior to reading"); in PHP_METHOD()
984 zend_throw_error(NULL, "Cannot access parser properties before loading data"); in PHP_METHOD()
1146 zend_throw_error(NULL, "Data must be loaded before expanding"); in PHP_METHOD()
1155 zend_throw_error(NULL, "XMLReader::expand() requires the DOM extension to be enabled"); in PHP_METHOD()
/PHP-8.3/ext/intl/breakiterator/
H A Dbreakiterator_class.h61 zend_throw_error(NULL, "Found unconstructed BreakIterator"); \
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_class.h58 zend_throw_error(NULL, "Found unconstructed IntlCalendar"); \
/PHP-8.3/ext/intl/timezone/
H A Dtimezone_class.h63 zend_throw_error(NULL, "Found unconstructed IntlTimeZone"); \
/PHP-8.3/ext/intl/spoofchecker/
H A Dspoofchecker_class.h68 zend_throw_error(NULL, "Found unconstructed Spoofchecker"); \

Completed in 79 milliseconds

123456