Home
last modified time | relevance | path

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

/PHP-8.1/ext/spl/tests/
H A Diterator_067.phpt11 } catch (InvalidArgumentException $e) {
12 echo 'InvalidArgumentException thrown';
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 Dmultiple_iterator_001.phpt73 } catch(InvalidArgumentException $e) {
74 echo "InvalidArgumentException thrown: " . $e->getMessage() . "\n";
99 } catch(InvalidArgumentException $e) {
100 echo "InvalidArgumentException thrown: " . $e->getMessage() . "\n";
258 InvalidArgumentException thrown: Sub-Iterator is associated with NULL
312 InvalidArgumentException thrown: Key duplication error
H A Dbug70155.phpt12 Fatal error: Uncaught InvalidArgumentException: Overloaded object of type DateInterval is not compa…
H A Diterator_024.phpt17 catch (InvalidArgumentException $e)
/PHP-8.1/ext/spl/
H A Dspl_exceptions.stub.php21 class InvalidArgumentException extends LogicException class
H A Dphp_spl.c178 SPL_ADD_CLASS(InvalidArgumentException, z_list, sub, allow, ce_flags); \
/PHP-8.1/Zend/
H A Dzend_vm_gen.php710 throw new InvalidArgumentException("A non empty string condition was expected.");

Completed in 25 milliseconds