Home
last modified time | relevance | path

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

123456

/php-src/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-src/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-src/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-src/Zend/
H A Dzend_constants.c308 zend_throw_error(NULL, "Cannot access \"self\" when no class scope is active"); in zend_get_class_constant_ex()
314 zend_throw_error(NULL, "Cannot access \"parent\" when no class scope is active"); in zend_get_class_constant_ex()
317 zend_throw_error(NULL, "Cannot access \"parent\" when current class scope has no parent"); in zend_get_class_constant_ex()
325 zend_throw_error(NULL, "Cannot access \"static\" when no class scope is active"); in zend_get_class_constant_ex()
335zend_throw_error(NULL, "Undefined constant %s::%s", ZSTR_VAL(class_name), ZSTR_VAL(constant_name)); in zend_get_class_constant_ex()
342zend_throw_error(NULL, "Cannot access %s constant %s::%s", zend_visibility_string(ZEND_CLASS_CONST… in zend_get_class_constant_ex()
350zend_throw_error(NULL, "Cannot access trait constant %s::%s directly", ZSTR_VAL(class_name), ZSTR_… in zend_get_class_constant_ex()
371zend_throw_error(NULL, "Cannot declare self-referencing constant %s::%s", ZSTR_VAL(class_name), ZS… in zend_get_class_constant_ex()
525 zend_throw_error(NULL, "Undefined constant \"%s\"", name); in zend_get_constant_ex()
H A Dzend_fibers.c804 zend_throw_error(zend_ce_fiber_error, "Cannot call constructor twice"); in ZEND_METHOD()
824 zend_throw_error(zend_ce_fiber_error, "Cannot switch fibers in current execution context"); in ZEND_METHOD()
856 zend_throw_error(zend_ce_fiber_error, "Cannot suspend outside of a fiber"); in ZEND_METHOD()
861 zend_throw_error(zend_ce_fiber_error, "Cannot suspend in a force-closed fiber"); in ZEND_METHOD()
866 zend_throw_error(zend_ce_fiber_error, "Cannot switch fibers in current execution context"); in ZEND_METHOD()
890 zend_throw_error(zend_ce_fiber_error, "Cannot switch fibers in current execution context"); in ZEND_METHOD()
897 zend_throw_error(zend_ce_fiber_error, "Cannot resume a fiber that is not suspended"); in ZEND_METHOD()
918 zend_throw_error(zend_ce_fiber_error, "Cannot switch fibers in current execution context"); in ZEND_METHOD()
925 zend_throw_error(zend_ce_fiber_error, "Cannot resume a fiber that is not suspended"); in ZEND_METHOD()
1003 zend_throw_error(zend_ce_fiber_error, "Cannot get fiber return value: %s", message); in ZEND_METHOD()
[all …]
/php-src/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()
3905 zend_throw_error(zend_ffi_exception_ce, "free() non a C pointer"); in ZEND_METHOD()
4247 zend_throw_error(zend_ffi_exception_ce, "negative array index"); in ZEND_METHOD()
4823 zend_throw_error(zend_ffi_exception_ce, "Wrong field name"); in ZEND_METHOD()
4850 zend_throw_error(zend_ffi_exception_ce, "Wrong field name"); in ZEND_METHOD()
4936 zend_throw_error(zend_ffi_exception_ce, "Wrong argument number"); in ZEND_METHOD()
4942 zend_throw_error(zend_ffi_exception_ce, "Wrong argument number"); in ZEND_METHOD()
[all …]
/php-src/ext/intl/collator/
H A Dcollator_locale.c48 zend_throw_error(NULL, "Object not initialized"); in PHP_FUNCTION()
/php-src/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-src/ext/intl/formatter/
H A Dformatter_class.h47 zend_throw_error(NULL, "Found unconstructed NumberFormatter"); \
/php-src/ext/intl/msgformat/
H A Dmsgformat_class.h49 zend_throw_error(NULL, "Found unconstructed MessageFormatter"); \
/php-src/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-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.h43 zend_throw_error(NULL, "Found unconstructed ResourceBundle"); \
/php-src/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-src/ext/simplexml/
H A Dphp_simplexml_exports.h34 zend_throw_error(NULL, "SimpleXMLElement is not properly initialized"); \
/php-src/ext/pdo/
H A Dphp_pdo.h60 zend_throw_error(NULL, "%s object is uninitialized", ZSTR_VAL(Z_OBJ(EX(This))->ce->name)); \
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c84 zend_throw_error(NULL, "Failed to read property due to libxml error"); in xmlreader_property_reader()
153zend_throw_error(NULL, "Cannot modify readonly property %s::$%s", ZSTR_VAL(object->ce->name), ZSTR… in xmlreader_write_property()
472 zend_throw_error(NULL, "Schema must be set prior to reading"); in php_xmlreader_set_relaxng_schema()
585 zend_throw_error(NULL, "Cannot access parser properties before loading data"); in PHP_METHOD()
747 zend_throw_error(NULL, "Data must be loaded before reading"); in PHP_METHOD()
790 zend_throw_error(NULL, "Data must be loaded before reading"); in PHP_METHOD()
916 zend_throw_error(NULL, "Schema must be set prior to reading"); in PHP_METHOD()
943 zend_throw_error(NULL, "Cannot access parser properties before loading data"); in PHP_METHOD()
1104 zend_throw_error(NULL, "Data must be loaded before expanding"); in PHP_METHOD()
1113 zend_throw_error(NULL, "XMLReader::expand() requires the DOM extension to be enabled"); in PHP_METHOD()
/php-src/ext/random/
H A Dengine_user.c53zend_throw_error(random_ce_Random_BrokenRandomEngineError, "A random engine must return a non-empt… in generate()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.h61 zend_throw_error(NULL, "Found unconstructed BreakIterator"); \
/php-src/ext/intl/calendar/
H A Dcalendar_class.h58 zend_throw_error(NULL, "Found unconstructed IntlCalendar"); \
/php-src/ext/dom/
H A Dxpath.c219 zend_throw_error(NULL, "Invalid XPath Context"); in PHP_METHOD()
256 zend_throw_error(NULL, "Invalid XPath Context"); in php_xpath_eval()
263 zend_throw_error(NULL, "Invalid XPath Document Pointer"); in php_xpath_eval()
280 zend_throw_error(NULL, "Node from wrong document"); in php_xpath_eval()
310 zend_throw_error(NULL, "Could not evaluate XPath expression"); in php_xpath_eval()
/php-src/ext/intl/timezone/
H A Dtimezone_class.h63 zend_throw_error(NULL, "Found unconstructed IntlTimeZone"); \
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_class.h68 zend_throw_error(NULL, "Found unconstructed Spoofchecker"); \

Completed in 91 milliseconds

123456