Searched refs:secPrefsValue (Results 1 – 1 of 1) sorted by relevance
488 int secPrefsValue; in php_xsl_apply_stylesheet() local543 secPrefsValue = intern->securityPrefs; in php_xsl_apply_stylesheet()546 if (secPrefsValue != XSL_SECPREF_NONE) { in php_xsl_apply_stylesheet()548 if (secPrefsValue & XSL_SECPREF_READ_FILE ) { in php_xsl_apply_stylesheet()553 if (secPrefsValue & XSL_SECPREF_WRITE_FILE ) { in php_xsl_apply_stylesheet()558 if (secPrefsValue & XSL_SECPREF_CREATE_DIRECTORY ) { in php_xsl_apply_stylesheet()563 if (secPrefsValue & XSL_SECPREF_READ_NETWORK) { in php_xsl_apply_stylesheet()568 if (secPrefsValue & XSL_SECPREF_WRITE_NETWORK) { in php_xsl_apply_stylesheet()
Completed in 8 milliseconds