Searched refs:zend_throw_exception_ex (Results 26 – 36 of 36) sorted by relevance
12
/PHP-8.0/ext/pdo_firebird/ |
H A D | firebird_driver.c | 1095 zend_throw_exception_ex(php_pdo_get_exception(), H->isc_status[1], "SQLSTATE[%s] [%d] %s", in pdo_firebird_handle_factory()
|
/PHP-8.0/Zend/ |
H A D | zend_operators.c | 1355 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in mod_function() 1757 zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Bit shift by negative number"); in shift_left_function() 1794 zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Bit shift by negative number"); in shift_right_function()
|
H A D | zend_exceptions.c | 884 ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long c… in zend_throw_exception_ex() function
|
H A D | zend_vm_def.h | 225 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in ZEND_VM_COLD_HELPER() 5114 zend_throw_exception_ex( 6031 zend_throw_exception_ex( 8928 …zend_throw_exception_ex(zend_ce_unhandled_match_error, 0, "Unhandled match value of type %s", zend…
|
H A D | zend_execute.c | 4519 …zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name… in zend_fe_reset_iterator()
|
H A D | zend_vm_execute.h | 503 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in zend_mod_by_zero_helper_SPEC() 2200 zend_throw_exception_ex( in ZEND_SEND_UNPACK_SPEC_HANDLER() 2550 zend_throw_exception_ex( in ZEND_ADD_ARRAY_UNPACK_SPEC_HANDLER() 10361 …zend_throw_exception_ex(zend_ce_unhandled_match_error, 0, "Unhandled match value of type %s", zend… in ZEND_MATCH_ERROR_SPEC_CONST_UNUSED_HANDLER() 13854 …zend_throw_exception_ex(zend_ce_unhandled_match_error, 0, "Unhandled match value of type %s", zend… in ZEND_MATCH_ERROR_SPEC_TMPVARCV_UNUSED_HANDLER()
|
/PHP-8.0/ext/spl/ |
H A D | spl_dllist.c | 1164 …zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Error at offset %zd of %zd bytes", ((… in PHP_METHOD()
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli.c | 1231 …zend_throw_exception_ex(zend_ce_exception, 0, "Could not execute %s::%s()", ZSTR_VAL(ce->name), ZS… in php_mysqli_fetch_into_hash()
|
/PHP-8.0/ext/snmp/ |
H A D | snmp.c | 243 zend_throw_exception_ex(php_snmp_exception_ce, type, "%s", snmp_object->snmp_errstr); in php_snmp_error()
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_stmt.c | 2547 zend_throw_exception_ex(php_pdo_get_exception(), 0, "You may not create a PDORow manually"); in row_get_ctor()
|
/PHP-8.0/ext/pgsql/ |
H A D | pgsql.c | 1948 …zend_throw_exception_ex(zend_ce_exception, 0, "Could not execute %s::%s()", ZSTR_VAL(ce->name), ZS… in php_pgsql_fetch_hash()
|
Completed in 234 milliseconds
12