Home
last modified time | relevance | path

Searched refs:zend_argument_error (Results 1 – 13 of 13) 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()
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-src/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-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.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-src/ext/pdo/
H A Dpdo_dbh.c310 zend_argument_error(php_pdo_get_exception(), 1, "must be a valid data source name"); in internal_construct()
327 zend_argument_error(php_pdo_get_exception(), 1, "must be a valid data source URI"); in internal_construct()
332 zend_argument_error(php_pdo_get_exception(), 1, "must be a valid data source name (via URI)"); in internal_construct()
/php-src/ext/simplexml/
H A Dsimplexml.c2329 zend_argument_error(zend_ce_exception, 1, "is too long"); in PHP_METHOD()
2333 zend_argument_error(zend_ce_exception, 4, "is too long"); in PHP_METHOD()
2337 zend_argument_error(zend_ce_exception, 2, "is invalid"); in PHP_METHOD()
/php-src/ext/dba/
H A Ddba.c100 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.c2529 zend_argument_error( in php_date_initialize_from_ts_double()
2545 zend_argument_error( in php_date_initialize_from_ts_double()
3869 zend_argument_error( in PHP_METHOD()
3903 zend_argument_error( in PHP_METHOD()
/php-src/ext/dom/
H A Ddocument.c2260zend_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.c5219 zend_argument_error(zend_ce_argument_count_error, i + 1, "not passed"); in zend_handle_undef_args()
5242 zend_argument_error(zend_ce_argument_count_error, i + 1, "not passed"); in zend_handle_undef_args()
5250 zend_argument_error(zend_ce_argument_count_error, i + 1, in zend_handle_undef_args()
H A Dzend_API.h1563 ZEND_API ZEND_COLD void zend_argument_error(zend_class_entry *error_ce, uint32_t arg_num, const cha…
H A Dzend_API.c411 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-src/ext/reflection/
H A Dphp_reflection.c2522zend_argument_error(reflection_exception_ptr, 1, "must be a string, an array(class, method), or a … in ZEND_METHOD()
3292 zend_argument_error(reflection_exception_ptr, 1, "must be a valid method name"); in instantiate_reflection_method()

Completed in 129 milliseconds