Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_driver.c1095 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 Dzend_operators.c1355 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 Dzend_exceptions.c884 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 Dzend_vm_def.h225 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(
8928zend_throw_exception_ex(zend_ce_unhandled_match_error, 0, "Unhandled match value of type %s", zend…
H A Dzend_execute.c4519zend_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 Dzend_vm_execute.h503 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()
10361zend_throw_exception_ex(zend_ce_unhandled_match_error, 0, "Unhandled match value of type %s", zend… in ZEND_MATCH_ERROR_SPEC_CONST_UNUSED_HANDLER()
13854zend_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 Dspl_dllist.c1164zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Error at offset %zd of %zd bytes", ((… in PHP_METHOD()
/PHP-8.0/ext/mysqli/
H A Dmysqli.c1231zend_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 Dsnmp.c243 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 Dpdo_stmt.c2547 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 Dpgsql.c1948zend_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