Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dpdo.c36 static zend_class_entry *spl_ce_RuntimeException; variable
78 if (!spl_ce_RuntimeException) { in php_pdo_get_exception_base()
82 spl_ce_RuntimeException = *pce; in php_pdo_get_exception_base()
86 return spl_ce_RuntimeException; in php_pdo_get_exception_base()
362 spl_ce_RuntimeException = NULL; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_heap.c628 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
654 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
661 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0 TSRMLS_CC); in SPL_METHOD()
683 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
716 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
723 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0 TSRMLS_CC); in SPL_METHOD()
759 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
766 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0 TSRMLS_CC); in SPL_METHOD()
853 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0 TSRMLS_CC); in SPL_METHOD()
1108 …zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by referenc… in spl_heap_get_iterator()
[all …]
H A Dspl_exceptions.h35 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
H A Dspl_exceptions.c43 PHPAPI zend_class_entry *spl_ce_RuntimeException; variable
H A Dspl_fixedarray.c245 …zend_throw_exception(spl_ce_RuntimeException, "The instance wasn't initialized properly", 0 TSRMLS… in spl_fixedarray_object_new_ex()
351 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_read_dimension_helper()
362 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_read_dimension_helper()
411 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_write_dimension_helper()
422 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_write_dimension_helper()
468 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_unset_dimension_helper()
1075 …zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by referenc… in spl_fixedarray_get_iterator()
H A Dspl_directory.c445 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in spl_filesystem_object_create_info()
474 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in spl_filesystem_object_create_type()
482 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Could not open file"); in spl_filesystem_object_create_type()
558 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Operation not supported"); in spl_filesystem_object_create_type()
710 …zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Directory name must not be empty."); in spl_filesystem_object_construct()
1135 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in SPL_METHOD()
1162 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC);\
1257 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in FileInfoFunction()
1305 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in SPL_METHOD()
2292 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in SPL_METHOD()
[all …]
H A Dspl_dllist.c612 …zend_throw_exception(spl_ce_RuntimeException, "Can't pop from an empty datastructure", 0 TSRMLS_CC… in SPL_METHOD()
635 …zend_throw_exception(spl_ce_RuntimeException, "Can't shift from an empty datastructure", 0 TSRMLS_… in SPL_METHOD()
658 …zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0 TSRMLS_CC); in SPL_METHOD()
681 …zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0 TSRMLS_CC); in SPL_METHOD()
735 …zend_throw_exception(spl_ce_RuntimeException, "Iterators' LIFO/FIFO modes for SplStack/SplQueue ob… in SPL_METHOD()
1313 …zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by referenc… in spl_dllist_get_iterator()
H A Dspl_observer.c136 zend_throw_exception(spl_ce_RuntimeException, "Hash needs to be a string", 0 TSRMLS_CC); in spl_object_storage_get_hash()
1197 … zend_throw_exception(spl_ce_RuntimeException, "Failed to call sub iterator method", 0 TSRMLS_CC); in spl_multiple_iterator_get_all()
1202 …zend_throw_exception(spl_ce_RuntimeException, "Called current() with non valid sub iterator", 0 TS… in spl_multiple_iterator_get_all()
1204 …zend_throw_exception(spl_ce_RuntimeException, "Called key() with non valid sub iterator", 0 TSRMLS… in spl_multiple_iterator_get_all()
/PHP-5.5/ext/mysqli/
H A Dmysqli_priv.h82 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
H A Dphp_mysqli_structs.h215 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
H A Dmysqli.c640 …mysqli_exception_class_entry = zend_register_internal_class_ex(&cex, spl_ce_RuntimeException, NULL… in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/phar/
H A Dphar_object.c3851 …zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "phar error: unable to open file \"%… in PHP_METHOD()
3862 …zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "phar error: unable to open file \"%… in PHP_METHOD()
3941 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, in PHP_METHOD()
3962 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, in PHP_METHOD()
3975 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, in PHP_METHOD()
4348 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, in PHP_METHOD()
4353 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, in PHP_METHOD()
4467 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, in PHP_METHOD()
4476 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, in PHP_METHOD()
4480 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, in PHP_METHOD()
[all …]
/PHP-5.5/ext/snmp/
H A Dsnmp.c2465 …php_snmp_exception_ce = zend_register_internal_class_ex(&cex, spl_ce_RuntimeException, NULL TSRMLS… in PHP_MINIT_FUNCTION()

Completed in 55 milliseconds