/PHP-8.3/ext/phar/ |
H A D | phar_object.c | 3917 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 D | csprng.c | 158 …zend_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() 178 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Error reading from /dev/urandom: %s"… in php_random_bytes() 180 … zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Error reading from /dev/urandom"); in php_random_bytes() 196 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Could not gather sufficient random d… in php_random_bytes() 198 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Could not gather sufficient random d… in php_random_bytes()
|
H A D | engine_mt19937.c | 353 …zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD() 360 …zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD() 365 …zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD() 372 …zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD() 376 …zend_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 D | msgformat_class.c | 78 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 D | php_reflection.c | 1610 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 D | zend_exceptions.h | 61 ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long c…
|
H A D | zend_fibers.c | 212 …zend_throw_exception_ex(NULL, 0, "Fiber stack size is too small, it needs to be at least %zu bytes… in zend_fiber_stack_allocate() 225 …zend_throw_exception_ex(NULL, 0, "Fiber stack allocate failed: VirtualAlloc failed: [0x%08lx] %s",… in zend_fiber_stack_allocate() 236 …zend_throw_exception_ex(NULL, 0, "Fiber stack protect failed: VirtualProtect failed: [0x%08lx] %s"… in zend_fiber_stack_allocate() 246 …zend_throw_exception_ex(NULL, 0, "Fiber stack allocate failed: mmap failed: %s (%d)", strerror(err… in zend_fiber_stack_allocate() 254 …zend_throw_exception_ex(NULL, 0, "Fiber stack protect failed: mprotect failed: %s (%d)", strerror(… in zend_fiber_stack_allocate() 278 …zend_throw_exception_ex(NULL, 0, "Fiber shadow stack allocate failed: mmap failed: %s (%d)", strer… in zend_fiber_stack_allocate()
|
H A D | zend_interfaces.c | 247 …zend_throw_exception_ex(NULL, 0, "Objects returned by %s::getIterator() must be traversable or imp… in zend_user_it_get_new_iterator() 432 …zend_throw_exception_ex(NULL, 0, "%s::serialize() must return a string or NULL", ZSTR_VAL(ce->name… in zend_user_serialize()
|
H A D | zend_language_scanner.l | 1196 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() 2425 …zend_throw_exception_ex(zend_ce_parse_error, 0, "Unterminated comment starting line %d", CG(zend_l… 2727 …zend_throw_exception_ex(zend_ce_parse_error, 0, "Invalid body indentation level (expecting an inde…
|
/PHP-8.3/ext/bcmath/ |
H A D | bcmath.c | 348 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 D | rulebasedbreakiterator_methods.cpp | 77 zend_throw_exception_ex(IntlException_ce_ptr, 0, in _php_intlrbbi_constructor_body()
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_dbh.c | 266 …zend_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 D | intl_error.c | 99 zend_throw_exception_ex( IntlException_ce_ptr, 0, "%s", msg ); in intl_error_set_custom_msg()
|
/PHP-8.3/ext/spl/ |
H A D | spl_directory.c | 314 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() 346 …zend_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() 859 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD() 1285 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Unable to read link %s, error: %s", ZSTR_VAL(… in FileInfoFunction() 1864 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot read from file %s", ZSTR_VAL(intern->f… in spl_filesystem_file_cannot_read() 2022 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot rewind file %s", ZSTR_VAL(intern->file… in spl_filesystem_file_rewind() [all …]
|
H A D | spl_iterators.c | 526 zend_throw_exception_ex(spl_ce_LogicException, 0, in spl_get_iterator_from_aggregate() 1304 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "Classes derived from %s must call %s::_… 1336 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s::getIterator() must be called exactl… in spl_dual_it_construct() 2228 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to " ZEND_LONG_FMT " which is… in spl_limit_it_seek() 2494 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not fetch string value (see Cac… in PHP_METHOD() 2528 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD() 2551 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD() 2577 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD() 2598 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD() 2618 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD() [all …]
|
H A D | spl_observer.c | 478 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() 939 …zend_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 D | spl_array.c | 1092 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, in spl_array_set_array() 1324 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD() 1752 …zend_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 D | spl_fixedarray.c | 733 …zend_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 D | gmp.c | 797 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 D | math.c | 1335 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in PHP_FUNCTION() 1340 …zend_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 D | hash.c | 1495 …zend_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() 1558 …zend_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 D | dblib_driver.c | 618 zend_throw_exception_ex(php_pdo_get_exception(), DBLIB_G(err).dberr, in pdo_dblib_handle_factory()
|
/PHP-8.3/ext/json/ |
H A D | json_encoder.c | 572 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 D | php_date.c | 2428 …zend_throw_exception_ex(date_ce_date_malformed_string_exception, 0, "Failed to parse time string (… in php_date_initialize() 3874 …zend_throw_exception_ex(date_ce_date_invalid_timezone_exception, 0, "DateTimeZone::__construct(): … in PHP_METHOD() 4259 …zend_throw_exception_ex(date_ce_date_malformed_interval_string_exception, 0, "Unknown or bad forma… in date_interval_initialize() 4275 …zend_throw_exception_ex(date_ce_date_malformed_interval_string_exception, 0, "Failed to parse inte… in date_interval_initialize() 4847 …zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "Unknown or bad format … in date_period_initialize() 4876 …zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "%s(): ISO interval mus… in date_period_init_iso8601_string() 4882 …zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "%s(): ISO interval mus… in date_period_init_iso8601_string() 4888 …zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "%s(): ISO interval mus… in date_period_init_iso8601_string() 4908 …zend_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 D | odbc_driver.c | 103 zend_throw_exception_ex(php_pdo_get_exception(), einfo->last_error, "SQLSTATE[%s] %s: %d %s", in pdo_odbc_error()
|