Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c102 #define _DO_THROW(msg) \ macro
1532 _DO_THROW("Cannot clone object using __clone()"); in ZEND_METHOD()
2225 _DO_THROW("Cannot create ReflectionGenerator based on a terminated Generator"); in ZEND_METHOD()
2241 _DO_THROW("Cannot fetch information from a terminated Generator"); \
2516 _DO_THROW("The parameter specified by its name could not be found"); in ZEND_METHOD()
2525 _DO_THROW("The parameter specified by its offset could not be found"); in ZEND_METHOD()
6462 _DO_THROW( in ZEND_METHOD()
6500 _DO_THROW("Array key not found"); in ZEND_METHOD()
6529 _DO_THROW("Corrupted ReflectionReference object"); in ZEND_METHOD()
6553 _DO_THROW("Cannot directly instantiate ReflectionAttribute"); in ZEND_METHOD()
[all …]

Completed in 22 milliseconds