Lines Matching refs:zend_class_entry

71 static zend_class_entry *register_class_LogicException(zend_class_entry *class_entry_Exception)  in register_class_LogicException()
73 zend_class_entry ce, *class_entry; in register_class_LogicException()
81 static zend_class_entry *register_class_BadFunctionCallException(zend_class_entry *class_entry_Logi… in register_class_BadFunctionCallException()
83 zend_class_entry ce, *class_entry; in register_class_BadFunctionCallException()
91 static zend_class_entry *register_class_BadMethodCallException(zend_class_entry *class_entry_BadFun… in register_class_BadMethodCallException()
93 zend_class_entry ce, *class_entry; in register_class_BadMethodCallException()
101 static zend_class_entry *register_class_DomainException(zend_class_entry *class_entry_LogicExceptio… in register_class_DomainException()
103 zend_class_entry ce, *class_entry; in register_class_DomainException()
111 static zend_class_entry *register_class_InvalidArgumentException(zend_class_entry *class_entry_Logi… in register_class_InvalidArgumentException()
113 zend_class_entry ce, *class_entry; in register_class_InvalidArgumentException()
121 static zend_class_entry *register_class_LengthException(zend_class_entry *class_entry_LogicExceptio… in register_class_LengthException()
123 zend_class_entry ce, *class_entry; in register_class_LengthException()
131 static zend_class_entry *register_class_OutOfRangeException(zend_class_entry *class_entry_LogicExce… in register_class_OutOfRangeException()
133 zend_class_entry ce, *class_entry; in register_class_OutOfRangeException()
141 static zend_class_entry *register_class_RuntimeException(zend_class_entry *class_entry_Exception) in register_class_RuntimeException()
143 zend_class_entry ce, *class_entry; in register_class_RuntimeException()
151 static zend_class_entry *register_class_OutOfBoundsException(zend_class_entry *class_entry_RuntimeE… in register_class_OutOfBoundsException()
153 zend_class_entry ce, *class_entry; in register_class_OutOfBoundsException()
161 static zend_class_entry *register_class_OverflowException(zend_class_entry *class_entry_RuntimeExce… in register_class_OverflowException()
163 zend_class_entry ce, *class_entry; in register_class_OverflowException()
171 static zend_class_entry *register_class_RangeException(zend_class_entry *class_entry_RuntimeExcepti… in register_class_RangeException()
173 zend_class_entry ce, *class_entry; in register_class_RangeException()
181 static zend_class_entry *register_class_UnderflowException(zend_class_entry *class_entry_RuntimeExc… in register_class_UnderflowException()
183 zend_class_entry ce, *class_entry; in register_class_UnderflowException()
191 static zend_class_entry *register_class_UnexpectedValueException(zend_class_entry *class_entry_Runt… in register_class_UnexpectedValueException()
193 zend_class_entry ce, *class_entry; in register_class_UnexpectedValueException()