/PHP-5.6/ext/spl/ |
H A D | spl_heap.c | 628 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 654 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 661 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0 TSRMLS_CC); in SPL_METHOD() 683 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 716 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 723 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0 TSRMLS_CC); in SPL_METHOD() 759 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD() 766 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0 TSRMLS_CC); in SPL_METHOD() 853 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0 TSRMLS_CC); in SPL_METHOD() 1108 …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_dllist.c | 612 …zend_throw_exception(spl_ce_RuntimeException, "Can't pop from an empty datastructure", 0 TSRMLS_CC… in SPL_METHOD() 635 …zend_throw_exception(spl_ce_RuntimeException, "Can't shift from an empty datastructure", 0 TSRMLS_… in SPL_METHOD() 658 …zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0 TSRMLS_CC); in SPL_METHOD() 681 …zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty datastructure", 0 TSRMLS_CC); in SPL_METHOD() 796 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0 TSRMLS_CC); in SPL_METHOD() 806 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0 TSRMLS_CC); in SPL_METHOD() 837 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0 TSRMLS_CC); in SPL_METHOD() 860 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0 TSRMLS_CC); in SPL_METHOD() 885 zend_throw_exception(spl_ce_OutOfRangeException, "Offset out of range", 0 TSRMLS_CC); in SPL_METHOD() 927 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0 TSRMLS_CC); in SPL_METHOD() [all …]
|
H A D | spl_fixedarray.c | 245 …zend_throw_exception(spl_ce_RuntimeException, "The instance wasn't initialized properly", 0 TSRMLS… in spl_fixedarray_object_new_ex() 351 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_read_dimension_helper() 362 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_read_dimension_helper() 411 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_write_dimension_helper() 422 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_write_dimension_helper() 468 zend_throw_exception(spl_ce_RuntimeException, "Index invalid or out of range", 0 TSRMLS_CC); in spl_fixedarray_object_unset_dimension_helper() 1075 …zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by referenc… in spl_fixedarray_get_iterator()
|
H A D | spl_observer.c | 137 zend_throw_exception(spl_ce_RuntimeException, "Hash needs to be a string", 0 TSRMLS_CC); in spl_object_storage_get_hash() 1072 …zend_throw_exception(spl_ce_InvalidArgumentException, "Info must be NULL, integer or string", 0 TS… in SPL_METHOD() 1080 zend_throw_exception(spl_ce_InvalidArgumentException, "Key duplication error", 0 TSRMLS_CC); in SPL_METHOD() 1213 … zend_throw_exception(spl_ce_RuntimeException, "Failed to call sub iterator method", 0 TSRMLS_CC); in spl_multiple_iterator_get_all() 1218 …zend_throw_exception(spl_ce_RuntimeException, "Called current() with non valid sub iterator", 0 TS… in spl_multiple_iterator_get_all() 1220 …zend_throw_exception(spl_ce_RuntimeException, "Called key() with non valid sub iterator", 0 TSRMLS… in spl_multiple_iterator_get_all() 1237 …zend_throw_exception(spl_ce_InvalidArgumentException, "Sub-Iterator is associated with NULL", 0 TS… in spl_multiple_iterator_get_all()
|
H A D | spl_iterators.c | 342 …zend_throw_exception(spl_ce_UnexpectedValueException, "Objects returned by RecursiveIterator::getC… in spl_recursive_it_move_forward_ex() 531 …zend_throw_exception(spl_ce_InvalidArgumentException, "An instance of RecursiveIterator or Iterato… in spl_recursive_it_it_construct() 853 …zend_throw_exception(spl_ce_OutOfRangeException, "Parameter max_depth must be >= -1", 0 TSRMLS_CC); in SPL_METHOD() 1470 zend_throw_exception(spl_ce_OutOfRangeException, "Parameter offset must be >= 0", 0 TSRMLS_CC); in spl_dual_it_construct() 1475 …zend_throw_exception(spl_ce_OutOfRangeException, "Parameter count must either be -1 or a value gre… in spl_dual_it_construct() 1489 …zend_throw_exception(spl_ce_InvalidArgumentException, "Flags must contain only one of CALL_TOSTRIN… in spl_dual_it_construct() 1514 …zend_throw_exception(spl_ce_LogicException, "Class to downcast to not found or not base class or d… in spl_dual_it_construct() 3043 …zend_throw_exception(spl_ce_InvalidArgumentException, "Unsetting flag CALL_TO_STRING is not possib… in SPL_METHOD() 3047 …zend_throw_exception(spl_ce_InvalidArgumentException, "Unsetting flag TOSTRING_USE_INNER is not po… in SPL_METHOD() 3352 …zend_throw_exception(spl_ce_BadMethodCallException, "Accessing the key of an EmptyIterator", 0 TSR… in SPL_METHOD() [all …]
|
H A D | spl_array.c | 1148 …zend_throw_exception(spl_ce_InvalidArgumentException, "Passed variable is not an array or object, … in spl_array_set_array() 1484 …zend_throw_exception(spl_ce_BadMethodCallException, "Function expects one argument at most", 0 TSR… in spl_array_method() 1494 …zend_throw_exception(spl_ce_BadMethodCallException, "Function expects exactly one argument", 0 TSR… in spl_array_method()
|
/PHP-5.6/ext/dom/ |
H A D | domexception.c | 46 zend_throw_exception(dom_domexception_class_entry, error_message, error_code TSRMLS_CC); in php_dom_throw_error_with_message()
|
/PHP-5.6/Zend/ |
H A D | zend_exceptions.h | 43 ZEND_API zval * zend_throw_exception(zend_class_entry *exception_ce, const char *message, long code…
|
H A D | zend_generators.c | 419 zend_throw_exception(NULL, "Cannot rewind a generator that was already run", 0 TSRMLS_CC); in zend_generator_rewind() 603 zend_throw_exception(NULL, "Unserialization of 'Generator' is not allowed", 0 TSRMLS_CC); in ZEND_METHOD() 690 zend_throw_exception(NULL, "Cannot traverse an already closed generator", 0 TSRMLS_CC); in zend_generator_get_iterator() 695 …zend_throw_exception(NULL, "You can only iterate a generator by-reference if it declared that it y… in zend_generator_get_iterator()
|
H A D | zend_exceptions.c | 196 zend_throw_exception(NULL, "Cannot clone object using __clone()", 0 TSRMLS_CC); in ZEND_METHOD() 847 ZEND_API zval * zend_throw_exception(zend_class_entry *exception_ce, const char *message, long code… in zend_throw_exception() function 884 zexception = zend_throw_exception(exception_ce, message, code TSRMLS_CC); in zend_throw_exception_ex() 892 zval *ex = zend_throw_exception(exception_ce, message, code TSRMLS_CC); in zend_throw_error_exception()
|
/PHP-5.6/ext/intl/formatter/ |
H A D | formatter_class.c | 101 zend_throw_exception(NULL, "Failed to clone NumberFormatter object", 0 TSRMLS_CC); in NumberFormatter_object_clone() 104 zend_throw_exception(NULL, "Cannot clone unconstructed NumberFormatter", 0 TSRMLS_CC); in NumberFormatter_object_clone()
|
/PHP-5.6/ext/intl/dateformat/ |
H A D | dateformat_class.c | 108 zend_throw_exception(NULL, "Failed to clone IntlDateFormatter object", 0 TSRMLS_CC); in IntlDateFormatter_object_clone() 111 zend_throw_exception(NULL, "Cannot clone unconstructed IntlDateFormatter", 0 TSRMLS_CC); in IntlDateFormatter_object_clone()
|
/PHP-5.6/ext/intl/common/ |
H A D | common_enum.cpp | 176 zend_throw_exception(NULL, in IntlIterator_get_iterator() 185 zend_throw_exception(NULL, in IntlIterator_get_iterator()
|
/PHP-5.6/ext/com_dotnet/ |
H A D | com_misc.c | 39 zend_throw_exception(php_com_exception_class_entry, message, (long)code TSRMLS_CC); in php_com_throw_exception()
|
/PHP-5.6/ext/curl/ |
H A D | curl_file.c | 144 zend_throw_exception(NULL, "Unserialization of CURLFile instances is not allowed", 0 TSRMLS_CC); in ZEND_METHOD()
|
/PHP-5.6/ext/intl/breakiterator/ |
H A D | breakiterator_iterators.cpp | 101 zend_throw_exception(NULL, in _breakiterator_get_iterator() 110 zend_throw_exception(NULL, in _breakiterator_get_iterator()
|
H A D | breakiterator_class.cpp | 123 zend_throw_exception(NULL, err_msg, 0 TSRMLS_CC); in BreakIterator_clone_obj() 133 zend_throw_exception(NULL, "Cannot clone unconstructed BreakIterator", 0 TSRMLS_CC); in BreakIterator_clone_obj()
|
H A D | breakiterator_methods.cpp | 38 zend_throw_exception( NULL, in PHP_METHOD()
|
/PHP-5.6/ext/intl/timezone/ |
H A D | timezone_class.cpp | 247 zend_throw_exception(NULL, err_msg, 0 TSRMLS_CC); in TimeZone_clone_obj() 253 zend_throw_exception(NULL, "Cannot clone unconstructed IntlTimeZone", 0 TSRMLS_CC); in TimeZone_clone_obj() 270 zend_throw_exception(NULL, "Comparison with at least one unconstructed " in TimeZone_compare_objects()
|
H A D | timezone_methods.cpp | 42 zend_throw_exception( NULL, in PHP_METHOD()
|
/PHP-5.6/ext/intl/calendar/ |
H A D | calendar_class.cpp | 106 zend_throw_exception(NULL, err_msg, 0 TSRMLS_CC); in Calendar_clone_obj() 112 zend_throw_exception(NULL, "Cannot clone unconstructed IntlCalendar", 0 TSRMLS_CC); in Calendar_clone_obj()
|
H A D | calendar_methods.cpp | 45 zend_throw_exception( NULL, in PHP_METHOD()
|
/PHP-5.6/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 472 zend_throw_exception( NULL, in PHP_METHOD()
|
/PHP-5.6/ext/sqlite3/ |
H A D | sqlite3.c | 58 zend_throw_exception(zend_exception_get_default(TSRMLS_C), message, 0 TSRMLS_CC); in php_sqlite3_error() 120 …zend_throw_exception(zend_exception_get_default(TSRMLS_C), "Already initialised DB Object", 0 TSRM… 127 …zend_throw_exception(zend_exception_get_default(TSRMLS_C), "Unable to expand filepath", 0 TSRMLS_C… 1888 …zend_throw_exception(zend_exception_get_default(TSRMLS_C), "SQLite3Result cannot be directly insta…
|
/PHP-5.6/ext/gmp/ |
H A D | gmp.c | 648 zend_throw_exception(NULL, "Could not unserialize number", 0 TSRMLS_CC); in gmp_unserialize() 657 zend_throw_exception(NULL, "Could not unserialize properties", 0 TSRMLS_CC); in gmp_unserialize()
|