Searched refs:class_entry_RuntimeException (Results 1 – 4 of 4) sorted by relevance
151 …nd_class_entry *register_class_OutOfBoundsException(zend_class_entry *class_entry_RuntimeException) in register_class_OutOfBoundsException() argument156 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() argument166 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() argument176 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() argument186 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() argument196 class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException); in register_class_UnexpectedValueException()
21 static zend_class_entry *register_class_PDOException(zend_class_entry *class_entry_RuntimeException) in register_class_PDOException() argument26 class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException); in register_class_PDOException()
305 …atic zend_class_entry *register_class_SNMPException(zend_class_entry *class_entry_RuntimeException) in register_class_SNMPException() argument310 class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException); in register_class_SNMPException()
1393 …nd_class_entry *register_class_mysqli_sql_exception(zend_class_entry *class_entry_RuntimeException) in register_class_mysqli_sql_exception() argument1398 class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException); in register_class_mysqli_sql_exception()
Completed in 13 milliseconds