Home
last modified time | relevance | path

Searched refs:spl_ce_InvalidArgumentException (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/spl/
H A Dspl_exceptions.c32 PHPAPI zend_class_entry *spl_ce_InvalidArgumentException; variable
51 spl_ce_InvalidArgumentException = register_class_InvalidArgumentException(spl_ce_LogicException); in PHP_MINIT_FUNCTION()
H A Dspl_exceptions.h26 extern PHPAPI zend_class_entry *spl_ce_InvalidArgumentException;
H A Dspl_fixedarray.c719 …zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "array must contain only positive inte… in PHP_METHOD()
730 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "integer overflow detected"); in PHP_METHOD()
H A Dspl_observer.c1126 zend_throw_exception(spl_ce_InvalidArgumentException, "Key duplication error", 0); in PHP_METHOD()
1320 … zend_throw_exception(spl_ce_InvalidArgumentException, "Sub-Iterator is associated with NULL", 0); in spl_multiple_iterator_get_all()
H A Dspl_iterators.c592 …zend_throw_exception(spl_ce_InvalidArgumentException, "An instance of RecursiveIterator or Iterato… in spl_recursive_it_it_construct()
1372 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct()
2557 …zend_throw_exception(spl_ce_InvalidArgumentException, "Unsetting flag CALL_TO_STRING is not possib… in PHP_METHOD()
2561 …zend_throw_exception(spl_ce_InvalidArgumentException, "Unsetting flag TOSTRING_USE_INNER is not po… in PHP_METHOD()
H A Dspl_array.c972 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, in spl_array_set_array()
1471 …zend_throw_exception(spl_ce_InvalidArgumentException, "Passed variable is not an array or object",… in PHP_METHOD()
/php-src/ext/standard/
H A Dhttp.c340 …zend_throw_error(spl_ce_InvalidArgumentException, "Content-Type \"%s\" is not supported", SG(reque… in PHP_FUNCTION()
/php-src/ext/phar/
H A Dphar_object.c4345 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, in PHP_METHOD()
4353 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, in PHP_METHOD()
4361 …zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, "Cannot extract to \"%s...\", destinat… in PHP_METHOD()
4387 zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0, in PHP_METHOD()

Completed in 58 milliseconds