Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 1 – 16 of 16) sorted by relevance

/PHP-7.1/ext/spl/tests/
H A Drecursive_tree_iterator_002.phpt9 } catch (InvalidArgumentException $e) {
10 echo "InvalidArgumentException thrown\n";
15 InvalidArgumentException thrown
H A Diterator_062.phpt13 } catch (InvalidArgumentException $e) {
14 echo 'InvalidArgumentException thrown';
18 InvalidArgumentException thrown
H A Diterator_067.phpt11 } catch (InvalidArgumentException $e) {
12 echo 'InvalidArgumentException thrown';
H A Dmultiple_iterator_001.phpt64 } catch(InvalidArgumentException $e) {
65 echo "InvalidArgumentException thrown: " . $e->getMessage() . "\n";
82 } catch(InvalidArgumentException $e) {
83 echo "InvalidArgumentException thrown: " . $e->getMessage() . "\n";
90 } catch(InvalidArgumentException $e) {
91 echo "InvalidArgumentException thrown: " . $e->getMessage() . "\n";
248 InvalidArgumentException thrown: Sub-Iterator is associated with NULL
300 InvalidArgumentException thrown: Info must be NULL, integer or string
302 InvalidArgumentException thrown: Key duplication error
H A Diterator_058.phpt18 } catch (InvalidArgumentException $e) {
19 echo 'InvalidArgumentException thrown';
H A Diterator_057.phpt15 } catch (InvalidArgumentException $e) {
16 echo 'InvalidArgumentException thrown';
H A Dbug70155.phpt12 Fatal error: Uncaught InvalidArgumentException: Overloaded object of type DateInterval is not compa…
H A DregexIterator_setMode_error.phpt15 } catch (InvalidArgumentException $e) {
H A Dspl_iterator_getcallchildren.phpt18 } catch (InvalidArgumentException $ilae){
H A Dspl_caching_iterator_constructor_flags.phpt16 } catch (InvalidArgumentException $e){
H A Diterator_024.phpt17 catch (InvalidArgumentException $e)
/PHP-7.1/ext/spl/
H A Dspl_exceptions.c59 REGISTER_SPL_SUB_CLASS_EX(InvalidArgumentException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
H A Dspl.php389 class InvalidArgumentException extends LogicException class
473 * @see InvalidArgumentException
H A Dphp_spl.c195 SPL_ADD_CLASS(InvalidArgumentException, z_list, sub, allow, ce_flags); \
/PHP-7.1/ext/spl/internal/
H A Dcachingiterator.inc52 …throw new InvalidArgumentException('Flags must contain only one of CIT_CALL_TOSTRING, CIT_TOSTRING…
/PHP-7.1/Zend/
H A Dzend_vm_gen.php665 throw new InvalidArgumentException("A non empty string condition was expected.");

Completed in 27 milliseconds