Home
last modified time | relevance | path

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

/php-src/ext/xsl/
H A Dxsltprocessor.c364 zend_long secPrefsValue = intern->securityPrefs; in php_xsl_apply_stylesheet()
758 zend_long securityPrefs, oldSecurityPrefs; in PHP_METHOD() local
760 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &securityPrefs) == FAILURE) { in PHP_METHOD()
764 oldSecurityPrefs = intern->securityPrefs; in PHP_METHOD()
765 intern->securityPrefs = securityPrefs; in PHP_METHOD()
782 RETURN_LONG(intern->securityPrefs); in PHP_METHOD()
H A Dphp_xsl.h60 zend_long securityPrefs; member
H A Dphp_xsl.c113 intern->securityPrefs = XSL_SECPREF_DEFAULT; in xsl_objects_new()

Completed in 8 milliseconds