Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/dom/
H A Dnode.c1800zend_throw_exception_ex(NULL, 0, "Serialization of '%s' is not allowed, unless serialization metho… in PHP_METHOD()
1806zend_throw_exception_ex(NULL, 0, "Unserialization of '%s' is not allowed, unless unserialization m… in PHP_METHOD()
/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_driver.c1104 zend_throw_exception_ex(php_pdo_get_exception(), H->isc_status[1], "SQLSTATE[%s] [%ld] %s", in pdo_firebird_handle_factory()
/PHP-8.1/ext/pdo_sqlite/
H A Dsqlite_driver.c818 zend_throw_exception_ex(php_pdo_get_exception(), 0, in pdo_sqlite_handle_factory()
/PHP-8.1/ext/pdo_oci/
H A Doci_driver.c179zend_throw_exception_ex(php_pdo_get_exception(), einfo->errcode, "SQLSTATE[%s]: %s", *pdo_err, ein… in _oci_error()
/PHP-8.1/Zend/
H A Dzend_exceptions.c855 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_operators.c1370 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in mod_function()
1783 zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Bit shift by negative number"); in shift_left_function()
1820 zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Bit shift by negative number"); in shift_right_function()
H A Dzend_execute.c840 zend_throw_exception_ex( in zend_match_unhandled_error()
4867zend_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_def.h225 zend_throw_exception_ex(zend_ce_division_by_zero_error, 0, "Modulo by zero"); in ZEND_VM_COLD_HELPER()
5153 zend_throw_exception_ex(
6084 zend_throw_exception_ex(
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()
2209 zend_throw_exception_ex( in ZEND_SEND_UNPACK_SPEC_HANDLER()
2573 zend_throw_exception_ex( in ZEND_ADD_ARRAY_UNPACK_SPEC_HANDLER()
/PHP-8.1/ext/spl/
H A Dspl_dllist.c1102zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Error at offset %zd of %zd bytes", ((… in PHP_METHOD()
/PHP-8.1/ext/mysqli/
H A Dmysqli.c1188zend_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.1/ext/standard/
H A Dvar.c1062 zend_throw_exception_ex(NULL, 0, "Serialization of '%s' is not allowed", in php_var_serialize_intern()
H A Dvar_unserializer.re1272 zend_throw_exception_ex(NULL, 0, "Unserialization of '%s' is not allowed",
/PHP-8.1/ext/snmp/
H A Dsnmp.c242 zend_throw_exception_ex(php_snmp_exception_ce, type, "%s", snmp_object->snmp_errstr); in php_snmp_error()
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c2450 zend_throw_exception_ex(php_pdo_get_exception(), 0, "You may not create a PDORow manually"); in row_get_ctor()
/PHP-8.1/ext/pgsql/
H A Dpgsql.c1970zend_throw_exception_ex(zend_ce_exception, 0, "Could not execute %s::%s()", ZSTR_VAL(ce->name), ZS… in php_pgsql_fetch_hash()

Completed in 223 milliseconds

12