Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/
H A Dphp_reflection.c102 #define _DO_THROW(msg) \ macro
1528 _DO_THROW("Cannot clone object using __clone()"); in ZEND_METHOD()
2250 _DO_THROW("Cannot create ReflectionGenerator based on a terminated Generator"); in ZEND_METHOD()
2266 _DO_THROW("Cannot fetch information from a terminated Generator"); \
2541 _DO_THROW("The parameter specified by its name could not be found"); in ZEND_METHOD()
2550 _DO_THROW("The parameter specified by its offset could not be found"); in ZEND_METHOD()
6429 _DO_THROW( in ZEND_METHOD()
6467 _DO_THROW("Array key not found"); in ZEND_METHOD()
6496 _DO_THROW("Corrupted ReflectionReference object"); in ZEND_METHOD()
6520 _DO_THROW("Cannot directly instantiate ReflectionAttribute"); in ZEND_METHOD()
[all …]

Completed in 34 milliseconds