Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_exceptions_arginfo.h84 …nd_class_entry *register_class_OutOfBoundsException(zend_class_entry *class_entry_RuntimeException) in register_class_OutOfBoundsException() argument
89 class_entry = zend_register_internal_class_with_flags(&ce, class_entry_RuntimeException, 0); in register_class_OutOfBoundsException()
94 … zend_class_entry *register_class_OverflowException(zend_class_entry *class_entry_RuntimeException) in register_class_OverflowException() argument
99 class_entry = zend_register_internal_class_with_flags(&ce, class_entry_RuntimeException, 0); in register_class_OverflowException()
104 …tic zend_class_entry *register_class_RangeException(zend_class_entry *class_entry_RuntimeException) in register_class_RangeException() argument
109 class_entry = zend_register_internal_class_with_flags(&ce, class_entry_RuntimeException, 0); in register_class_RangeException()
114 …zend_class_entry *register_class_UnderflowException(zend_class_entry *class_entry_RuntimeException) in register_class_UnderflowException() argument
119 class_entry = zend_register_internal_class_with_flags(&ce, class_entry_RuntimeException, 0); in register_class_UnderflowException()
124 …lass_entry *register_class_UnexpectedValueException(zend_class_entry *class_entry_RuntimeException) in register_class_UnexpectedValueException() argument
129 class_entry = zend_register_internal_class_with_flags(&ce, class_entry_RuntimeException, 0); in register_class_UnexpectedValueException()
/php-src/ext/pdo/
H A Dpdo_arginfo.h14 static zend_class_entry *register_class_PDOException(zend_class_entry *class_entry_RuntimeException) in register_class_PDOException() argument
19 class_entry = zend_register_internal_class_with_flags(&ce, class_entry_RuntimeException, 0); in register_class_PDOException()
/php-src/ext/snmp/
H A Dsnmp_arginfo.h394 …atic zend_class_entry *register_class_SNMPException(zend_class_entry *class_entry_RuntimeException) in register_class_SNMPException() argument
399 class_entry = zend_register_internal_class_with_flags(&ce, class_entry_RuntimeException, 0); in register_class_SNMPException()
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h1548 …nd_class_entry *register_class_mysqli_sql_exception(zend_class_entry *class_entry_RuntimeException) in register_class_mysqli_sql_exception() argument
1553 …class_entry = zend_register_internal_class_with_flags(&ce, class_entry_RuntimeException, ZEND_ACC_… in register_class_mysqli_sql_exception()

Completed in 27 milliseconds