Home
last modified time | relevance | path

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

/PHP-8.3/ext/xsl/
H A Dxsltprocessor.c418 int secPrefsValue; in php_xsl_apply_stylesheet() local
477 secPrefsValue = intern->securityPrefs; in php_xsl_apply_stylesheet()
480 if (secPrefsValue != XSL_SECPREF_NONE) { in php_xsl_apply_stylesheet()
482 if (secPrefsValue & XSL_SECPREF_READ_FILE ) { in php_xsl_apply_stylesheet()
487 if (secPrefsValue & XSL_SECPREF_WRITE_FILE ) { in php_xsl_apply_stylesheet()
492 if (secPrefsValue & XSL_SECPREF_CREATE_DIRECTORY ) { in php_xsl_apply_stylesheet()
497 if (secPrefsValue & XSL_SECPREF_READ_NETWORK) { in php_xsl_apply_stylesheet()
502 if (secPrefsValue & XSL_SECPREF_WRITE_NETWORK) { in php_xsl_apply_stylesheet()

Completed in 7 milliseconds