Home
last modified time | relevance | path

Searched refs:zend_throw_exception_ex (Results 1 – 25 of 41) sorted by relevance

12

/PHP-8.3/ext/phar/
H A Dphar_object.c3917 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
3938 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
3951 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4368 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4373 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4397 zend_throw_exception_ex(phar_ce_PharException, 0, in PHP_METHOD()
4412 zend_throw_exception_ex(phar_ce_PharException, 0, in PHP_METHOD()
4445 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4454 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4458 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
[all …]
/PHP-8.3/ext/random/
H A Dcsprng.c158zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Cannot open /dev/urandom: %s", strer… in php_random_bytes()
160 zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Cannot open /dev/urandom"); in php_random_bytes()
178zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Error reading from /dev/urandom: %s"… in php_random_bytes()
180zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Error reading from /dev/urandom"); in php_random_bytes()
196zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Could not gather sufficient random d… in php_random_bytes()
198zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Could not gather sufficient random d… in php_random_bytes()
H A Dengine_mt19937.c353zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD()
360zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD()
365zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD()
372zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD()
376zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD()
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat_class.c78 zend_throw_exception_ex(NULL, 0, "Failed to clone MessageFormatter object"); in MessageFormatter_object_clone()
81 zend_throw_exception_ex(NULL, 0, "Cannot clone unconstructed MessageFormatter"); in MessageFormatter_object_clone()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c1610 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
2009 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
2048 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
2905 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
2930 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
2962 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
3291 zend_throw_exception_ex(reflection_exception_ptr, 0, in instantiate_reflection_method()
3382 zend_throw_exception_ex(reflection_exception_ptr, 0, in reflection_method_invoke()
3431 zend_throw_exception_ex(reflection_exception_ptr, 0, in reflection_method_invoke()
3745 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
[all …]
/PHP-8.3/Zend/
H A Dzend_exceptions.h61 ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long c…
H A Dzend_fibers.c212zend_throw_exception_ex(NULL, 0, "Fiber stack size is too small, it needs to be at least %zu bytes… in zend_fiber_stack_allocate()
225zend_throw_exception_ex(NULL, 0, "Fiber stack allocate failed: VirtualAlloc failed: [0x%08lx] %s",… in zend_fiber_stack_allocate()
236zend_throw_exception_ex(NULL, 0, "Fiber stack protect failed: VirtualProtect failed: [0x%08lx] %s"… in zend_fiber_stack_allocate()
246zend_throw_exception_ex(NULL, 0, "Fiber stack allocate failed: mmap failed: %s (%d)", strerror(err… in zend_fiber_stack_allocate()
254zend_throw_exception_ex(NULL, 0, "Fiber stack protect failed: mprotect failed: %s (%d)", strerror(… in zend_fiber_stack_allocate()
278zend_throw_exception_ex(NULL, 0, "Fiber shadow stack allocate failed: mmap failed: %s (%d)", strer… in zend_fiber_stack_allocate()
H A Dzend_interfaces.c247zend_throw_exception_ex(NULL, 0, "Objects returned by %s::getIterator() must be traversable or imp… in zend_user_it_get_new_iterator()
432zend_throw_exception_ex(NULL, 0, "%s::serialize() must return a string or NULL", ZSTR_VAL(ce->name… in zend_user_serialize()
H A Dzend_language_scanner.l1196 zend_throw_exception_ex(zend_ce_parse_error, 0, in strip_multiline_string_indentation()
1270 zend_throw_exception_ex(zend_ce_parse_error, 0, "Unmatched '%c'", closing); in exit_nesting()
2425zend_throw_exception_ex(zend_ce_parse_error, 0, "Unterminated comment starting line %d", CG(zend_l…
2727zend_throw_exception_ex(zend_ce_parse_error, 0, "Invalid body indentation level (expecting an inde…
/PHP-8.3/ext/bcmath/
H A Dbcmath.c348 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in PHP_FUNCTION()
402 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in PHP_FUNCTION()
477 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in PHP_FUNCTION()
/PHP-8.3/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp77 zend_throw_exception_ex(IntlException_ce_ptr, 0, in _php_intlrbbi_constructor_body()
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.c266zend_throw_exception_ex(php_pdo_get_exception(), 0, "invalid data source name (via INI: %s)", alt_… in PHP_METHOD()
290 zend_throw_exception_ex(php_pdo_get_exception(), 0, "could not find driver"); in PHP_METHOD()
606 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is already an active transaction"); in PHP_METHOD()
612 zend_throw_exception_ex(php_pdo_get_exception(), 0, "This driver doesn't support transactions"); in PHP_METHOD()
636 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is no active transaction"); in PHP_METHOD()
660 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is no active transaction"); in PHP_METHOD()
/PHP-8.3/ext/intl/
H A Dintl_error.c99 zend_throw_exception_ex( IntlException_ce_ptr, 0, "%s", msg ); in intl_error_set_custom_msg()
/PHP-8.3/ext/spl/
H A Dspl_directory.c314 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, in spl_filesystem_dir_open()
337 zend_throw_exception_ex(spl_ce_LogicException, 0, "Cannot use SplFileObject with directories"); in spl_filesystem_file_open()
346zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot open file '%s'", ZSTR_VAL(intern->file… in spl_filesystem_file_open()
484 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot create SplFileInfo for empty path"); in spl_filesystem_object_create_info()
518 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Could not open file"); in spl_filesystem_object_create_type()
588 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Operation not supported"); in spl_filesystem_object_create_type()
859zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()
1285zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Unable to read link %s, error: %s", ZSTR_VAL(… in FileInfoFunction()
1864zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot read from file %s", ZSTR_VAL(intern->f… in spl_filesystem_file_cannot_read()
2022zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot rewind file %s", ZSTR_VAL(intern->file… in spl_filesystem_file_rewind()
[all …]
H A Dspl_iterators.c526 zend_throw_exception_ex(spl_ce_LogicException, 0, in spl_get_iterator_from_aggregate()
1304zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "Classes derived from %s must call %s::_…
1336zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s::getIterator() must be called exactl… in spl_dual_it_construct()
2228zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to " ZEND_LONG_FMT " which is… in spl_limit_it_seek()
2494zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not fetch string value (see Cac… in PHP_METHOD()
2528zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD()
2551zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD()
2577zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD()
2598zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD()
2618zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD()
[all …]
H A Dspl_observer.c478 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Object not found"); in spl_object_storage_read_dimension()
556 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Object not found"); in PHP_METHOD()
939zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Error at offset %zd of %zd bytes", ((… in PHP_METHOD()
1245 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Called %s() on an invalid iterator", in spl_multiple_iterator_get_all()
H A Dspl_array.c1092 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, in spl_array_set_array()
1324zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()
1752zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Error at offset " ZEND_LONG_FMT " of … in PHP_METHOD()
1848 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, in PHP_METHOD()
1855 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, in PHP_METHOD()
H A Dspl_fixedarray.c733zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "array must contain only positive inte… in PHP_METHOD()
744 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "integer overflow detected"); in PHP_METHOD()
/PHP-8.3/ext/gmp/
H A Dgmp.c797 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in gmp_zval_binary_ui_op()
799 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in gmp_zval_binary_ui_op()
847 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in gmp_zval_binary_ui_op2()
1408 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in ZEND_FUNCTION()
1679 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in ZEND_FUNCTION()
/PHP-8.3/ext/standard/
H A Dmath.c1335 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in PHP_FUNCTION()
1340zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Division of PHP_INT_MIN by -1 is not an inte… in PHP_FUNCTION()
/PHP-8.3/ext/hash/
H A Dhash.c1495zend_throw_exception_ex(NULL, 0, "HashContext for algorithm \"%s\" cannot be serialized", hash->op… in PHP_METHOD()
1547 zend_throw_exception_ex(NULL, 0, "Hash algorithm \"%s\" cannot be unserialized", ops->algo); in PHP_METHOD()
1558zend_throw_exception_ex(NULL, 0, "Incomplete or ill-formed serialization data (\"%s\" code %d)", o… in PHP_METHOD()
/PHP-8.3/ext/pdo_dblib/
H A Ddblib_driver.c618 zend_throw_exception_ex(php_pdo_get_exception(), DBLIB_G(err).dberr, in pdo_dblib_handle_factory()
/PHP-8.3/ext/json/
H A Djson_encoder.c572 zend_throw_exception_ex(NULL, 0, "Failed calling %s::jsonSerialize()", ZSTR_VAL(ce->name)); in php_json_encode_serializable_object()
/PHP-8.3/ext/date/
H A Dphp_date.c2428zend_throw_exception_ex(date_ce_date_malformed_string_exception, 0, "Failed to parse time string (… in php_date_initialize()
3874zend_throw_exception_ex(date_ce_date_invalid_timezone_exception, 0, "DateTimeZone::__construct(): … in PHP_METHOD()
4259zend_throw_exception_ex(date_ce_date_malformed_interval_string_exception, 0, "Unknown or bad forma… in date_interval_initialize()
4275zend_throw_exception_ex(date_ce_date_malformed_interval_string_exception, 0, "Failed to parse inte… in date_interval_initialize()
4847zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "Unknown or bad format … in date_period_initialize()
4876zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "%s(): ISO interval mus… in date_period_init_iso8601_string()
4882zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "%s(): ISO interval mus… in date_period_init_iso8601_string()
4888zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "%s(): ISO interval mus… in date_period_init_iso8601_string()
4908zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "%s(): Recurrence count… in date_period_init_finish()
/PHP-8.3/ext/pdo_odbc/
H A Dodbc_driver.c103 zend_throw_exception_ex(php_pdo_get_exception(), einfo->last_error, "SQLSTATE[%s] %s: %d %s", in pdo_odbc_error()

Completed in 145 milliseconds

12