/PHP-8.4/ext/phar/ |
H A D | phar_object.c | 3939 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 3960 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 3973 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 4390 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 4395 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 4419 zend_throw_exception_ex(phar_ce_PharException, 0, in PHP_METHOD() 4434 zend_throw_exception_ex(phar_ce_PharException, 0, in PHP_METHOD() 4467 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 4476 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 4480 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() [all …]
|
/PHP-8.4/ext/random/ |
H A D | engine_mt19937.c | 354 …zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD() 361 …zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD() 366 …zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD() 373 …zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD() 377 …zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.… in PHP_METHOD()
|
/PHP-8.4/ext/pdo_sqlite/ |
H A D | pdo_sqlite.c | 99 zend_throw_exception_ex(php_pdo_get_exception(), 0, "Not supported in multithreaded Web servers"); in PHP_METHOD() 105 zend_throw_exception_ex(php_pdo_get_exception(), 0, "Unable to load extension \"%s\"", extension); in PHP_METHOD() 116 zend_throw_exception_ex(php_pdo_get_exception(), 0, "Unable to load extension \"%s\"", errtext); in PHP_METHOD()
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.c | 1664 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD() 2070 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD() 2109 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD() 2969 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD() 2994 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD() 3026 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD() 3363 zend_throw_exception_ex(reflection_exception_ptr, 0, in instantiate_reflection_method() 3454 zend_throw_exception_ex(reflection_exception_ptr, 0, in reflection_method_invoke() 3503 zend_throw_exception_ex(reflection_exception_ptr, 0, in reflection_method_invoke() 3828 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD() [all …]
|
/PHP-8.4/ext/pdo/ |
H A D | pdo_dbh.c | 239 zend_throw_exception_ex(pdo_exception_ce, 0, in create_driver_specific_pdo_object() 258 zend_throw_exception_ex(pdo_exception_ce, 0, in create_driver_specific_pdo_object() 277 zend_throw_exception_ex(pdo_exception_ce, 0, in create_driver_specific_pdo_object() 341 …zend_throw_exception_ex(php_pdo_get_exception(), 0, "invalid data source name (via INI: %s)", alt_… in php_pdo_internal_construct_driver() 365 zend_throw_exception_ex(php_pdo_get_exception(), 0, "could not find driver"); in php_pdo_internal_construct_driver() 693 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is already an active transaction"); in PHP_METHOD() 699 zend_throw_exception_ex(php_pdo_get_exception(), 0, "This driver doesn't support transactions"); in PHP_METHOD() 723 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is no active transaction"); in PHP_METHOD() 747 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is no active transaction"); in PHP_METHOD()
|
/PHP-8.4/Zend/ |
H A D | zend_exceptions.h | 64 ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long c…
|
H A D | zend_fibers.c | 213 …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() 226 …zend_throw_exception_ex(NULL, 0, "Fiber stack allocate failed: VirtualAlloc failed: [0x%08lx] %s",… in zend_fiber_stack_allocate() 237 …zend_throw_exception_ex(NULL, 0, "Fiber stack protect failed: VirtualProtect failed: [0x%08lx] %s"… in zend_fiber_stack_allocate() 247 …zend_throw_exception_ex(NULL, 0, "Fiber stack allocate failed: mmap failed: %s (%d)", strerror(err… in zend_fiber_stack_allocate() 261 …zend_throw_exception_ex(NULL, 0, "Fiber stack protect failed: mprotect failed: %s (%d)", strerror(… in zend_fiber_stack_allocate() 285 …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() 436 …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() 2441 …zend_throw_exception_ex(zend_ce_parse_error, 0, "Unterminated comment starting line %d", CG(zend_l… 2743 …zend_throw_exception_ex(zend_ce_parse_error, 0, "Invalid body indentation level (expecting an inde…
|
/PHP-8.4/ext/bcmath/ |
H A D | bcmath.c | 368 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in PHP_FUNCTION() 422 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in PHP_FUNCTION() 473 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in PHP_FUNCTION() 551 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in PHP_FUNCTION() 1071 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in bcmath_number_div_internal() 1090 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in bcmath_number_mod_internal() 1546 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in PHP_METHOD() 1622 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in PHP_METHOD() 1857 …zend_throw_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(bcmath_numbe… in PHP_METHOD()
|
/PHP-8.4/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 78 zend_throw_exception_ex(IntlException_ce_ptr, 0, in _php_intlrbbi_constructor_body()
|
/PHP-8.4/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.4/ext/spl/ |
H A D | spl_observer.c | 473 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Object not found"); in spl_object_storage_read_dimension() 551 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Object not found"); in PHP_METHOD() 772 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD() 977 …zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Error at offset %zd of %zd bytes", ((… in PHP_METHOD() 1283 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Called %s() on an invalid iterator", in spl_multiple_iterator_get_all()
|
H A D | spl_directory.c | 305 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, in spl_filesystem_dir_open() 328 zend_throw_exception_ex(spl_ce_LogicException, 0, "Cannot use SplFileObject with directories"); in spl_filesystem_file_open() 337 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot open file '%s'", ZSTR_VAL(intern->file… in spl_filesystem_file_open() 505 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Could not open file"); in spl_filesystem_object_create_type() 575 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Operation not supported"); in spl_filesystem_object_create_type() 827 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD() 1253 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Unable to read link %s, error: %s", ZSTR_VAL(… in FileInfoFunction() 1840 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot read from file %s", ZSTR_VAL(intern->f… in spl_filesystem_file_cannot_read() 2003 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot rewind file %s", ZSTR_VAL(intern->file… in spl_filesystem_file_rewind() 2682 …zend_throw_exception_ex(spl_ce_LogicException, 0, "Can't truncate file %s", ZSTR_VAL(intern->file_… in PHP_METHOD()
|
H A D | spl_iterators.c | 518 zend_throw_exception_ex(spl_ce_LogicException, 0, in spl_get_iterator_from_aggregate() 1254 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "Classes derived from %s must call %s::_… 1286 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s::getIterator() must be called exactl… in spl_dual_it_construct() 2143 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to " ZEND_LONG_FMT " which is… in spl_limit_it_seek() 2402 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not fetch string value (see Cac… in PHP_METHOD() 2436 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD() 2459 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD() 2485 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD() 2506 …zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD() 2524 …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_array.c | 972 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, in spl_array_set_array() 1390 …zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Error at offset " ZEND_LONG_FMT " of … in PHP_METHOD() 1486 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, in PHP_METHOD() 1493 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, in PHP_METHOD() 1720 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()
|
H A D | spl_fixedarray.c | 722 …zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "array must contain only positive inte… in PHP_METHOD() 733 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "integer overflow detected"); in PHP_METHOD()
|
/PHP-8.4/ext/gmp/ |
H A D | gmp.c | 807 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in gmp_zval_binary_ui_op() 809 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in gmp_zval_binary_ui_op() 857 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in gmp_zval_binary_ui_op2() 1418 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in ZEND_FUNCTION() 1685 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in ZEND_FUNCTION() 1693 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in ZEND_FUNCTION()
|
/PHP-8.4/ext/dom/ |
H A D | xml_document.c | 188 zend_throw_exception_ex(NULL, 0, "Cannot open file '%s'", source); in load_from_helper()
|
/PHP-8.4/ext/standard/ |
H A D | math.c | 1451 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in PHP_FUNCTION() 1456 …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.4/ext/pdo_dblib/ |
H A D | dblib_driver.c | 619 zend_throw_exception_ex(php_pdo_get_exception(), DBLIB_G(err).dberr, in pdo_dblib_handle_factory()
|
/PHP-8.4/ext/hash/ |
H A D | hash.c | 1494 …zend_throw_exception_ex(NULL, 0, "HashContext for algorithm \"%s\" cannot be serialized", hash->op… in PHP_METHOD() 1546 zend_throw_exception_ex(NULL, 0, "Hash algorithm \"%s\" cannot be unserialized", ops->algo); in PHP_METHOD() 1557 …zend_throw_exception_ex(NULL, 0, "Incomplete or ill-formed serialization data (\"%s\" code %d)", o… in PHP_METHOD()
|
/PHP-8.4/ext/json/ |
H A D | json_encoder.c | 606 zend_throw_exception_ex(NULL, 0, "Failed calling %s::jsonSerialize()", ZSTR_VAL(ce->name)); in php_json_encode_serializable_object()
|
/PHP-8.4/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()
|
/PHP-8.4/ext/date/ |
H A D | php_date.c | 2437 …zend_throw_exception_ex(date_ce_date_malformed_string_exception, 0, "Failed to parse time string (… in php_date_initialize() 4095 …zend_throw_exception_ex(date_ce_date_invalid_timezone_exception, 0, "DateTimeZone::__construct(): … in PHP_METHOD() 4478 …zend_throw_exception_ex(date_ce_date_malformed_interval_string_exception, 0, "Unknown or bad forma… in date_interval_initialize() 4494 …zend_throw_exception_ex(date_ce_date_malformed_interval_string_exception, 0, "Failed to parse inte… in date_interval_initialize() 5066 …zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "Unknown or bad format … in date_period_initialize() 5095 …zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "%s(): ISO interval mus… in date_period_init_iso8601_string() 5101 …zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "%s(): ISO interval mus… in date_period_init_iso8601_string() 5107 …zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "%s(): ISO interval mus… in date_period_init_iso8601_string() 5127 …zend_throw_exception_ex(date_ce_date_malformed_period_string_exception, 0, "%s(): Recurrence count… in date_period_init_finish()
|