/PHP-7.0/ext/pdo/ |
H A D | pdo.c | 36 static zend_class_entry *spl_ce_RuntimeException; variable 84 if (!spl_ce_RuntimeException) { in php_pdo_get_exception_base() 88 spl_ce_RuntimeException = pce; in php_pdo_get_exception_base() 92 return spl_ce_RuntimeException; in php_pdo_get_exception_base() 354 spl_ce_RuntimeException = NULL; in PHP_MINIT_FUNCTION()
|
/PHP-7.0/ext/spl/ |
H A D | spl_heap.c | 590 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 614 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 621 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in SPL_METHOD() 641 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 672 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 679 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in SPL_METHOD() 711 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 718 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in SPL_METHOD() 839 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in SPL_METHOD() 1090 …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_directory.c | 433 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_info() 461 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type() 469 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Could not open file"); in spl_filesystem_object_create_type() 547 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Operation not supported"); in spl_filesystem_object_create_type() 1229 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in FileInfoFunction() 1277 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in SPL_METHOD() 2236 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in spl_filesystem_file_rewind() 2368 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in SPL_METHOD() 2406 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in SPL_METHOD() 2427 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in SPL_METHOD() [all …]
|
H A D | spl_exceptions.c | 43 PHPAPI zend_class_entry *spl_ce_RuntimeException; variable
|
H A D | spl_fixedarray.c | 234 zend_throw_exception(spl_ce_RuntimeException, "The instance wasn't initialized properly", 0); in spl_fixedarray_object_new_ex() 334 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0); in spl_fixedarray_object_read_dimension_helper() 345 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0); in spl_fixedarray_object_read_dimension_helper() 402 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0); in spl_fixedarray_object_write_dimension_helper() 413 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0); in spl_fixedarray_object_write_dimension_helper() 461 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0); in spl_fixedarray_object_unset_dimension_helper() 1044 …zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by referenc… in spl_fixedarray_get_iterator()
|
H A D | spl_dllist.c | 612 zend_throw_exception(spl_ce_RuntimeException, "Can't pop from an empty datastructure", 0); in SPL_METHOD() 632 zend_throw_exception(spl_ce_RuntimeException, "Can't shift from an empty datastructure", 0); in SPL_METHOD() 653 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0); in SPL_METHOD() 677 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0); in SPL_METHOD() 732 …zend_throw_exception(spl_ce_RuntimeException, "Iterators' LIFO/FIFO modes for SplStack/SplQueue ob… in SPL_METHOD() 1303 …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 | 128 zend_throw_exception(spl_ce_RuntimeException, "Hash needs to be a string", 0); in spl_object_storage_get_hash() 1126 zend_throw_exception(spl_ce_RuntimeException, "Failed to call sub iterator method", 0); in spl_multiple_iterator_get_all() 1131 … zend_throw_exception(spl_ce_RuntimeException, "Called current() with non valid sub iterator", 0); in spl_multiple_iterator_get_all() 1133 zend_throw_exception(spl_ce_RuntimeException, "Called key() with non valid sub iterator", 0); in spl_multiple_iterator_get_all()
|
/PHP-7.0/ext/mysqli/ |
H A D | mysqli_priv.h | 82 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
|
H A D | php_mysqli_structs.h | 220 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
|
H A D | mysqli.c | 607 mysqli_exception_class_entry = zend_register_internal_class_ex(&cex, spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
|
/PHP-7.0/ext/phar/ |
H A D | phar_object.c | 3909 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "phar error: unable to open file \"%s\" to add… in PHP_METHOD() 3920 …zend_throw_exception_ex(spl_ce_RuntimeException, 0, "phar error: unable to open file \"%s\" to add… in PHP_METHOD() 4000 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 4021 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 4034 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 4405 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 4410 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 4518 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 4527 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() 4531 zend_throw_exception_ex(spl_ce_RuntimeException, 0, in PHP_METHOD() [all …]
|
/PHP-7.0/ext/snmp/ |
H A D | snmp.c | 2421 php_snmp_exception_ce = zend_register_internal_class_ex(&cex, spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
|