Home
last modified time | relevance | path

Searched refs:is_protected_variable (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.2/main/
H A Drfc1867.c160 static zend_bool is_protected_variable(char *varname) /* {{{ */ in is_protected_variable() function
169 if (override_protection || !is_protected_variable(var)) { in safe_php_register_variable()
177 if (override_protection || !is_protected_variable(var)) { in safe_php_register_variable_ex()

Completed in 7 milliseconds