Home
last modified time | relevance | path

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

/PHP-7.4/Zend/tests/
H A Dbug70914.phpt2 Bug #70914 zend_throw_or_error() format string vulnerability
/PHP-7.4/Zend/
H A Dzend_execute_API.c217 static ZEND_COLD void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const cha… in zend_throw_or_error() function
1380 zend_throw_or_error(fetch_type, NULL, "Cannot access self:: when no class scope is active"); in zend_fetch_class()
1386 zend_throw_or_error(fetch_type, NULL, "Cannot access parent:: when no class scope is active"); in zend_fetch_class()
1390zend_throw_or_error(fetch_type, NULL, "Cannot access parent:: when current class scope has no pare… in zend_fetch_class()
1396 zend_throw_or_error(fetch_type, NULL, "Cannot access static:: when no class scope is active"); in zend_fetch_class()
1414 zend_throw_or_error(fetch_type, NULL, "Interface '%s' not found", ZSTR_VAL(class_name)); in zend_fetch_class()
1416 zend_throw_or_error(fetch_type, NULL, "Trait '%s' not found", ZSTR_VAL(class_name)); in zend_fetch_class()
1418 zend_throw_or_error(fetch_type, NULL, "Class '%s' not found", ZSTR_VAL(class_name)); in zend_fetch_class()
1451 zend_throw_or_error(fetch_type, NULL, "Interface '%s' not found", ZSTR_VAL(class_name)); in zend_fetch_class_by_name()
1453 zend_throw_or_error(fetch_type, NULL, "Trait '%s' not found", ZSTR_VAL(class_name)); in zend_fetch_class_by_name()
[all …]

Completed in 12 milliseconds