Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/phar/
H A Dphar_object.c3894 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
3915 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
3928 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4345 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4350 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4374 zend_throw_exception_ex(phar_ce_PharException, 0, in PHP_METHOD()
4389 zend_throw_exception_ex(phar_ce_PharException, 0, in PHP_METHOD()
4422 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4431 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4435 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
[all …]
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_class.c80 zend_throw_exception_ex(NULL, 0, "Failed to clone MessageFormatter object"); in MessageFormatter_object_clone()
83 zend_throw_exception_ex(NULL, 0, "Cannot clone unconstructed MessageFormatter"); in MessageFormatter_object_clone()
/PHP-8.1/ext/bcmath/libbcmath/src/
H A Draisemod.c71 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in bc_raisemod()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c1594 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
1995 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
2046 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
2892 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
2917 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
2949 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
3247 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
3331 zend_throw_exception_ex(reflection_exception_ptr, 0, in reflection_method_invoke()
3398 zend_throw_exception_ex(reflection_exception_ptr, 0, in reflection_method_invoke()
3699 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
[all …]
/PHP-8.1/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.c182zend_throw_exception_ex(NULL, 0, "Fiber stack size is too small, it needs to be at least %zu bytes… in zend_fiber_stack_allocate()
195zend_throw_exception_ex(NULL, 0, "Fiber stack allocate failed: VirtualAlloc failed: [0x%08lx] %s",… in zend_fiber_stack_allocate()
206zend_throw_exception_ex(NULL, 0, "Fiber stack protect failed: VirtualProtect failed: [0x%08lx] %s"… in zend_fiber_stack_allocate()
216zend_throw_exception_ex(NULL, 0, "Fiber stack allocate failed: mmap failed: %s (%d)", strerror(err… in zend_fiber_stack_allocate()
222zend_throw_exception_ex(NULL, 0, "Fiber stack protect failed: mprotect failed: %s (%d)", strerror(… 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()
393zend_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.l1185 zend_throw_exception_ex(zend_ce_parse_error, 0, in strip_multiline_string_indentation()
1259 zend_throw_exception_ex(zend_ce_parse_error, 0, "Unmatched '%c'", closing); in exit_nesting()
2416zend_throw_exception_ex(zend_ce_parse_error, 0, "Unterminated comment starting line %d", CG(zend_l…
2712zend_throw_exception_ex(zend_ce_parse_error, 0, "Invalid body indentation level (expecting an inde…
/PHP-8.1/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp76 zend_throw_exception_ex(IntlException_ce_ptr, 0, in _php_intlrbbi_constructor_body()
/PHP-8.1/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.1/ext/spl/
H A Dspl_directory.c296 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, in spl_filesystem_dir_open()
319 zend_throw_exception_ex(spl_ce_LogicException, 0, "Cannot use SplFileObject with directories"); in spl_filesystem_file_open()
328zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot open file '%s'", ZSTR_VAL(intern->file… in spl_filesystem_file_open()
462 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot create SplFileInfo for empty path"); in spl_filesystem_object_create_info()
496 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Could not open file"); in spl_filesystem_object_create_type()
583 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Operation not supported"); in spl_filesystem_object_create_type()
861zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()
1850zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot read from file %s", ZSTR_VAL(intern->f… in spl_filesystem_file_read_ex()
1934zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot read from file %s", ZSTR_VAL(intern->f… in spl_filesystem_file_read_line_ex()
2015zend_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.c491 zend_throw_exception_ex(spl_ce_LogicException, 0, in spl_get_iterator_from_aggregate()
1263zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "Classes derived from %s must call %s::_…
1295zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s::getIterator() must be called exactl… in spl_dual_it_construct()
2191zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to " ZEND_LONG_FMT " which is… in spl_limit_it_seek()
2457zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not fetch string value (see Cac… in PHP_METHOD()
2491zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD()
2514zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD()
2540zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD()
2561zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD()
2581zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD()
[all …]
H A Dspl_observer.c412 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Object not found"); in PHP_METHOD()
786zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Error at offset %zd of %zd bytes", ((… in PHP_METHOD()
1098 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Called %s() on an invalid iterator", in spl_multiple_iterator_get_all()
H A Dspl_array.c1156 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, in spl_array_set_array()
1396zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()
1824zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Error at offset " ZEND_LONG_FMT " of … in PHP_METHOD()
1912 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, in PHP_METHOD()
1919 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, in PHP_METHOD()
H A Dspl_fixedarray.c698zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "array must contain only positive inte… in PHP_METHOD()
709 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "integer overflow detected"); in PHP_METHOD()
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c263zend_throw_exception_ex(php_pdo_get_exception(), 0, "invalid data source name (via INI: %s)", alt_… in PHP_METHOD()
287 zend_throw_exception_ex(php_pdo_get_exception(), 0, "could not find driver"); in PHP_METHOD()
603 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is already an active transaction"); in PHP_METHOD()
609 zend_throw_exception_ex(php_pdo_get_exception(), 0, "This driver doesn't support transactions"); in PHP_METHOD()
633 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is no active transaction"); in PHP_METHOD()
657 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is no active transaction"); in PHP_METHOD()
/PHP-8.1/ext/bcmath/
H A Dbcmath.c349 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in PHP_FUNCTION()
405 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in PHP_FUNCTION()
/PHP-8.1/ext/gmp/
H A Dgmp.c736 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in gmp_zval_binary_ui_op()
738 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in gmp_zval_binary_ui_op()
786 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in gmp_zval_binary_ui_op2()
1312 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in ZEND_FUNCTION()
1583 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in ZEND_FUNCTION()
/PHP-8.1/ext/standard/
H A Dmath.c1209 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in PHP_FUNCTION()
1214zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Division of PHP_INT_MIN by -1 is not an inte… in PHP_FUNCTION()
/PHP-8.1/ext/hash/
H A Dhash.c1501zend_throw_exception_ex(NULL, 0, "HashContext for algorithm \"%s\" cannot be serialized", hash->op… in PHP_METHOD()
1553 zend_throw_exception_ex(NULL, 0, "Hash algorithm \"%s\" cannot be unserialized", ops->algo); in PHP_METHOD()
1564zend_throw_exception_ex(NULL, 0, "Incomplete or ill-formed serialization data (\"%s\" code %d)", o… in PHP_METHOD()
/PHP-8.1/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.1/ext/pdo_odbc/
H A Dodbc_driver.c101 zend_throw_exception_ex(php_pdo_get_exception(), einfo->last_error, "SQLSTATE[%s] %s: %d %s", in pdo_odbc_error()
/PHP-8.1/ext/json/
H A Djson_encoder.c546 zend_throw_exception_ex(NULL, 0, "Failed calling %s::jsonSerialize()", ZSTR_VAL(ce->name)); in php_json_encode_serializable_object()
/PHP-8.1/ext/date/
H A Dphp_date.c2275zend_throw_exception_ex(NULL, 0, "Failed to parse time string (%s) at position %d (%c): %s", time_… in php_date_initialize()
3838 zend_throw_exception_ex(NULL, 0, "Unknown or bad format (%s)", format); in date_interval_initialize()
3854 zend_throw_exception_ex(NULL, 0, "Failed to parse interval (%s)", format); in date_interval_initialize()
4265 zend_throw_exception_ex(NULL, 0, "Unknown or bad format (%s)", format); in date_period_initialize()
4316zend_throw_exception_ex(NULL, 0, "%s(): ISO interval must contain a start date, \"%s\" given", ZST… in PHP_METHOD()
4322zend_throw_exception_ex(NULL, 0, "%s(): ISO interval must contain an interval, \"%s\" given", ZSTR… in PHP_METHOD()
4328zend_throw_exception_ex(NULL, 0, "%s(): ISO interval must contain an end date or a recurrence coun… in PHP_METHOD()
4376 zend_throw_exception_ex(NULL, 0, "%s(): Recurrence count must be greater than 0", ZSTR_VAL(func)); in PHP_METHOD()
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c123 zend_throw_exception_ex(zend_ce_exception, 0, "open_basedir prohibits opening %s", fullpath); in PHP_METHOD()
134 zend_throw_exception_ex(zend_ce_exception, 0, "Unable to open database: %s", in PHP_METHOD()
150zend_throw_exception_ex(zend_ce_exception, 0, "Unable to open database: %s", sqlite3_errmsg(db_obj… in PHP_METHOD()

Completed in 129 milliseconds

12