Home
last modified time | relevance | path

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

/PHP-8.2/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()
3609 zend_argument_error(sodium_exception_ce, 1, in PHP_FUNCTION()
3614 zend_argument_error(sodium_exception_ce, 2, in PHP_FUNCTION()
3640 zend_argument_error(sodium_exception_ce, 1, in PHP_FUNCTION()
3665 zend_argument_error(sodium_exception_ce, 1, in PHP_FUNCTION()
3699 zend_argument_error(sodium_exception_ce, 1, in PHP_FUNCTION()
3704 zend_argument_error(sodium_exception_ce, 2, in PHP_FUNCTION()
3726 zend_argument_error(sodium_exception_ce, 1, in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/spl/
H A Dspl_dllist.c695 zend_argument_error(spl_ce_OutOfRangeException, 1, "is out of range"); in PHP_METHOD()
701 zend_argument_error(spl_ce_OutOfRangeException, 1, "is an invalid offset"); in PHP_METHOD()
730 zend_argument_error(spl_ce_OutOfRangeException, 1, "is out of range"); in PHP_METHOD()
743 zend_argument_error(spl_ce_OutOfRangeException, 1, "is an invalid offset"); in PHP_METHOD()
765 zend_argument_error(spl_ce_OutOfRangeException, 1, "is out of range"); in PHP_METHOD()
803 zend_argument_error(spl_ce_OutOfRangeException, 1, "is an invalid offset"); in PHP_METHOD()
1173 zend_argument_error(spl_ce_OutOfRangeException, 1, "is out of range"); in PHP_METHOD()
/PHP-8.2/ext/sockets/
H A Dphp_sockets.h88 zend_argument_error(NULL, 1, "has already been closed"); \
/PHP-8.2/ext/intl/calendar/
H A Dcalendar_methods.cpp350 zend_argument_error(NULL, 2, "is uninitialized"); in _php_intlcal_before_after()
777 zend_argument_error(NULL, 2, "is uninitialized"); in PHP_FUNCTION()
915 zend_argument_error(NULL, 2, "is uninitialized"); in PHP_FUNCTION()
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c312 zend_argument_error(php_pdo_get_exception(), 1, "must be a valid data source name"); in internal_construct()
329 zend_argument_error(php_pdo_get_exception(), 1, "must be a valid data source URI"); in internal_construct()
334 zend_argument_error(php_pdo_get_exception(), 1, "must be a valid data source name (via URI)"); in internal_construct()
/PHP-8.2/ext/simplexml/
H A Dsimplexml.c2307 zend_argument_error(zend_ce_exception, 1, "is too long"); in PHP_METHOD()
2311 zend_argument_error(zend_ce_exception, 4, "is too long"); in PHP_METHOD()
2315 zend_argument_error(zend_ce_exception, 2, "is invalid"); in PHP_METHOD()
/PHP-8.2/ext/dba/
H A Ddba.c100 zend_argument_error(NULL, 1, "must have exactly two elements: \"key\" and \"name\""); in ZEND_GET_MODULE()
/PHP-8.2/ext/dom/
H A Ddocument.c2137zend_argument_error(NULL, 2, "must be a class name derived from %s or null, %s given", ZSTR_VAL(ba… in PHP_METHOD()
/PHP-8.2/Zend/
H A Dzend_execute.c5214 zend_argument_error(zend_ce_argument_count_error, i + 1, "not passed"); in zend_handle_undef_args()
5237 zend_argument_error(zend_ce_argument_count_error, i + 1, "not passed"); in zend_handle_undef_args()
5245 zend_argument_error(zend_ce_argument_count_error, i + 1, in zend_handle_undef_args()
H A Dzend_API.h1561 ZEND_API ZEND_COLD void zend_argument_error(zend_class_entry *error_ce, uint32_t arg_num, const cha…
H A Dzend_API.c410 ZEND_API ZEND_COLD void zend_argument_error(zend_class_entry *error_ce, uint32_t arg_num, const cha… in zend_argument_error() function
/PHP-8.2/ext/date/
H A Dphp_date.c3859 zend_argument_error( in PHP_METHOD()
3893 zend_argument_error( in PHP_METHOD()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c2477zend_argument_error(reflection_exception_ptr, 1, "must be a string, an array(class, method), or a … in ZEND_METHOD()
3247 zend_argument_error(reflection_exception_ptr, 1, "must be a valid method name"); in instantiate_reflection_method()

Completed in 143 milliseconds