Searched refs:is_protected_variable (Results 1 – 1 of 1) sorted by relevance
158 static zend_bool is_protected_variable(char *varname) /* {{{ */ in is_protected_variable() function167 if (override_protection || !is_protected_variable(var)) { in safe_php_register_variable()175 if (override_protection || !is_protected_variable(var)) { in safe_php_register_variable_ex()
Completed in 8 milliseconds