spl_ce_RuntimeException  642 ext/mysqli/mysqli.c 	mysqli_exception_class_entry = zend_register_internal_class_ex(&cex, spl_ce_RuntimeException, NULL TSRMLS_CC);
spl_ce_RuntimeException   82 ext/mysqli/mysqli_priv.h extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
spl_ce_RuntimeException  215 ext/mysqli/php_mysqli_structs.h extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
spl_ce_RuntimeException   36 ext/pdo/pdo.c  static zend_class_entry *spl_ce_RuntimeException;
spl_ce_RuntimeException   78 ext/pdo/pdo.c  		if (!spl_ce_RuntimeException) {
spl_ce_RuntimeException   82 ext/pdo/pdo.c  				spl_ce_RuntimeException = *pce;
spl_ce_RuntimeException   86 ext/pdo/pdo.c  			return spl_ce_RuntimeException;
spl_ce_RuntimeException  362 ext/pdo/pdo.c  	spl_ce_RuntimeException = NULL;
spl_ce_RuntimeException 3853 ext/phar/phar_object.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "phar error: unable to open file \"%s\" to add to phar archive, safe_mode restrictions prevent this", fname);
spl_ce_RuntimeException 3859 ext/phar/phar_object.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "phar error: unable to open file \"%s\" to add to phar archive, open_basedir restrictions prevent this", fname);
spl_ce_RuntimeException 3864 ext/phar/phar_object.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "phar error: unable to open file \"%s\" to add to phar archive", fname);
spl_ce_RuntimeException 3943 ext/phar/phar_object.c 				zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC,
spl_ce_RuntimeException 3964 ext/phar/phar_object.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC,
spl_ce_RuntimeException 3977 ext/phar/phar_object.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC,
spl_ce_RuntimeException 4350 ext/phar/phar_object.c 			zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC,
spl_ce_RuntimeException 4355 ext/phar/phar_object.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC,
spl_ce_RuntimeException 4469 ext/phar/phar_object.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC,
spl_ce_RuntimeException 4478 ext/phar/phar_object.c 			zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC,
spl_ce_RuntimeException 4482 ext/phar/phar_object.c 			zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC,
spl_ce_RuntimeException 4489 ext/phar/phar_object.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC,
spl_ce_RuntimeException 2454 ext/snmp/snmp.c 	php_snmp_exception_ce = zend_register_internal_class_ex(&cex, spl_ce_RuntimeException, NULL TSRMLS_CC);
spl_ce_RuntimeException  293 ext/spl/spl_directory.c 			zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot open file '%s'", intern->file_name_len ? intern->file_name : "");
spl_ce_RuntimeException  431 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot create SplFileInfo for empty path");
spl_ce_RuntimeException  445 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC);
spl_ce_RuntimeException  474 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC);
spl_ce_RuntimeException  482 ext/spl/spl_directory.c 			zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Could not open file");
spl_ce_RuntimeException  558 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Operation not supported");
spl_ce_RuntimeException  710 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Directory name must not be empty.");
spl_ce_RuntimeException 1136 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC);
spl_ce_RuntimeException 1163 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC);\
spl_ce_RuntimeException 1258 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC);
spl_ce_RuntimeException 1279 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Unable to read link %s, error: %s", intern->file_name, strerror(errno));
spl_ce_RuntimeException 1306 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC);
spl_ce_RuntimeException 2065 ext/spl/spl_directory.c 			zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot read from file %s", intern->file_name);
spl_ce_RuntimeException 2154 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Internal error, function '%s' not found. Please report", #func_name); \
spl_ce_RuntimeException 2198 ext/spl/spl_directory.c 				zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot read from file %s", intern->file_name);
spl_ce_RuntimeException 2272 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2276 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot rewind file %s", intern->file_name);
spl_ce_RuntimeException 2297 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC);
spl_ce_RuntimeException 2356 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC);
spl_ce_RuntimeException 2408 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2446 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2467 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2615 ext/spl/spl_directory.c 			zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2768 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2783 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2808 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2825 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2855 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2880 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2894 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2919 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2943 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 2977 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException 3000 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Object not initialized");
spl_ce_RuntimeException  612 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't pop from an empty datastructure", 0 TSRMLS_CC);
spl_ce_RuntimeException  635 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't shift from an empty datastructure", 0 TSRMLS_CC);
spl_ce_RuntimeException  658 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0 TSRMLS_CC);
spl_ce_RuntimeException  681 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0 TSRMLS_CC);
spl_ce_RuntimeException  735 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen", 0 TSRMLS_CC);
spl_ce_RuntimeException 1312 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by reference", 0 TSRMLS_CC);
spl_ce_RuntimeException   43 ext/spl/spl_exceptions.c PHPAPI zend_class_entry *spl_ce_RuntimeException;
spl_ce_RuntimeException   35 ext/spl/spl_exceptions.h extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
spl_ce_RuntimeException  245 ext/spl/spl_fixedarray.c 			zend_throw_exception(spl_ce_RuntimeException, "The instance wasn't initialized properly", 0 TSRMLS_CC);
spl_ce_RuntimeException  351 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC);
spl_ce_RuntimeException  362 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC);
spl_ce_RuntimeException  411 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC);
spl_ce_RuntimeException  422 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC);
spl_ce_RuntimeException  468 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC);
spl_ce_RuntimeException 1075 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by reference", 0 TSRMLS_CC);
spl_ce_RuntimeException  628 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
spl_ce_RuntimeException  654 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
spl_ce_RuntimeException  661 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0 TSRMLS_CC);
spl_ce_RuntimeException  683 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
spl_ce_RuntimeException  716 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
spl_ce_RuntimeException  723 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0 TSRMLS_CC);
spl_ce_RuntimeException  759 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
spl_ce_RuntimeException  766 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0 TSRMLS_CC);
spl_ce_RuntimeException  846 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
spl_ce_RuntimeException  853 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0 TSRMLS_CC);
spl_ce_RuntimeException  920 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
spl_ce_RuntimeException  938 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
spl_ce_RuntimeException  968 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
spl_ce_RuntimeException 1108 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by reference", 0 TSRMLS_CC);
spl_ce_RuntimeException 1132 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by reference", 0 TSRMLS_CC);
spl_ce_RuntimeException  137 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_RuntimeException, "Hash needs to be a string", 0 TSRMLS_CC);
spl_ce_RuntimeException 1213 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_RuntimeException, "Failed to call sub iterator method", 0 TSRMLS_CC);
spl_ce_RuntimeException 1218 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_RuntimeException, "Called current() with non valid sub iterator", 0 TSRMLS_CC);
spl_ce_RuntimeException 1220 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_RuntimeException, "Called key() with non valid sub iterator", 0 TSRMLS_CC);