zend_throw_exception  188 Zend/zend_exceptions.c 	zend_throw_exception(NULL, "Cannot clone object using __clone()", 0 TSRMLS_CC);
zend_throw_exception  860 Zend/zend_exceptions.c 	zexception = zend_throw_exception(exception_ce, message, code TSRMLS_CC);
zend_throw_exception  868 Zend/zend_exceptions.c 	zval *ex = zend_throw_exception(exception_ce, message, code TSRMLS_CC);
zend_throw_exception  416 Zend/zend_generators.c 		zend_throw_exception(NULL, "Cannot rewind a generator that was already run", 0 TSRMLS_CC);
zend_throw_exception  600 Zend/zend_generators.c 	zend_throw_exception(NULL, "Unserialization of 'Generator' is not allowed", 0 TSRMLS_CC);
zend_throw_exception  687 Zend/zend_generators.c 		zend_throw_exception(NULL, "Cannot traverse an already closed generator", 0 TSRMLS_CC);
zend_throw_exception  692 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 TSRMLS_CC);
zend_throw_exception   39 ext/com_dotnet/com_misc.c 	zend_throw_exception(php_com_exception_class_entry, message, (long)code TSRMLS_CC);
zend_throw_exception  141 ext/curl/curl_file.c 	zend_throw_exception(NULL, "Unserialization of CURLFile instances is not allowed", 0 TSRMLS_CC);
zend_throw_exception   46 ext/dom/domexception.c 		zend_throw_exception(dom_domexception_class_entry, error_message, error_code TSRMLS_CC);
zend_throw_exception  123 ext/intl/breakiterator/breakiterator_class.cpp 			zend_throw_exception(NULL, err_msg, 0 TSRMLS_CC);
zend_throw_exception  133 ext/intl/breakiterator/breakiterator_class.cpp 		zend_throw_exception(NULL, "Cannot clone unconstructed BreakIterator", 0 TSRMLS_CC);
zend_throw_exception  101 ext/intl/breakiterator/breakiterator_iterators.cpp 		zend_throw_exception(NULL,
zend_throw_exception  110 ext/intl/breakiterator/breakiterator_iterators.cpp 		zend_throw_exception(NULL,
zend_throw_exception   38 ext/intl/breakiterator/breakiterator_methods.cpp 	zend_throw_exception( NULL,
zend_throw_exception  106 ext/intl/calendar/calendar_class.cpp 			zend_throw_exception(NULL, err_msg, 0 TSRMLS_CC);
zend_throw_exception  112 ext/intl/calendar/calendar_class.cpp 		zend_throw_exception(NULL, "Cannot clone unconstructed IntlCalendar", 0 TSRMLS_CC);
zend_throw_exception   45 ext/intl/calendar/calendar_methods.cpp 	zend_throw_exception( NULL,
zend_throw_exception  176 ext/intl/common/common_enum.cpp 		zend_throw_exception(NULL,
zend_throw_exception  185 ext/intl/common/common_enum.cpp 		zend_throw_exception(NULL,
zend_throw_exception 1096 ext/intl/converter/converter.c 		zend_throw_exception(NULL, err_msg, 0 TSRMLS_CC);
zend_throw_exception  108 ext/intl/dateformat/dateformat_class.c 			zend_throw_exception(NULL, "Failed to clone IntlDateFormatter object", 0 TSRMLS_CC);
zend_throw_exception  111 ext/intl/dateformat/dateformat_class.c 		zend_throw_exception(NULL, "Cannot clone unconstructed IntlDateFormatter", 0 TSRMLS_CC);
zend_throw_exception  101 ext/intl/formatter/formatter_class.c 			zend_throw_exception(NULL, "Failed to clone NumberFormatter object", 0 TSRMLS_CC);
zend_throw_exception  104 ext/intl/formatter/formatter_class.c 		zend_throw_exception(NULL, "Cannot clone unconstructed NumberFormatter", 0 TSRMLS_CC);
zend_throw_exception  247 ext/intl/timezone/timezone_class.cpp 			zend_throw_exception(NULL, err_msg, 0 TSRMLS_CC);
zend_throw_exception  253 ext/intl/timezone/timezone_class.cpp 		zend_throw_exception(NULL, "Cannot clone unconstructed IntlTimeZone", 0 TSRMLS_CC);
zend_throw_exception  270 ext/intl/timezone/timezone_class.cpp 		zend_throw_exception(NULL, "Comparison with at least one unconstructed "
zend_throw_exception   42 ext/intl/timezone/timezone_methods.cpp 	zend_throw_exception( NULL,
zend_throw_exception  472 ext/intl/transliterator/transliterator_methods.c 	zend_throw_exception( NULL,
zend_throw_exception 2195 ext/mysql/php_mysql.c 					zend_throw_exception(zend_exception_get_default(TSRMLS_C), "Parameter ctor_params must be an array", 0 TSRMLS_CC);
zend_throw_exception 1316 ext/mysqli/mysqli.c 					zend_throw_exception(zend_exception_get_default(TSRMLS_C), "Parameter ctor_params must be an array", 0 TSRMLS_CC);
zend_throw_exception 2706 ext/pgsql/pgsql.c 					zend_throw_exception(zend_exception_get_default(TSRMLS_C), "Parameter ctor_params must be an array", 0 TSRMLS_CC);
zend_throw_exception   94 ext/reflection/php_reflection.c 	zend_throw_exception(reflection_exception_ptr, msg, 0 TSRMLS_CC);                                       \
zend_throw_exception 2259 ext/simplexml/simplexml.c 		zend_throw_exception(zend_exception_get_default(TSRMLS_C), "String could not be parsed as XML", 0 TSRMLS_CC);
zend_throw_exception 1838 ext/snmp/snmp.c 			zend_throw_exception(zend_exception_get_default(TSRMLS_C), "Unknown SNMP protocol version", 0 TSRMLS_CC);
zend_throw_exception 1123 ext/spl/spl_array.c 			zend_throw_exception(spl_ce_InvalidArgumentException, "Passed variable is not an array or object, using empty array instead", 0 TSRMLS_CC);
zend_throw_exception 1459 ext/spl/spl_array.c 			zend_throw_exception(spl_ce_BadMethodCallException, "Function expects one argument at most", 0 TSRMLS_CC);
zend_throw_exception 1469 ext/spl/spl_array.c 			zend_throw_exception(spl_ce_BadMethodCallException, "Function expects exactly one argument", 0 TSRMLS_CC);
zend_throw_exception  612 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't pop from an empty datastructure", 0 TSRMLS_CC);
zend_throw_exception  635 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't shift from an empty datastructure", 0 TSRMLS_CC);
zend_throw_exception  658 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0 TSRMLS_CC);
zend_throw_exception  681 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0 TSRMLS_CC);
zend_throw_exception  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);
zend_throw_exception  796 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0 TSRMLS_CC);
zend_throw_exception  806 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0 TSRMLS_CC);
zend_throw_exception  837 ext/spl/spl_dllist.c 			zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0 TSRMLS_CC);
zend_throw_exception  860 ext/spl/spl_dllist.c 			zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0 TSRMLS_CC);
zend_throw_exception  885 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset out of range", 0 TSRMLS_CC);
zend_throw_exception  927 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0 TSRMLS_CC);
zend_throw_exception 1258 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0 TSRMLS_CC);
zend_throw_exception 1312 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by reference", 0 TSRMLS_CC);
zend_throw_exception  245 ext/spl/spl_fixedarray.c 			zend_throw_exception(spl_ce_RuntimeException, "The instance wasn't initialized properly", 0 TSRMLS_CC);
zend_throw_exception  351 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC);
zend_throw_exception  362 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC);
zend_throw_exception  411 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC);
zend_throw_exception  422 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC);
zend_throw_exception  468 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC);
zend_throw_exception 1075 ext/spl/spl_fixedarray.c 		zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by reference", 0 TSRMLS_CC);
zend_throw_exception  628 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
zend_throw_exception  654 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
zend_throw_exception  661 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0 TSRMLS_CC);
zend_throw_exception  683 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
zend_throw_exception  716 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
zend_throw_exception  723 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0 TSRMLS_CC);
zend_throw_exception  759 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
zend_throw_exception  766 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0 TSRMLS_CC);
zend_throw_exception  846 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
zend_throw_exception  853 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0 TSRMLS_CC);
zend_throw_exception  920 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
zend_throw_exception  938 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
zend_throw_exception  968 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer ensured.", 0 TSRMLS_CC);
zend_throw_exception 1108 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by reference", 0 TSRMLS_CC);
zend_throw_exception 1132 ext/spl/spl_heap.c 		zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by reference", 0 TSRMLS_CC);
zend_throw_exception  324 ext/spl/spl_iterators.c 					zend_throw_exception(spl_ce_UnexpectedValueException, "Objects returned by RecursiveIterator::getChildren() must implement RecursiveIterator", 0 TSRMLS_CC);
zend_throw_exception  509 ext/spl/spl_iterators.c 		zend_throw_exception(spl_ce_InvalidArgumentException, "An instance of RecursiveIterator or IteratorAggregate creating it is required", 0 TSRMLS_CC);
zend_throw_exception  809 ext/spl/spl_iterators.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Parameter max_depth must be >= -1", 0 TSRMLS_CC);
zend_throw_exception 1398 ext/spl/spl_iterators.c 				zend_throw_exception(spl_ce_OutOfRangeException, "Parameter offset must be >= 0", 0 TSRMLS_CC);
zend_throw_exception 1403 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 TSRMLS_CC);
zend_throw_exception 1417 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 TSRMLS_CC);
zend_throw_exception 1442 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 TSRMLS_CC);
zend_throw_exception 2958 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 TSRMLS_CC);
zend_throw_exception 2962 ext/spl/spl_iterators.c 		zend_throw_exception(spl_ce_InvalidArgumentException, "Unsetting flag CALL_TO_STRING is not possible", 0 TSRMLS_CC);
zend_throw_exception 2966 ext/spl/spl_iterators.c 		zend_throw_exception(spl_ce_InvalidArgumentException, "Unsetting flag TOSTRING_USE_INNER is not possible", 0 TSRMLS_CC);
zend_throw_exception 3271 ext/spl/spl_iterators.c 	zend_throw_exception(spl_ce_BadMethodCallException, "Accessing the key of an EmptyIterator", 0 TSRMLS_CC);
zend_throw_exception 3281 ext/spl/spl_iterators.c 	zend_throw_exception(spl_ce_BadMethodCallException, "Accessing the value of an EmptyIterator", 0 TSRMLS_CC);
zend_throw_exception  136 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_RuntimeException, "Hash needs to be a string", 0 TSRMLS_CC);
zend_throw_exception 1054 ext/spl/spl_observer.c 			zend_throw_exception(spl_ce_InvalidArgumentException, "Info must be NULL, integer or string", 0 TSRMLS_CC);
zend_throw_exception 1062 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_InvalidArgumentException, "Key duplication error", 0 TSRMLS_CC);
zend_throw_exception 1195 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_RuntimeException, "Failed to call sub iterator method", 0 TSRMLS_CC);
zend_throw_exception 1200 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_RuntimeException, "Called current() with non valid sub iterator", 0 TSRMLS_CC);
zend_throw_exception 1202 ext/spl/spl_observer.c 				zend_throw_exception(spl_ce_RuntimeException, "Called key() with non valid sub iterator", 0 TSRMLS_CC);
zend_throw_exception 1219 ext/spl/spl_observer.c 					zend_throw_exception(spl_ce_InvalidArgumentException, "Sub-Iterator is associated with NULL", 0 TSRMLS_CC);
zend_throw_exception   58 ext/sqlite3/sqlite3.c 		zend_throw_exception(zend_exception_get_default(TSRMLS_C), message, 0 TSRMLS_CC);
zend_throw_exception  114 ext/sqlite3/sqlite3.c 		zend_throw_exception(zend_exception_get_default(TSRMLS_C), "Already initialised DB Object", 0 TSRMLS_CC);
zend_throw_exception  122 ext/sqlite3/sqlite3.c 			zend_throw_exception(zend_exception_get_default(TSRMLS_C), "Unable to expand filepath", 0 TSRMLS_CC);
zend_throw_exception 1839 ext/sqlite3/sqlite3.c 	zend_throw_exception(zend_exception_get_default(TSRMLS_C), "SQLite3Result cannot be directly instantiated", 0 TSRMLS_CC);