Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp_variables.c59 static bool php_is_forbidden_variable_name(const char *mangled_name, size_t mangled_name_len, const… in php_is_forbidden_variable_name() argument
61 …if (mangled_name_len >= sizeof("__Host-")-1 && strncmp(mangled_name, "__Host-", sizeof("__Host-")-… in php_is_forbidden_variable_name()
65 …if (mangled_name_len >= sizeof("__Secure-")-1 && strncmp(mangled_name, "__Secure-", sizeof("__Secu… in php_is_forbidden_variable_name()

Completed in 6 milliseconds