Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds