Home
last modified time | relevance | path

Searched refs:zend_argument_error (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/sodium/
H A Dlibsodium.c2635 zend_argument_error(sodium_exception_ce, 1, in PHP_FUNCTION()
2640 zend_argument_error(sodium_exception_ce, 2, in PHP_FUNCTION()
2667 zend_argument_error(sodium_exception_ce, 1, in PHP_FUNCTION()
3615 zend_argument_error(sodium_exception_ce, 1, in PHP_FUNCTION()
3620 zend_argument_error(sodium_exception_ce, 2, in PHP_FUNCTION()
3646 zend_argument_error(sodium_exception_ce, 1, in PHP_FUNCTION()
3671 zend_argument_error(sodium_exception_ce, 1, in PHP_FUNCTION()
3705 zend_argument_error(sodium_exception_ce, 1, in PHP_FUNCTION()
3710 zend_argument_error(sodium_exception_ce, 2, in PHP_FUNCTION()
3732 zend_argument_error(sodium_exception_ce, 1, in PHP_FUNCTION()
[all …]
/php-src/ext/spl/
H A Dspl_dllist.c688 zend_argument_error(spl_ce_OutOfRangeException, 1, "is out of range"); in PHP_METHOD()
694 zend_argument_error(spl_ce_OutOfRangeException, 1, "is an invalid offset"); in PHP_METHOD()
723 zend_argument_error(spl_ce_OutOfRangeException, 1, "is out of range"); in PHP_METHOD()
738 zend_argument_error(spl_ce_OutOfRangeException, 1, "is an invalid offset"); in PHP_METHOD()
760 zend_argument_error(spl_ce_OutOfRangeException, 1, "is out of range"); in PHP_METHOD()
798 zend_argument_error(spl_ce_OutOfRangeException, 1, "is an invalid offset"); in PHP_METHOD()
1172 zend_argument_error(spl_ce_OutOfRangeException, 1, "is out of range"); in PHP_METHOD()
/php-src/ext/gmp/
H A Dgmp.c905 zend_argument_error(zend_ce_division_by_zero_error, 2, "Division by zero"); in ZEND_FUNCTION()
949 zend_argument_error(zend_ce_division_by_zero_error, 2, "Division by zero"); in ZEND_FUNCTION()
989 zend_argument_error(zend_ce_division_by_zero_error, 2, "Division by zero"); in ZEND_FUNCTION()
1026 zend_argument_error(zend_ce_division_by_zero_error, 2, "Modulo by zero"); in ZEND_FUNCTION()
1046 zend_argument_error(zend_ce_division_by_zero_error, 2, "Division by zero"); in ZEND_FUNCTION()
/php-src/ext/sockets/
H A Dphp_sockets.h88 zend_argument_error(NULL, 1, "has already been closed"); \
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp348 zend_argument_error(NULL, 2, "is uninitialized"); in _php_intlcal_before_after()
775 zend_argument_error(NULL, 2, "is uninitialized"); in PHP_FUNCTION()
913 zend_argument_error(NULL, 2, "is uninitialized"); in PHP_FUNCTION()
/php-src/ext/pdo/
H A Dpdo_dbh.c333 zend_argument_error(php_pdo_get_exception(), 1, "must be a valid data source name"); in php_pdo_internal_construct_driver()
350 zend_argument_error(php_pdo_get_exception(), 1, "must be a valid data source URI"); in php_pdo_internal_construct_driver()
355 zend_argument_error(php_pdo_get_exception(), 1, "must be a valid data source name (via URI)"); in php_pdo_internal_construct_driver()
/php-src/ext/simplexml/
H A Dsimplexml.c2319 zend_argument_error(zend_ce_exception, 1, "is too long"); in PHP_METHOD()
2323 zend_argument_error(zend_ce_exception, 4, "is too long"); in PHP_METHOD()
2327 zend_argument_error(zend_ce_exception, 2, "is invalid"); in PHP_METHOD()
/php-src/ext/dba/
H A Ddba.c101 zend_argument_error(NULL, 1, "must have exactly two elements: \"key\" and \"name\""); in ZEND_GET_MODULE()
/php-src/ext/date/
H A Dphp_date.c2499 zend_argument_error( in php_date_initialize_from_ts_double()
2520 zend_argument_error( in php_date_initialize_from_ts_double()
3850 zend_argument_error( in PHP_METHOD()
3884 zend_argument_error( in PHP_METHOD()
/php-src/ext/reflection/
H A Dphp_reflection.c2489zend_argument_error(reflection_exception_ptr, 1, "must be a string, an array(class, method), or a … in ZEND_METHOD()
3215 zend_argument_error(reflection_exception_ptr, 1, "must be a valid method name"); in instantiate_reflection_method()
5064 zend_argument_error(reflection_exception_ptr, arg_num, in reflection_class_new_lazy()
5070 zend_argument_error(reflection_exception_ptr, 2, in reflection_class_new_lazy()
/php-src/ext/dom/
H A Ddocument.c2291zend_argument_error(NULL, 2, "must be a class name derived from %s or null, %s given", ZSTR_VAL(ba… in dom_document_register_node_class()
/php-src/Zend/
H A Dzend_execute.c5456 zend_argument_error(zend_ce_argument_count_error, i + 1, "not passed"); in zend_handle_undef_args()
5479 zend_argument_error(zend_ce_argument_count_error, i + 1, "not passed"); in zend_handle_undef_args()
5487 zend_argument_error(zend_ce_argument_count_error, i + 1, in zend_handle_undef_args()
H A Dzend_API.h1568 ZEND_API ZEND_COLD void zend_argument_error(zend_class_entry *error_ce, uint32_t arg_num, const cha…
H A Dzend_API.c412 ZEND_API ZEND_COLD void zend_argument_error(zend_class_entry *error_ce, uint32_t arg_num, const cha… in zend_argument_error() function

Completed in 124 milliseconds