zend_throw_exception  888 Zend/zend.c    	zend_throw_exception(zend_ce_parse_error, error, 0);
zend_throw_exception 1316 Zend/zend.c    		zend_throw_exception(exception_ce, message, 0);
zend_throw_exception 1333 Zend/zend.c    	zend_throw_exception(zend_ce_type_error, message, 0);
zend_throw_exception 1346 Zend/zend.c    		zend_throw_exception(zend_ce_type_error, message, 0);
zend_throw_exception  248 Zend/zend_exceptions.c 	zend_throw_exception(NULL, "Cannot clone object using __clone()", 0);
zend_throw_exception  956 Zend/zend_exceptions.c 	obj = zend_throw_exception(exception_ce, message, code);
zend_throw_exception  965 Zend/zend_exceptions.c 	zend_object *obj = zend_throw_exception(exception_ce, message, code);
zend_throw_exception   58 Zend/zend_exceptions.h ZEND_API ZEND_COLD zend_object *zend_throw_exception(zend_class_entry *exception_ce, const char *message, zend_long code);
zend_throw_exception  517 Zend/zend_generators.c 						zend_throw_exception(zend_ce_ClosedGeneratorException, "Generator yielded from aborted, no return value available", 0);
zend_throw_exception  746 Zend/zend_generators.c 		zend_throw_exception(NULL, "Cannot rewind a generator that was already run", 0);
zend_throw_exception  961 Zend/zend_generators.c 		zend_throw_exception(NULL,
zend_throw_exception  982 Zend/zend_generators.c 	zend_throw_exception(NULL, "Unserialization of 'Generator' is not allowed", 0);
zend_throw_exception 1073 Zend/zend_generators.c 		zend_throw_exception(NULL, "Cannot traverse an already closed generator", 0);
zend_throw_exception 1078 Zend/zend_generators.c 		zend_throw_exception(NULL, "You can only iterate a generator by-reference if it declared that it yields by-reference", 0);
zend_throw_exception 1013 Zend/zend_language_scanner.c 							zend_throw_exception(zend_ce_parse_error,
zend_throw_exception 1025 Zend/zend_language_scanner.c 							zend_throw_exception(zend_ce_parse_error,
zend_throw_exception 2742 Zend/zend_language_scanner.c 			zend_throw_exception(zend_ce_parse_error, "Invalid numeric literal", 0);
zend_throw_exception 2759 Zend/zend_language_scanner.c 				zend_throw_exception(zend_ce_parse_error,
zend_throw_exception 2769 Zend/zend_language_scanner.c 			zend_throw_exception(zend_ce_parse_error, "Invalid numeric literal", 0);
zend_throw_exception   40 ext/com_dotnet/com_misc.c 	zend_throw_exception(php_com_exception_class_entry, message, (zend_long)(uint32_t)code);
zend_throw_exception   42 ext/com_dotnet/com_misc.c 	zend_throw_exception(php_com_exception_class_entry, message, (zend_long)code);
zend_throw_exception  141 ext/curl/curl_file.c 	zend_throw_exception(NULL, "Unserialization of CURLFile instances is not allowed", 0);
zend_throw_exception   46 ext/dom/domexception.c 		zend_throw_exception(dom_domexception_class_entry, error_message, error_code);
zend_throw_exception  319 ext/fileinfo/fileinfo.c 					zend_throw_exception(NULL, "Constructor failed", 0);
zend_throw_exception  328 ext/fileinfo/fileinfo.c 					zend_throw_exception(NULL, "Constructor failed", 0);
zend_throw_exception  347 ext/fileinfo/fileinfo.c 				zend_throw_exception(NULL, "Constructor failed", 0);
zend_throw_exception  360 ext/fileinfo/fileinfo.c 				zend_throw_exception(NULL, "Constructor failed", 0);
zend_throw_exception  603 ext/gmp/gmp.c  		zend_throw_exception(NULL, "Could not unserialize number", 0);
zend_throw_exception  611 ext/gmp/gmp.c  		zend_throw_exception(NULL, "Could not unserialize properties", 0);
zend_throw_exception   85 ext/intl/collator/collator_create.c 			zend_throw_exception(IntlException_ce_ptr, "Constructor failed", 0);
zend_throw_exception 1058 ext/intl/converter/converter.c 		zend_throw_exception(NULL, ZSTR_VAL(err_msg), 0);
zend_throw_exception   99 ext/intl/dateformat/dateformat_class.c 			zend_throw_exception(NULL, "Failed to clone IntlDateFormatter object", 0);
zend_throw_exception  102 ext/intl/dateformat/dateformat_class.c 		zend_throw_exception(NULL, "Cannot clone unconstructed IntlDateFormatter", 0);
zend_throw_exception   89 ext/intl/formatter/formatter_class.c 			zend_throw_exception(NULL, "Failed to clone NumberFormatter object", 0);
zend_throw_exception   92 ext/intl/formatter/formatter_class.c 		zend_throw_exception(NULL, "Cannot clone unconstructed NumberFormatter", 0);
zend_throw_exception  100 ext/intl/formatter/formatter_main.c 			zend_throw_exception(IntlException_ce_ptr, "Constructor failed", 0);
zend_throw_exception  118 ext/intl/msgformat/msgformat.c 			zend_throw_exception(IntlException_ce_ptr, "Constructor failed", 0);
zend_throw_exception  149 ext/intl/resourcebundle/resourcebundle_class.c 			zend_throw_exception(IntlException_ce_ptr, "Constructor failed", 0);
zend_throw_exception  467 ext/intl/transliterator/transliterator_methods.c 	zend_throw_exception( NULL,
zend_throw_exception 1311 ext/mysqli/mysqli.c 					zend_throw_exception(zend_ce_exception, "Parameter ctor_params must be an array", 0);
zend_throw_exception  397 ext/pdo/pdo_dbh.c 		zend_throw_exception(pdo_exception_ce, "Constructor failed", 0);
zend_throw_exception 2809 ext/pgsql/pgsql.c 					zend_throw_exception(zend_ce_exception, "Parameter ctor_params must be an array", 0);
zend_throw_exception   97 ext/reflection/php_reflection.c 	zend_throw_exception(reflection_exception_ptr, msg, 0);                                       \
zend_throw_exception 2164 ext/reflection/php_reflection.c 		zend_throw_exception(NULL, "Cannot create ReflectionGenerator based on a terminated Generator", 0);
zend_throw_exception 2176 ext/reflection/php_reflection.c 		zend_throw_exception(NULL, "Cannot fetch information from a terminated Generator", 0); \
zend_throw_exception 2319 ext/simplexml/simplexml.c 		zend_throw_exception(zend_ce_exception, "String could not be parsed as XML", 0);
zend_throw_exception 1821 ext/snmp/snmp.c 			zend_throw_exception(zend_ce_exception, "Unknown SNMP protocol version", 0);
zend_throw_exception 1093 ext/spl/spl_array.c 		zend_throw_exception(spl_ce_InvalidArgumentException, "Passed variable is not an array or object, using empty array instead", 0);
zend_throw_exception 1443 ext/spl/spl_array.c 			zend_throw_exception(spl_ce_BadMethodCallException, "Function expects one argument at most", 0);
zend_throw_exception 1454 ext/spl/spl_array.c 			zend_throw_exception(spl_ce_BadMethodCallException, "Function expects exactly one argument", 0);
zend_throw_exception  612 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't pop from an empty datastructure", 0);
zend_throw_exception  632 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't shift from an empty datastructure", 0);
zend_throw_exception  653 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0);
zend_throw_exception  677 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0);
zend_throw_exception  732 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen", 0);
zend_throw_exception  793 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0);
zend_throw_exception  805 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0);
zend_throw_exception  834 ext/spl/spl_dllist.c 			zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0);
zend_throw_exception  857 ext/spl/spl_dllist.c 			zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0);
zend_throw_exception  882 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset out of range", 0);
zend_throw_exception  923 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0);
zend_throw_exception 1249 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0);
zend_throw_exception 1304 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by reference", 0);
zend_throw_exception  234 ext/spl/spl_fixedarray.c 			zend_throw_exception(spl_ce_RuntimeException, "The instance wasn't initialized properly", 0);
zend_throw_exception  334 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0);
zend_throw_exception  345 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0);
zend_throw_exception  387 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0);
zend_throw_exception  398 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0);
zend_throw_exception  446 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0);
zend_throw_exception 1029 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by reference", 0);
zend_throw_exception  590 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0);
zend_throw_exception  614 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0);
zend_throw_exception  621 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0);
zend_throw_exception  641 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0);
zend_throw_exception  672 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0);
zend_throw_exception  679 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0);
zend_throw_exception  711 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0);
zend_throw_exception  718 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0);
zend_throw_exception  832 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0);
zend_throw_exception  839 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0);
zend_throw_exception  903 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0);
zend_throw_exception  921 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0);
zend_throw_exception  951 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0);
zend_throw_exception 1090 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by reference", 0);
zend_throw_exception 1114 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by reference", 0);
zend_throw_exception  351 ext/spl/spl_iterators.c 					zend_throw_exception(spl_ce_UnexpectedValueException, "Objects returned by RecursiveIterator::getChildren() must implement RecursiveIterator", 0);
zend_throw_exception  535 ext/spl/spl_iterators.c 		zend_throw_exception(spl_ce_InvalidArgumentException, "An instance of RecursiveIterator or IteratorAggregate creating it is required", 0);
zend_throw_exception  857 ext/spl/spl_iterators.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Parameter max_depth must be >= -1", 0);
zend_throw_exception 1474 ext/spl/spl_iterators.c 				zend_throw_exception(spl_ce_OutOfRangeException, "Parameter offset must be >= 0", 0);
zend_throw_exception 1478 ext/spl/spl_iterators.c 				zend_throw_exception(spl_ce_OutOfRangeException, "Parameter count must either be -1 or a value greater than or equal 0", 0);
zend_throw_exception 1490 ext/spl/spl_iterators.c 				zend_throw_exception(spl_ce_InvalidArgumentException, "Flags must contain only one of CALL_TOSTRING, TOSTRING_USE_KEY, TOSTRING_USE_CURRENT, TOSTRING_USE_INNER", 0);
zend_throw_exception 1511 ext/spl/spl_iterators.c 						zend_throw_exception(spl_ce_LogicException, "Class to downcast to not found or not base class or does not implement Traversable", 0);
zend_throw_exception 2964 ext/spl/spl_iterators.c 		zend_throw_exception(spl_ce_InvalidArgumentException , "Flags must contain only one of CALL_TOSTRING, TOSTRING_USE_KEY, TOSTRING_USE_CURRENT, TOSTRING_USE_INNER", 0);
zend_throw_exception 2968 ext/spl/spl_iterators.c 		zend_throw_exception(spl_ce_InvalidArgumentException, "Unsetting flag CALL_TO_STRING is not possible", 0);
zend_throw_exception 2972 ext/spl/spl_iterators.c 		zend_throw_exception(spl_ce_InvalidArgumentException, "Unsetting flag TOSTRING_USE_INNER is not possible", 0);
zend_throw_exception 3281 ext/spl/spl_iterators.c 	zend_throw_exception(spl_ce_BadMethodCallException, "Accessing the key of an EmptyIterator", 0);
zend_throw_exception 3291 ext/spl/spl_iterators.c 	zend_throw_exception(spl_ce_BadMethodCallException, "Accessing the value of an EmptyIterator", 0);
zend_throw_exception  128 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_RuntimeException, "Hash needs to be a string", 0);
zend_throw_exception  987 ext/spl/spl_observer.c 			zend_throw_exception(spl_ce_InvalidArgumentException, "Info must be NULL, integer or string", 0);
zend_throw_exception  994 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_InvalidArgumentException, "Key duplication error", 0);
zend_throw_exception 1127 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_RuntimeException, "Failed to call sub iterator method", 0);
zend_throw_exception 1132 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_RuntimeException, "Called current() with non valid sub iterator", 0);
zend_throw_exception 1134 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_RuntimeException, "Called key() with non valid sub iterator", 0);
zend_throw_exception 1151 ext/spl/spl_observer.c 					zend_throw_exception(spl_ce_InvalidArgumentException, "Sub-Iterator is associated with NULL", 0);
zend_throw_exception   57 ext/sqlite3/sqlite3.c 		zend_throw_exception(zend_ce_exception, message, 0);
zend_throw_exception  114 ext/sqlite3/sqlite3.c 		zend_throw_exception(zend_ce_exception, "Already initialised DB Object", 0);
zend_throw_exception  123 ext/sqlite3/sqlite3.c 			zend_throw_exception(zend_ce_exception, "Unable to expand filepath", 0);
zend_throw_exception 1824 ext/sqlite3/sqlite3.c 	zend_throw_exception(zend_ce_exception, "SQLite3Result cannot be directly instantiated", 0);
zend_throw_exception  246 ext/standard/assert.c 			zend_throw_exception(assertion_error_ce, NULL, E_ERROR);
zend_throw_exception  253 ext/standard/assert.c 			zend_throw_exception(assertion_error_ce, ZSTR_VAL(str), E_ERROR);
zend_throw_exception   91 ext/standard/random.c 			zend_throw_exception(zend_ce_exception, "Could not gather sufficient random data", 0);
zend_throw_exception  128 ext/standard/random.c 				zend_throw_exception(zend_ce_exception, "Could not gather sufficient random data", errno);
zend_throw_exception  147 ext/standard/random.c 				zend_throw_exception(zend_ce_exception, "Cannot open source device", 0);
zend_throw_exception  161 ext/standard/random.c 				zend_throw_exception(zend_ce_exception, "Error reading from source device", 0);
zend_throw_exception  178 ext/standard/random.c 			zend_throw_exception(zend_ce_exception, "Could not gather sufficient random data", 0);
zend_throw_exception  200 ext/standard/random.c 		zend_throw_exception(zend_ce_error, "Length must be greater than 0", 0);
zend_throw_exception  231 ext/standard/random.c 		zend_throw_exception(zend_ce_error, "Minimum value must be less than or equal to the maximum value", 0);