Home
last modified time | relevance | path

Searched refs:spl_ce_RuntimeException (Results 1 – 11 of 11) sorted by relevance

/PHP-8.1/ext/spl/
H A Dspl_exceptions.c40 PHPAPI zend_class_entry *spl_ce_RuntimeException; variable
60 spl_ce_RuntimeException = register_class_RuntimeException(zend_ce_exception); in PHP_MINIT_FUNCTION()
61 spl_ce_OutOfBoundsException = register_class_OutOfBoundsException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
62 spl_ce_OverflowException = register_class_OverflowException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
63 spl_ce_RangeException = register_class_RangeException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
64 spl_ce_UnderflowException = register_class_UnderflowException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
65 spl_ce_UnexpectedValueException = register_class_UnexpectedValueException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
H A Dspl_heap.c624 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
647 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
652 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in PHP_METHOD()
673 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
714 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
719 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in PHP_METHOD()
741 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
748 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in PHP_METHOD()
769 zend_throw_exception(spl_ce_RuntimeException, "Must specify at least one extract flag", 0); in PHP_METHOD()
852 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
[all …]
H A Dspl_exceptions.h31 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
H A Dspl_observer.c90 zend_throw_exception(spl_ce_RuntimeException, "Hash needs to be a string", 0); in spl_object_storage_get_hash()
567 zend_throw_exception(spl_ce_RuntimeException, "Called current() on invalid iterator", 0); in PHP_METHOD()
1098 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Called %s() on an invalid iterator", in spl_multiple_iterator_get_all()
1124 zend_throw_exception(spl_ce_RuntimeException, "Failed to call sub iterator method", 0); in spl_multiple_iterator_get_all()
1129 … zend_throw_exception(spl_ce_RuntimeException, "Called current() with non valid sub iterator", 0); in spl_multiple_iterator_get_all()
1131 zend_throw_exception(spl_ce_RuntimeException, "Called key() with non valid sub iterator", 0); in spl_multiple_iterator_get_all()
H A Dspl_directory.c328 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot open file '%s'", ZSTR_VAL(intern->file… in spl_filesystem_file_open()
462 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot create SplFileInfo for empty path"); in spl_filesystem_object_create_info()
496 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Could not open file"); in spl_filesystem_object_create_type()
571 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type()
583 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Operation not supported"); in spl_filesystem_object_create_type()
1173 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);\
1850 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot read from file %s", ZSTR_VAL(intern->f… in spl_filesystem_file_read_ex()
1934 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot read from file %s", ZSTR_VAL(intern->f… in spl_filesystem_file_read_line_ex()
2015 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Cannot rewind file %s", ZSTR_VAL(intern->file… in spl_filesystem_file_rewind()
2047 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD()
[all …]
H A Dspl_dllist.c535 zend_throw_exception(spl_ce_RuntimeException, "Can't pop from an empty datastructure", 0); in PHP_METHOD()
554 zend_throw_exception(spl_ce_RuntimeException, "Can't shift from an empty datastructure", 0); in PHP_METHOD()
574 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0); in PHP_METHOD()
596 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0); in PHP_METHOD()
647 …zend_throw_exception(spl_ce_RuntimeException, "Iterators' LIFO/FIFO modes for SplStack/SplQueue ob… in PHP_METHOD()
H A Dspl_fixedarray.c410 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0); in spl_fixedarray_object_read_dimension_helper()
465 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0); in spl_fixedarray_object_write_dimension_helper()
508 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0); in spl_fixedarray_object_unset_dimension_helper()
/PHP-8.1/ext/pdo/
H A Dpdo.c253 pdo_exception_ce = register_class_PDOException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/phar/
H A Dphar_object.c3816 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "phar error: unable to open file \"%s\" to add… in PHP_METHOD()
3821 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "phar error: unable to open file \"%s\" to add… in PHP_METHOD()
3894 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
3915 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
3928 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4345 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4350 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4422 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4431 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
4435 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD()
[all …]
/PHP-8.1/ext/mysqli/
H A Dmysqli.c561 mysqli_exception_class_entry = register_class_mysqli_sql_exception(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/snmp/
H A Dsnmp.c2074 php_snmp_exception_ce = register_class_SNMPException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()

Completed in 57 milliseconds