Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/phar/
H A Dphar_object.c3911 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
3932 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
3945 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4362 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4367 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4391 zend_throw_exception_ex(phar_ce_PharException, 0, in PHP_METHOD()
4406 zend_throw_exception_ex(phar_ce_PharException, 0, in PHP_METHOD()
4439 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4448 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4452 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
[all …]
/PHP-8.0/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.0/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.0/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_interfaces.c232zend_throw_exception_ex(NULL, 0, "Objects returned by %s::getIterator() must be traversable or imp… in zend_user_it_get_new_iterator()
378zend_throw_exception_ex(NULL, 0, "%s::serialize() must return a string or NULL", ZSTR_VAL(ce->name… in zend_user_serialize()
409 zend_throw_exception_ex(NULL, 0, "Serialization of '%s' is not allowed", ZSTR_VAL(ce->name)); in zend_class_serialize_deny()
416 zend_throw_exception_ex(NULL, 0, "Unserialization of '%s' is not allowed", ZSTR_VAL(ce->name)); in zend_class_unserialize_deny()
H A Dzend_language_scanner.l1207 zend_throw_exception_ex(zend_ce_parse_error, 0, in strip_multiline_string_indentation()
1281 zend_throw_exception_ex(zend_ce_parse_error, 0, "Unmatched '%c'", closing); in exit_nesting()
2355zend_throw_exception_ex(zend_ce_parse_error, 0, "Unterminated comment starting line %d", CG(zend_l…
2651zend_throw_exception_ex(zend_ce_parse_error, 0, "Invalid body indentation level (expecting an inde…
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c1530 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
1880 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
1931 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
2777 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
2802 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
2832 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
3104 zend_throw_exception_ex(reflection_exception_ptr, 0, in ZEND_METHOD()
3188 zend_throw_exception_ex(reflection_exception_ptr, 0, in reflection_method_invoke()
3195 zend_throw_exception_ex(reflection_exception_ptr, 0, in reflection_method_invoke()
3264 zend_throw_exception_ex(reflection_exception_ptr, 0, in reflection_method_invoke()
[all …]
/PHP-8.0/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp73 zend_throw_exception_ex(IntlException_ce_ptr, 0, in _php_intlrbbi_constructor_body()
/PHP-8.0/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.0/ext/spl/
H A Dspl_directory.c276 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, in spl_filesystem_dir_open()
297 zend_throw_exception_ex(spl_ce_LogicException, 0, "Cannot use SplFileObject with directories"); in spl_filesystem_file_open()
306zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot open file '%s'", intern->file_name_len… in spl_filesystem_file_open()
443 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot create SplFileInfo for empty path"); in spl_filesystem_object_create_info()
491 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()
852zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()
1868zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot read from file %s", intern->file_name); in spl_filesystem_file_read_ex()
1955zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot read from file %s", intern->file_name); in spl_filesystem_file_read_line_ex()
2035 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot rewind file %s", intern->file_name); in spl_filesystem_file_rewind()
[all …]
H A Dspl_iterators.c472 zend_throw_exception_ex(spl_ce_LogicException, 0, in spl_get_iterator_from_aggregate()
1272zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "Classes derived from %s must call %s::_…
1304zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s::getIterator() must be called exactl… in spl_dual_it_construct()
2209zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to " ZEND_LONG_FMT " which is… in spl_limit_it_seek()
2483zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not fetch string value (see Cac… in PHP_METHOD()
2517zend_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()
2566zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD()
2587zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD()
2607zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see Cachi… in PHP_METHOD()
[all …]
H A Dspl_array.c1120 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, in spl_array_set_array()
1359zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()
1771zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Error at offset " ZEND_LONG_FMT " of … in PHP_METHOD()
1859 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, in PHP_METHOD()
1866 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, in PHP_METHOD()
H A Dspl_fixedarray.c647zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "array must contain only positive inte… in PHP_METHOD()
658 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "integer overflow detected"); in PHP_METHOD()
H A Dspl_observer.c407 zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Object not found"); in PHP_METHOD()
798zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Error at offset %zd of %zd bytes", ((… in PHP_METHOD()
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c265zend_throw_exception_ex(php_pdo_get_exception(), 0, "invalid data source name (via INI: %s)", alt_… in PHP_METHOD()
289 zend_throw_exception_ex(php_pdo_get_exception(), 0, "could not find driver"); in PHP_METHOD()
601 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is already an active transaction"); in PHP_METHOD()
608 zend_throw_exception_ex(php_pdo_get_exception(), 0, "This driver doesn't support transactions"); in PHP_METHOD()
632 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is no active transaction"); in PHP_METHOD()
656 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is no active transaction"); in PHP_METHOD()
/PHP-8.0/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.0/ext/gmp/
H A Dgmp.c735 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in gmp_zval_binary_ui_op()
737 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in gmp_zval_binary_ui_op()
785 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in gmp_zval_binary_ui_op2()
1311 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in ZEND_FUNCTION()
1582 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in ZEND_FUNCTION()
/PHP-8.0/ext/standard/
H A Dmath.c1206 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Division by zero"); in PHP_FUNCTION()
1211zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Division of PHP_INT_MIN by -1 is not an inte… in PHP_FUNCTION()
/PHP-8.0/ext/json/
H A Djson_encoder.c490 zend_throw_exception_ex(NULL, 0, "Failed calling %s::jsonSerialize()", ZSTR_VAL(ce->name)); in php_json_encode_serializable_object()
/PHP-8.0/ext/pdo_dblib/
H A Ddblib_driver.c599 zend_throw_exception_ex(php_pdo_get_exception(), DBLIB_G(err).dberr, in pdo_dblib_handle_factory()
/PHP-8.0/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()
/PHP-8.0/ext/hash/
H A Dhash.c1474zend_throw_exception_ex(NULL, 0, "HashContext for algorithm \"%s\" cannot be serialized", hash->op… in PHP_METHOD()
1526 zend_throw_exception_ex(NULL, 0, "Hash algorithm \"%s\" cannot be unserialized", ops->algo); in PHP_METHOD()
1537zend_throw_exception_ex(NULL, 0, "Incomplete or ill-formed serialization data (\"%s\" code %d)", o… in PHP_METHOD()
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver.c788 zend_throw_exception_ex(php_pdo_get_exception(), 0, in pdo_sqlite_handle_factory()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c124 zend_throw_exception_ex(zend_ce_exception, 0, "open_basedir prohibits opening %s", fullpath); in PHP_METHOD()
135 zend_throw_exception_ex(zend_ce_exception, 0, "Unable to open database: %s", in PHP_METHOD()
151zend_throw_exception_ex(zend_ce_exception, 0, "Unable to open database: %s", sqlite3_errmsg(db_obj… in PHP_METHOD()
/PHP-8.0/ext/pdo_oci/
H A Doci_driver.c181zend_throw_exception_ex(php_pdo_get_exception(), einfo->errcode, "SQLSTATE[%s]: %s", *pdo_err, ein… in _oci_error()

Completed in 129 milliseconds

12