You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (FC(declarables).error_on_unqualified_function) {
5150
+
zend_error_noreturn_unchecked(E_COMPILE_ERROR,
5151
+
"Unqualified function name \"%S\", use either \"namespace\\%S\" or \"\\%S\", or explicitly import the function with either \"use function %S\\%S;\" or \"use function %S;\"",
if (FC(declarables).force_global_function_fallback) {
6910
+
zend_error_noreturn(E_COMPILE_ERROR, "force_global_function_fallback declaration and error_on_unqualified_function declaration are mutually exclusive");
if (FC(declarables).error_on_unqualified_function) {
6922
+
zend_error_noreturn(E_COMPILE_ERROR, "force_global_function_fallback declaration and error_on_unqualified_function declaration are mutually exclusive");
0 commit comments