Home
last modified time | relevance | path

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

/PHP-7.1/Zend/tests/
H A Dbug70914.phpt2 Bug #70914 zend_throw_or_error() format string vulnerability
/PHP-7.1/Zend/
H A Dzend_execute_API.c214 static void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const char *format,… in zend_throw_or_error() function
1410 zend_throw_or_error(fetch_type, NULL, "Cannot access self:: when no class scope is active"); in zend_fetch_class()
1416 zend_throw_or_error(fetch_type, NULL, "Cannot access parent:: when no class scope is active"); in zend_fetch_class()
1420zend_throw_or_error(fetch_type, NULL, "Cannot access parent:: when current class scope has no pare… in zend_fetch_class()
1426 zend_throw_or_error(fetch_type, NULL, "Cannot access static:: when no class scope is active"); in zend_fetch_class()
1444 zend_throw_or_error(fetch_type, NULL, "Interface '%s' not found", ZSTR_VAL(class_name)); in zend_fetch_class()
1446 zend_throw_or_error(fetch_type, NULL, "Trait '%s' not found", ZSTR_VAL(class_name)); in zend_fetch_class()
1448 zend_throw_or_error(fetch_type, NULL, "Class '%s' not found", ZSTR_VAL(class_name)); in zend_fetch_class()
1466 zend_throw_or_error(fetch_type, NULL, "Interface '%s' not found", ZSTR_VAL(class_name)); in zend_fetch_class_by_name()
1468 zend_throw_or_error(fetch_type, NULL, "Trait '%s' not found", ZSTR_VAL(class_name)); in zend_fetch_class_by_name()
[all …]
/PHP-7.1/
H A DNEWS3482 . Fixed bug #70914 (zend_throw_or_error() format string vulnerability).

Completed in 31 milliseconds