Searched refs:zend_throw_or_error (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/Zend/tests/ |
H A D | bug70914.phpt | 2 Bug #70914 zend_throw_or_error() format string vulnerability
|
/PHP-8.0/Zend/ |
H A D | zend_execute_API.c | 218 static ZEND_COLD void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const cha… in zend_throw_or_error() function 1468 zend_throw_or_error(fetch_type, NULL, "Cannot access \"self\" when no class scope is active"); in zend_fetch_class() 1474 zend_throw_or_error(fetch_type, NULL, "Cannot access \"parent\" when no class scope is active"); in zend_fetch_class() 1478 …zend_throw_or_error(fetch_type, NULL, "Cannot access \"parent\" when current class scope has no pa… in zend_fetch_class() 1484 zend_throw_or_error(fetch_type, NULL, "Cannot access \"static\" when no class scope is active"); in zend_fetch_class() 1502 zend_throw_or_error(fetch_type, NULL, "Interface \"%s\" not found", ZSTR_VAL(class_name)); in zend_fetch_class() 1504 zend_throw_or_error(fetch_type, NULL, "Trait \"%s\" not found", ZSTR_VAL(class_name)); in zend_fetch_class() 1506 zend_throw_or_error(fetch_type, NULL, "Class \"%s\" not found", ZSTR_VAL(class_name)); in zend_fetch_class() 1539 zend_throw_or_error(fetch_type, NULL, "Interface \"%s\" not found", ZSTR_VAL(class_name)); in zend_fetch_class_by_name() 1541 zend_throw_or_error(fetch_type, NULL, "Trait \"%s\" not found", ZSTR_VAL(class_name)); in zend_fetch_class_by_name() [all …]
|
Completed in 14 milliseconds