Home
last modified time | relevance | path

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

/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c406 int secPrefsValue; in php_xsl_apply_stylesheet() local
465 secPrefsValue = intern->securityPrefs; in php_xsl_apply_stylesheet()
468 if (secPrefsValue != XSL_SECPREF_NONE) { in php_xsl_apply_stylesheet()
470 if (secPrefsValue & XSL_SECPREF_READ_FILE ) { in php_xsl_apply_stylesheet()
475 if (secPrefsValue & XSL_SECPREF_WRITE_FILE ) { in php_xsl_apply_stylesheet()
480 if (secPrefsValue & XSL_SECPREF_CREATE_DIRECTORY ) { in php_xsl_apply_stylesheet()
485 if (secPrefsValue & XSL_SECPREF_READ_NETWORK) { in php_xsl_apply_stylesheet()
490 if (secPrefsValue & XSL_SECPREF_WRITE_NETWORK) { in php_xsl_apply_stylesheet()

Completed in 8 milliseconds