Home
last modified time | relevance | path

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

/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c488 int secPrefsValue; in php_xsl_apply_stylesheet() local
543 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 7 milliseconds