Home
last modified time | relevance | path

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

/PHP-5.5/ext/xsl/tests/
H A Dbug54446_with_ini.phpt47 ini_set("xsl.security_prefs", XSL_SECPREF_NONE);
74 ini_set("xsl.security_prefs", XSL_SECPREF_NONE);
85 $proc->setSecurityPrefs(XSL_SECPREF_NONE);
H A Dbug54446.phpt47 $proc->setSecurityPrefs(XSL_SECPREF_NONE);
/PHP-5.5/ext/xsl/
H A Dphp_xsl.h47 #define XSL_SECPREF_NONE 0 macro
H A Dphp_xsl.c178 …REGISTER_LONG_CONSTANT("XSL_SECPREF_NONE", XSL_SECPREF_NONE, CONST_CS | CO… in PHP_INI_END()
H A Dxsltprocessor.c575 if (secPrefsValue != XSL_SECPREF_NONE) { in php_xsl_apply_stylesheet()

Completed in 14 milliseconds