/PHP-8.3/ext/sysvshm/ |
H A D | sysvshm.c | 55 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() 262 zend_throw_error(NULL, "Shared memory block has been destroyed by the serialization function"); in PHP_FUNCTION() 297 zend_throw_error(NULL, "Shared memory block has already been destroyed"); in PHP_FUNCTION() 334 zend_throw_error(NULL, "Shared memory block has already been destroyed"); in PHP_FUNCTION() 355 zend_throw_error(NULL, "Shared memory block has already been destroyed"); in PHP_FUNCTION()
|
/PHP-8.3/win32/ |
H A D | signal.c | 102 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 D | mysqli_warning.c | 156 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 D | php_mysqli_structs.h | 185 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/Zend/ |
H A D | zend_constants.c | 315 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() 342 …zend_throw_error(NULL, "Undefined constant %s::%s", ZSTR_VAL(class_name), ZSTR_VAL(constant_name)); in zend_get_class_constant_ex() 349 …zend_throw_error(NULL, "Cannot access %s constant %s::%s", zend_visibility_string(ZEND_CLASS_CONST… in zend_get_class_constant_ex() 357 …zend_throw_error(NULL, "Cannot access trait constant %s::%s directly", ZSTR_VAL(class_name), ZSTR_… in zend_get_class_constant_ex() 378 …zend_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 D | zend_fibers.c | 818 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 D | ffi.c | 968 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() 3914 zend_throw_error(zend_ffi_exception_ce, "free() non a C pointer"); in ZEND_METHOD() 4256 zend_throw_error(zend_ffi_exception_ce, "negative array index"); in ZEND_METHOD() 4832 zend_throw_error(zend_ffi_exception_ce, "Wrong field name"); in ZEND_METHOD() 4859 zend_throw_error(zend_ffi_exception_ce, "Wrong field name"); in ZEND_METHOD() 4945 zend_throw_error(zend_ffi_exception_ce, "Wrong argument number"); in ZEND_METHOD() 4951 zend_throw_error(zend_ffi_exception_ce, "Wrong argument number"); in ZEND_METHOD() [all …]
|
/PHP-8.3/ext/intl/collator/ |
H A D | collator_locale.c | 48 zend_throw_error(NULL, "Object not initialized"); in PHP_FUNCTION()
|
/PHP-8.3/ext/intl/formatter/ |
H A D | formatter_class.h | 47 zend_throw_error(NULL, "Found unconstructed NumberFormatter"); \
|
/PHP-8.3/ext/intl/msgformat/ |
H A D | msgformat_class.h | 49 zend_throw_error(NULL, "Found unconstructed MessageFormatter"); \
|
/PHP-8.3/ext/session/ |
H A D | mod_user_class.c | 22 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 D | dateformat_class.h | 49 zend_throw_error(NULL, "Found unconstructed IntlDateFormatter"); \
|
H A D | datepatterngenerator_class.h | 56 zend_throw_error(NULL, "Found unconstructed IntlDatePatternGenerator"); \
|
/PHP-8.3/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.h | 43 zend_throw_error(NULL, "Found unconstructed ResourceBundle"); \
|
/PHP-8.3/ext/intl/transliterator/ |
H A D | transliterator_class.c | 161 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 D | transliterator_class.h | 55 zend_throw_error(NULL, "Found unconstructed transliterator"); \
|
/PHP-8.3/ext/dom/ |
H A D | xpath.c | 74 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() 315 zend_throw_error(NULL, "Invalid XPath Context"); in PHP_METHOD() 359 zend_throw_error(NULL, "Invalid XPath Context"); in php_xpath_eval() 378 zend_throw_error(NULL, "Node from wrong document"); in php_xpath_eval()
|
/PHP-8.3/ext/simplexml/ |
H A D | php_simplexml_exports.h | 34 zend_throw_error(NULL, "SimpleXMLElement is not properly initialized"); \
|
/PHP-8.3/ext/pdo/ |
H A D | php_pdo.h | 60 zend_throw_error(NULL, "PDO object is not initialized, constructor was not called"); \
|
/PHP-8.3/ext/random/ |
H A D | engine_user.c | 52 …zend_throw_error(random_ce_Random_BrokenRandomEngineError, "A random engine must return a non-empt… in generate()
|
/PHP-8.3/ext/xmlreader/ |
H A D | php_xmlreader.c | 89 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() 1152 zend_throw_error(NULL, "Data must be loaded before expanding"); in PHP_METHOD() 1161 zend_throw_error(NULL, "XMLReader::expand() requires the DOM extension to be enabled"); in PHP_METHOD()
|
/PHP-8.3/ext/intl/breakiterator/ |
H A D | breakiterator_class.h | 61 zend_throw_error(NULL, "Found unconstructed BreakIterator"); \
|
/PHP-8.3/ext/intl/calendar/ |
H A D | calendar_class.h | 58 zend_throw_error(NULL, "Found unconstructed IntlCalendar"); \
|
/PHP-8.3/ext/intl/timezone/ |
H A D | timezone_class.h | 63 zend_throw_error(NULL, "Found unconstructed IntlTimeZone"); \
|
/PHP-8.3/ext/intl/spoofchecker/ |
H A D | spoofchecker_class.h | 68 zend_throw_error(NULL, "Found unconstructed Spoofchecker"); \
|