Searched refs:spl_ce_InvalidArgumentException (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/spl/ |
H A D | spl_exceptions.h | 27 extern PHPAPI zend_class_entry *spl_ce_InvalidArgumentException;
|
H A D | spl_exceptions.c | 36 PHPAPI zend_class_entry *spl_ce_InvalidArgumentException; variable
|
H A D | spl_fixedarray.c | 647 …zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "array must contain only positive inte… in PHP_METHOD() 658 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "integer overflow detected"); in PHP_METHOD()
|
H A D | spl_iterators.c | 502 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_recursive_it_it_construct() 528 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_recursive_it_it_construct() 545 …zend_throw_exception(spl_ce_InvalidArgumentException, "An instance of RecursiveIterator or Iterato… in spl_recursive_it_it_construct() 1376 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct() 1399 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct() 2649 …zend_throw_exception(spl_ce_InvalidArgumentException, "Unsetting flag CALL_TO_STRING is not possib… in PHP_METHOD() 2653 …zend_throw_exception(spl_ce_InvalidArgumentException, "Unsetting flag TOSTRING_USE_INNER is not po… in PHP_METHOD()
|
H A D | spl_observer.c | 965 zend_throw_exception(spl_ce_InvalidArgumentException, "Key duplication error", 0); in PHP_METHOD() 1159 … zend_throw_exception(spl_ce_InvalidArgumentException, "Sub-Iterator is associated with NULL", 0); in spl_multiple_iterator_get_all()
|
H A D | spl_array.c | 1092 …zend_throw_exception(spl_ce_InvalidArgumentException, "Passed variable is not an array or object",… in spl_array_set_array() 1120 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, in spl_array_set_array()
|
/PHP-8.0/ext/phar/ |
H A D | phar_object.c | 4338 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, in PHP_METHOD() 4346 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, in PHP_METHOD() 4354 …zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "Cannot extract to \"%s...\", destinat… in PHP_METHOD() 4380 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, in PHP_METHOD()
|
Completed in 52 milliseconds