Home
last modified time | relevance | path

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

/PHP-8.1/ext/xsl/
H A Dphp_xsl.h65 zend_long securityPrefs; member
H A Dxsltprocessor.c470 secPrefsValue = intern->securityPrefs; in php_xsl_apply_stylesheet()
837 zend_long securityPrefs, oldSecurityPrefs; in PHP_METHOD() local
839 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &securityPrefs) == FAILURE) { in PHP_METHOD()
843 oldSecurityPrefs = intern->securityPrefs; in PHP_METHOD()
844 intern->securityPrefs = securityPrefs; in PHP_METHOD()
863 RETURN_LONG(intern->securityPrefs); in PHP_METHOD()
H A Dphp_xsl.c100 intern->securityPrefs = XSL_SECPREF_DEFAULT; in xsl_objects_new()

Completed in 12 milliseconds