Lines Matching refs:zend_class_entry

4 static zend_class_entry *register_class_LogicException(zend_class_entry *class_entry_Exception)  in register_class_LogicException()
6 zend_class_entry ce, *class_entry; in register_class_LogicException()
14 static zend_class_entry *register_class_BadFunctionCallException(zend_class_entry *class_entry_Logi… in register_class_BadFunctionCallException()
16 zend_class_entry ce, *class_entry; in register_class_BadFunctionCallException()
24 static zend_class_entry *register_class_BadMethodCallException(zend_class_entry *class_entry_BadFun… in register_class_BadMethodCallException()
26 zend_class_entry ce, *class_entry; in register_class_BadMethodCallException()
34 static zend_class_entry *register_class_DomainException(zend_class_entry *class_entry_LogicExceptio… in register_class_DomainException()
36 zend_class_entry ce, *class_entry; in register_class_DomainException()
44 static zend_class_entry *register_class_InvalidArgumentException(zend_class_entry *class_entry_Logi… in register_class_InvalidArgumentException()
46 zend_class_entry ce, *class_entry; in register_class_InvalidArgumentException()
54 static zend_class_entry *register_class_LengthException(zend_class_entry *class_entry_LogicExceptio… in register_class_LengthException()
56 zend_class_entry ce, *class_entry; in register_class_LengthException()
64 static zend_class_entry *register_class_OutOfRangeException(zend_class_entry *class_entry_LogicExce… in register_class_OutOfRangeException()
66 zend_class_entry ce, *class_entry; in register_class_OutOfRangeException()
74 static zend_class_entry *register_class_RuntimeException(zend_class_entry *class_entry_Exception) in register_class_RuntimeException()
76 zend_class_entry ce, *class_entry; in register_class_RuntimeException()
84 static zend_class_entry *register_class_OutOfBoundsException(zend_class_entry *class_entry_RuntimeE… in register_class_OutOfBoundsException()
86 zend_class_entry ce, *class_entry; in register_class_OutOfBoundsException()
94 static zend_class_entry *register_class_OverflowException(zend_class_entry *class_entry_RuntimeExce… in register_class_OverflowException()
96 zend_class_entry ce, *class_entry; in register_class_OverflowException()
104 static zend_class_entry *register_class_RangeException(zend_class_entry *class_entry_RuntimeExcepti… in register_class_RangeException()
106 zend_class_entry ce, *class_entry; in register_class_RangeException()
114 static zend_class_entry *register_class_UnderflowException(zend_class_entry *class_entry_RuntimeExc… in register_class_UnderflowException()
116 zend_class_entry ce, *class_entry; in register_class_UnderflowException()
124 static zend_class_entry *register_class_UnexpectedValueException(zend_class_entry *class_entry_Runt… in register_class_UnexpectedValueException()
126 zend_class_entry ce, *class_entry; in register_class_UnexpectedValueException()