Home
last modified time | relevance | path

Searched refs:spl_ce_RuntimeException (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/lang/php81/php-8.1.1/ext/spl/
H A Dspl_exceptions.c40 PHPAPI zend_class_entry *spl_ce_RuntimeException; variable
60 spl_ce_RuntimeException = register_class_RuntimeException(zend_ce_exception); in PHP_MINIT_FUNCTION()
61 spl_ce_OutOfBoundsException = register_class_OutOfBoundsException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
62 spl_ce_OverflowException = register_class_OverflowException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
63 spl_ce_RangeException = register_class_RangeException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
64 spl_ce_UnderflowException = register_class_UnderflowException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
65 spl_ce_UnexpectedValueException = register_class_UnexpectedValueException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
H A Dspl_heap.c624 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
647 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
652 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in PHP_METHOD()
673 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
714 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
719 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in PHP_METHOD()
741 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
748 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in PHP_METHOD()
769 zend_throw_exception(spl_ce_RuntimeException, "Must specify at least one extract flag", 0); in PHP_METHOD()
852 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/spl/
H A Dspl_exceptions.c40 PHPAPI zend_class_entry *spl_ce_RuntimeException; variable
60 spl_ce_RuntimeException = register_class_RuntimeException(zend_ce_exception); in PHP_MINIT_FUNCTION()
61 spl_ce_OutOfBoundsException = register_class_OutOfBoundsException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
62 spl_ce_OverflowException = register_class_OverflowException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
63 spl_ce_RangeException = register_class_RangeException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
64 spl_ce_UnderflowException = register_class_UnderflowException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
65 spl_ce_UnexpectedValueException = register_class_UnexpectedValueException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
H A Dspl_heap.c624 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
647 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
652 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in PHP_METHOD()
673 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
714 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
719 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in PHP_METHOD()
741 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
748 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in PHP_METHOD()
769 zend_throw_exception(spl_ce_RuntimeException, "Must specify at least one extract flag", 0); in PHP_METHOD()
852 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
[all …]
/dports/lang/php74/php-7.4.27/ext/spl/
H A Dspl_heap.c620 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
644 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
649 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in SPL_METHOD()
670 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
697 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
702 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in SPL_METHOD()
732 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in SPL_METHOD()
754 zend_throw_exception(spl_ce_RuntimeException, "Must specify at least one extract flag", 0); in SPL_METHOD()
849 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in SPL_METHOD()
1105 …zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by referenc… in spl_heap_get_iterator()
[all …]
H A Dspl_directory.c457 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_info()
485 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type()
493 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Could not open file"); in spl_filesystem_object_create_type()
571 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Operation not supported"); in spl_filesystem_object_create_type()
1254 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in FileInfoFunction()
1305 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in SPL_METHOD()
2075 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in spl_filesystem_file_call()
2245 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in spl_filesystem_file_rewind()
2377 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in SPL_METHOD()
2415 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in SPL_METHOD()
[all …]
H A Dspl_exceptions.h33 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
/dports/www/mod_php74/php-7.4.27/ext/spl/
H A Dspl_heap.c620 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
644 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
649 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in SPL_METHOD()
670 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
697 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
702 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in SPL_METHOD()
732 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in SPL_METHOD()
754 zend_throw_exception(spl_ce_RuntimeException, "Must specify at least one extract flag", 0); in SPL_METHOD()
849 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in SPL_METHOD()
1105 …zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by referenc… in spl_heap_get_iterator()
[all …]
H A Dspl_directory.c457 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_info()
485 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type()
493 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Could not open file"); in spl_filesystem_object_create_type()
571 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Operation not supported"); in spl_filesystem_object_create_type()
1254 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in FileInfoFunction()
1305 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in SPL_METHOD()
2075 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in spl_filesystem_file_call()
2245 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in spl_filesystem_file_rewind()
2377 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in SPL_METHOD()
2415 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in SPL_METHOD()
[all …]
/dports/lang/php73/php-7.3.33/ext/spl/
H A Dspl_heap.c585 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
609 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
616 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in SPL_METHOD()
636 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
667 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
674 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in SPL_METHOD()
705 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
712 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in SPL_METHOD()
832 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in SPL_METHOD()
1082 …zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by referenc… in spl_heap_get_iterator()
[all …]
H A Dspl_directory.c457 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_info()
485 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type()
493 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Could not open file"); in spl_filesystem_object_create_type()
571 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Operation not supported"); in spl_filesystem_object_create_type()
1252 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in FileInfoFunction()
1303 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in SPL_METHOD()
2071 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in spl_filesystem_file_call()
2242 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in spl_filesystem_file_rewind()
2374 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in SPL_METHOD()
2412 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in SPL_METHOD()
[all …]
H A Dspl_exceptions.h33 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
/dports/www/mod_php73/php-7.3.33/ext/spl/
H A Dspl_heap.c585 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
609 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
616 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in SPL_METHOD()
636 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
667 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
674 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in SPL_METHOD()
705 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in SPL_METHOD()
712 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in SPL_METHOD()
832 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in SPL_METHOD()
1082 …zend_throw_exception(spl_ce_RuntimeException, "An iterator cannot be used with foreach by referenc… in spl_heap_get_iterator()
[all …]
H A Dspl_directory.c457 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_info()
485 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type()
493 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Could not open file"); in spl_filesystem_object_create_type()
571 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Operation not supported"); in spl_filesystem_object_create_type()
1252 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in FileInfoFunction()
1303 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in SPL_METHOD()
2071 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in spl_filesystem_file_call()
2242 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in spl_filesystem_file_rewind()
2374 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in SPL_METHOD()
2412 zend_throw_exception_ex(spl_ce_RuntimeException, 0, "Object not initialized"); in SPL_METHOD()
[all …]
/dports/lang/php80/php-8.0.15/ext/spl/
H A Dspl_heap.c600 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
623 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
628 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in PHP_METHOD()
648 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
674 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
679 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in PHP_METHOD()
701 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
708 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in PHP_METHOD()
729 zend_throw_exception(spl_ce_RuntimeException, "Must specify at least one extract flag", 0); in PHP_METHOD()
812 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
[all …]
H A Dspl_exceptions.h31 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
/dports/www/mod_php80/php-8.0.15/ext/spl/
H A Dspl_heap.c600 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
623 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
628 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in PHP_METHOD()
648 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
674 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
679 zend_throw_exception(spl_ce_RuntimeException, "Can't extract from an empty heap", 0); in PHP_METHOD()
701 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
708 zend_throw_exception(spl_ce_RuntimeException, "Can't peek at an empty heap", 0); in PHP_METHOD()
729 zend_throw_exception(spl_ce_RuntimeException, "Must specify at least one extract flag", 0); in PHP_METHOD()
812 …zend_throw_exception(spl_ce_RuntimeException, "Heap is corrupted, heap properties are no longer en… in PHP_METHOD()
[all …]
/dports/www/phalcon4/cphalcon-4.1.1/ext/phalcon/http/message/
H A Dstream.zep.c263 …ZEPHIR_THROW_EXCEPTION_DEBUG_STR(spl_ce_RuntimeException, "Could not read from the file/stream", "… in PHP_METHOD()
479 …ZEPHIR_THROW_EXCEPTION_DEBUG_STR(spl_ce_RuntimeException, "Could not read from the file/stream", "… in PHP_METHOD()
546 …ZEPHIR_THROW_EXCEPTION_DEBUG_STR(spl_ce_RuntimeException, "Could not seek on the file pointer", "p… in PHP_METHOD()
624 …ZEPHIR_THROW_EXCEPTION_DEBUG_STR(spl_ce_RuntimeException, "The stream provided is not valid (strin… in PHP_METHOD()
694 …ZEPHIR_THROW_EXCEPTION_DEBUG_STR(spl_ce_RuntimeException, "Could not write to the file/stream", "p… in PHP_METHOD()
714 …ZEPHIR_THROW_EXCEPTION_DEBUG_STRW(spl_ce_RuntimeException, "A valid resource is required.", "phalc… in PHP_METHOD()
737 …ZEPHIR_THROW_EXCEPTION_DEBUG_STR(spl_ce_RuntimeException, "The resource is not readable.", "phalco… in PHP_METHOD()
761 …ZEPHIR_THROW_EXCEPTION_DEBUG_STR(spl_ce_RuntimeException, "The resource is not seekable.", "phalco… in PHP_METHOD()
785 …ZEPHIR_THROW_EXCEPTION_DEBUG_STR(spl_ce_RuntimeException, "The resource is not writable.", "phalco… in PHP_METHOD()
/dports/www/pecl-yar/yar-2.2.0/
H A Dyar_exception.c51 if (!spl_ce_RuntimeException) { in ZEND_END_ARG_INFO()
55 spl_ce_RuntimeException = pce; in ZEND_END_ARG_INFO()
59 return spl_ce_RuntimeException; in ZEND_END_ARG_INFO()
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/kernel/
H A Dfcall.c447 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined function %s()", func_nam… in zephir_call_func_aparams()
479 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined function %s()", Z_TYPE_P… in zephir_call_zval_func_aparams()
507 …zephir_throw_exception_format(spl_ce_RuntimeException, "Trying to call method %s on a non-object",… in zephir_call_class_method_aparams()
522 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined method parent::%s()", me… in zephir_call_class_method_aparams()
526 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined method self::%s()", meth… in zephir_call_class_method_aparams()
530 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined method static::%s()", me… in zephir_call_class_method_aparams()
535 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined method %s::%s()", ZSTR_V… in zephir_call_class_method_aparams()
539 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined method ?::%s()", method_… in zephir_call_class_method_aparams()
/dports/www/phalcon4/cphalcon-4.1.1/ext/kernel/
H A Dfcall.c447 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined function %s()", func_nam… in zephir_call_func_aparams()
479 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined function %s()", Z_TYPE_P… in zephir_call_zval_func_aparams()
507 …zephir_throw_exception_format(spl_ce_RuntimeException, "Trying to call method %s on a non-object",… in zephir_call_class_method_aparams()
522 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined method parent::%s()", me… in zephir_call_class_method_aparams()
526 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined method self::%s()", meth… in zephir_call_class_method_aparams()
530 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined method static::%s()", me… in zephir_call_class_method_aparams()
535 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined method %s::%s()", ZSTR_V… in zephir_call_class_method_aparams()
539 …zephir_throw_exception_format(spl_ce_RuntimeException, "Call to undefined method ?::%s()", method_… in zephir_call_class_method_aparams()
/dports/www/pecl-yaf/yaf-3.3.3/
H A Dyaf_exception.c63 if (!spl_ce_RuntimeException) { in yaf_get_exception_base()
67 spl_ce_RuntimeException = *pce; in yaf_get_exception_base()
71 return spl_ce_RuntimeException; in yaf_get_exception_base()
/dports/www/phalcon/cphalcon-3.4.5/ext/kernel/
H A Dfcall.c683 …zephir_throw_exception_format(spl_ce_RuntimeException TSRMLS_CC, "Call to undefined function %s()"… in zephir_call_func_aparams()
730 …zephir_throw_exception_format(spl_ce_RuntimeException TSRMLS_CC, "Call to undefined function %s()"… in zephir_call_zval_func_aparams()
775 …zephir_throw_exception_format(spl_ce_RuntimeException TSRMLS_CC, "Trying to call method %s on a no… in zephir_call_class_method_aparams()
863 …zephir_throw_exception_format(spl_ce_RuntimeException TSRMLS_CC, "Call to undefined method parent:… in zephir_call_class_method_aparams()
867 …zephir_throw_exception_format(spl_ce_RuntimeException TSRMLS_CC, "Call to undefined method self::%… in zephir_call_class_method_aparams()
871 …zephir_throw_exception_format(spl_ce_RuntimeException TSRMLS_CC, "Call to undefined method static:… in zephir_call_class_method_aparams()
875 …zephir_throw_exception_format(spl_ce_RuntimeException TSRMLS_CC, "Call to undefined method %s::%s(… in zephir_call_class_method_aparams()
879 …zephir_throw_exception_format(spl_ce_RuntimeException TSRMLS_CC, "Call to undefined method %s::%s(… in zephir_call_class_method_aparams()
883 …zephir_throw_exception_format(spl_ce_RuntimeException TSRMLS_CC, "Call to undefined method ?::%s()… in zephir_call_class_method_aparams()
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/tensor/exceptions/
H A Druntimeexception.zep.c20 …ceptions, RuntimeException, tensor, exceptions_runtimeexception, spl_ce_RuntimeException, NULL, 0); in ZEPHIR_INIT_CLASS()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/Exception/
H A DRuntimeException.c31 …river_runtime_exception_ce = php5to7_zend_register_internal_class_ex(&ce, spl_ce_RuntimeException); in php_driver_define_RuntimeException()

1234567