Home
last modified time | relevance | path

Searched refs:class_entry_RuntimeException (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/spl/
H A Dspl_exceptions_arginfo.h151 …nd_class_entry *register_class_OutOfBoundsException(zend_class_entry *class_entry_RuntimeException) in register_class_OutOfBoundsException() argument
156 class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException); in register_class_OutOfBoundsException()
161 … zend_class_entry *register_class_OverflowException(zend_class_entry *class_entry_RuntimeException) in register_class_OverflowException() argument
166 class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException); in register_class_OverflowException()
171 …tic zend_class_entry *register_class_RangeException(zend_class_entry *class_entry_RuntimeException) in register_class_RangeException() argument
176 class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException); in register_class_RangeException()
181 …zend_class_entry *register_class_UnderflowException(zend_class_entry *class_entry_RuntimeException) in register_class_UnderflowException() argument
186 class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException); in register_class_UnderflowException()
191 …lass_entry *register_class_UnexpectedValueException(zend_class_entry *class_entry_RuntimeException) in register_class_UnexpectedValueException() argument
196 class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException); in register_class_UnexpectedValueException()
/PHP-8.1/ext/pdo/
H A Dpdo_arginfo.h21 static zend_class_entry *register_class_PDOException(zend_class_entry *class_entry_RuntimeException) in register_class_PDOException() argument
26 class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException); in register_class_PDOException()
/PHP-8.1/ext/snmp/
H A Dsnmp_arginfo.h305 …atic zend_class_entry *register_class_SNMPException(zend_class_entry *class_entry_RuntimeException) in register_class_SNMPException() argument
310 class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException); in register_class_SNMPException()
/PHP-8.1/ext/mysqli/
H A Dmysqli_arginfo.h1393 …nd_class_entry *register_class_mysqli_sql_exception(zend_class_entry *class_entry_RuntimeException) in register_class_mysqli_sql_exception() argument
1398 class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException); in register_class_mysqli_sql_exception()

Completed in 13 milliseconds