/PHP-5.3/ext/pdo/ |
H A D | pdo.c | 36 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.3/ext/spl/ |
H A D | spl_heap.c | 624 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 650 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 657 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0 TSRMLS_CC); in SPL_METHOD() 679 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 712 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 719 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0 TSRMLS_CC); in SPL_METHOD() 755 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 762 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0 TSRMLS_CC); in SPL_METHOD() 849 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0 TSRMLS_CC); in SPL_METHOD() 1105 …zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by referenc… in spl_heap_get_iterator() [all …]
|
H A D | spl_exceptions.h | 35 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
|
H A D | spl_exceptions.c | 43 PHPAPI zend_class_entry *spl_ce_RuntimeException; variable
|
H A D | spl_fixedarray.c | 228 …zend_throw_exception(spl_ce_RuntimeException, "The instance wasn't initialized properly", 0 TSRMLS… in spl_fixedarray_object_new_ex() 334 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_read_dimension_helper() 345 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_read_dimension_helper() 394 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_write_dimension_helper() 405 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_write_dimension_helper() 451 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_unset_dimension_helper() 1028 …zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by referenc… in spl_fixedarray_get_iterator()
|
H A D | spl_directory.c | 443 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in spl_filesystem_object_create_info() 472 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in spl_filesystem_object_create_type() 480 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Could not open file"); in spl_filesystem_object_create_type() 556 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Operation not supported"); in spl_filesystem_object_create_type() 703 …zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Directory name must not be empty."); in spl_filesystem_object_construct() 1122 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in SPL_METHOD() 1149 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC);\ 1244 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); in FileInfoFunction() 1296 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 D | spl_dllist.c | 609 …zend_throw_exception(spl_ce_RuntimeException, "Can't pop from an empty datastructure", 0 TSRMLS_CC… in SPL_METHOD() 632 …zend_throw_exception(spl_ce_RuntimeException, "Can't shift from an empty datastructure", 0 TSRMLS_… in SPL_METHOD() 655 …zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0 TSRMLS_CC); in SPL_METHOD() 678 …zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0 TSRMLS_CC); in SPL_METHOD() 732 …zend_throw_exception(spl_ce_RuntimeException, "Iterators' LIFO/FIFO modes for SplStack/SplQueue ob… in SPL_METHOD() 1147 …zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by referenc… in spl_dllist_get_iterator()
|
H A D | spl_observer.c | 1093 … zend_throw_exception(spl_ce_RuntimeException, "Failed to call sub iterator method", 0 TSRMLS_CC); in spl_multiple_iterator_get_all() 1098 …zend_throw_exception(spl_ce_RuntimeException, "Called current() with non valid sub iterator", 0 TS… in spl_multiple_iterator_get_all() 1100 …zend_throw_exception(spl_ce_RuntimeException, "Called key() with non valid sub iterator", 0 TSRMLS… in spl_multiple_iterator_get_all()
|
/PHP-5.3/ext/mysqli/ |
H A D | mysqli_priv.h | 78 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
|
H A D | mysqli.c | 613 …mysqli_exception_class_entry = zend_register_internal_class_ex(&cex, spl_ce_RuntimeException, NULL… in PHP_MINIT_FUNCTION()
|
/PHP-5.3/ext/phar/ |
H A D | phar_object.c | 3924 …zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "phar error: unable to open file \"%… 3935 …zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "phar error: unable to open file \"%… 4014 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, 4035 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, 4048 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, 4378 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, 4383 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, 4507 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, 4516 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, 4520 zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, [all …]
|
/PHP-5.3/ext/sqlite/ |
H A D | sqlite.c | 50 extern PHPAPI zend_class_entry *spl_ce_RuntimeException; 1369 REGISTER_SQLITE_CLASS(Exception, exception, spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
|