Home
last modified time | relevance | path

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

12345

/PHP-8.1/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.1/ext/intl/transliterator/
H A Dtransliterator_class.c174 zend_throw_error( NULL, "%s", ZSTR_VAL(err_msg) ); in Transliterator_clone_obj()
182 zend_throw_error(NULL, "Unconstructed Transliterator object cannot be cloned"); in Transliterator_clone_obj()
205 zend_throw_error(NULL, "Transliterator::$id is read-only"); in Transliterator_read_property()
228 zend_throw_error(NULL, "Transliterator::$id is read-only"); in Transliterator_write_property()
H A Dtransliterator_class.h55 zend_throw_error(NULL, "Found unconstructed transliterator"); \
/PHP-8.1/ext/mysqli/
H A Dphp_mysqli_structs.h203 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(intern->zo.ce->name));\
208 zend_throw_error(NULL, "%s object is not fully initialized", ZSTR_VAL(intern->zo.ce->name)); \
217 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(intern->zo.ce->name));\
222 zend_throw_error(NULL, "%s object is not fully initialized", ZSTR_VAL(intern->zo.ce->name)); \
231 zend_throw_error(NULL, "%s object is not fully initialized", ZSTR_VAL(Z_OBJCE_P(__id)->name)); \
H A Dmysqli_warning.c204 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); in mysqli_warning_message()
224 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); in mysqli_warning_sqlstate()
244 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); in mysqli_warning_errno()
261 zend_throw_error(NULL, "Cannot directly construct mysqli_warning"); in PHP_METHOD()
/PHP-8.1/ext/sysvshm/
H A Dsysvshm.c56 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.1/ext/ffi/
H A Dffi.c908 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()
3807 zend_throw_error(zend_ffi_exception_ce, "free() non a C pointer"); in ZEND_METHOD()
4133 zend_throw_error(zend_ffi_exception_ce, "negative array index"); in ZEND_METHOD()
4703 zend_throw_error(zend_ffi_exception_ce, "Wrong field name"); in ZEND_METHOD()
4730 zend_throw_error(zend_ffi_exception_ce, "Wrong field name"); in ZEND_METHOD()
4816 zend_throw_error(zend_ffi_exception_ce, "Wrong argument number"); in ZEND_METHOD()
4822 zend_throw_error(zend_ffi_exception_ce, "Wrong argument number"); in ZEND_METHOD()
[all …]
/PHP-8.1/Zend/
H A Dzend_constants.c340 zend_throw_error(NULL, "Cannot access \"self\" when no class scope is active"); in zend_get_class_constant_ex()
346 zend_throw_error(NULL, "Cannot access \"parent\" when no class scope is active"); in zend_get_class_constant_ex()
349 zend_throw_error(NULL, "Cannot access \"parent\" when current class scope has no parent"); in zend_get_class_constant_ex()
357 zend_throw_error(NULL, "Cannot access \"static\" when no class scope is active"); in zend_get_class_constant_ex()
367zend_throw_error(NULL, "Undefined constant %s::%s", ZSTR_VAL(class_name), ZSTR_VAL(constant_name)); in zend_get_class_constant_ex()
374zend_throw_error(NULL, "Cannot access %s constant %s::%s", zend_visibility_string(ZEND_CLASS_CONST… in zend_get_class_constant_ex()
386zend_throw_error(NULL, "Cannot declare self-referencing constant %s::%s", ZSTR_VAL(class_name), ZS… in zend_get_class_constant_ex()
540 zend_throw_error(NULL, "Undefined constant \"%s\"", name); in zend_get_constant_ex()
H A Dzend_fibers.c701 zend_throw_error(zend_ce_fiber_error, "Cannot switch fibers in current execution context"); in ZEND_METHOD()
706 zend_throw_error(zend_ce_fiber_error, "Cannot start a fiber that has already been started"); in ZEND_METHOD()
733 zend_throw_error(zend_ce_fiber_error, "Cannot suspend outside of a fiber"); in ZEND_METHOD()
738 zend_throw_error(zend_ce_fiber_error, "Cannot suspend in a force-closed fiber"); in ZEND_METHOD()
743 zend_throw_error(zend_ce_fiber_error, "Cannot switch fibers in current execution context"); in ZEND_METHOD()
767 zend_throw_error(zend_ce_fiber_error, "Cannot switch fibers in current execution context"); in ZEND_METHOD()
774 zend_throw_error(zend_ce_fiber_error, "Cannot resume a fiber that is not suspended"); in ZEND_METHOD()
795 zend_throw_error(zend_ce_fiber_error, "Cannot switch fibers in current execution context"); in ZEND_METHOD()
802 zend_throw_error(zend_ce_fiber_error, "Cannot resume a fiber that is not suspended"); in ZEND_METHOD()
880 zend_throw_error(zend_ce_fiber_error, "Cannot get fiber return value: %s", message); in ZEND_METHOD()
[all …]
/PHP-8.1/ext/intl/collator/
H A Dcollator_locale.c48 zend_throw_error(NULL, "Object not initialized"); in PHP_FUNCTION()
H A Dcollator_compare.c55 zend_throw_error(NULL, "Object not initialized"); in PHP_FUNCTION()
/PHP-8.1/ext/intl/formatter/
H A Dformatter_class.h47 zend_throw_error(NULL, "Found unconstructed NumberFormatter"); \
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_class.h49 zend_throw_error(NULL, "Found unconstructed MessageFormatter"); \
/PHP-8.1/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.1/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.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.h43 zend_throw_error(NULL, "Found unconstructed ResourceBundle"); \
/PHP-8.1/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()
151 zend_throw_error(NULL, "Unable to call handler %s()", ZSTR_VAL(callable)); in dom_xpath_ext_function_php()
154 zend_throw_error(NULL, "Not allowed to call handler '%s()'.", ZSTR_VAL(callable)); in dom_xpath_ext_function_php()
307 zend_throw_error(NULL, "Invalid XPath Context"); in PHP_METHOD()
351 zend_throw_error(NULL, "Invalid XPath Context"); in php_xpath_eval()
370 zend_throw_error(NULL, "Node from wrong document"); in php_xpath_eval()
/PHP-8.1/ext/pdo/
H A Dphp_pdo.h58 zend_throw_error(NULL, "PDO object is not initialized, constructor was not called"); \
/PHP-8.1/ext/simplexml/
H A Dphp_simplexml_exports.h34 zend_throw_error(NULL, "SimpleXMLElement is not properly initialized"); \
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.c88 zend_throw_error(NULL, "Failed to read property due to libxml error"); in xmlreader_property_reader()
176 zend_throw_error(NULL, "Cannot write to read-only property"); in xmlreader_write_property()
515 zend_throw_error(NULL, "Schema must be set prior to reading"); in php_xmlreader_set_relaxng_schema()
628 zend_throw_error(NULL, "Cannot access parser properties before loading data"); in PHP_METHOD()
790 zend_throw_error(NULL, "Data must be loaded before reading"); in PHP_METHOD()
833 zend_throw_error(NULL, "Data must be loaded before reading"); in PHP_METHOD()
959 zend_throw_error(NULL, "Schema must be set prior to reading"); in PHP_METHOD()
986 zend_throw_error(NULL, "Cannot access parser properties before loading data"); in PHP_METHOD()
1148 zend_throw_error(NULL, "Data must be loaded before expanding"); in PHP_METHOD()
1157 zend_throw_error(NULL, "XMLReader::expand() requires the DOM extension to be enabled"); in PHP_METHOD()
/PHP-8.1/ext/intl/breakiterator/
H A Dbreakiterator_class.h61 zend_throw_error(NULL, "Found unconstructed BreakIterator"); \
/PHP-8.1/ext/intl/calendar/
H A Dcalendar_class.h58 zend_throw_error(NULL, "Found unconstructed IntlCalendar"); \
/PHP-8.1/ext/intl/spoofchecker/
H A Dspoofchecker_class.h65 zend_throw_error(NULL, "Found unconstructed Spoofchecker"); \
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_class.h63 zend_throw_error(NULL, "Found unconstructed IntlTimeZone"); \

Completed in 81 milliseconds

12345