Home
last modified time | relevance | path

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

/PHP-8.2/ext/xsl/
H A Dphp_xsl.h65 zend_long securityPrefs; member
H A Dxsltprocessor.c465 secPrefsValue = intern->securityPrefs; in php_xsl_apply_stylesheet()
832 zend_long securityPrefs, oldSecurityPrefs; in PHP_METHOD() local
834 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &securityPrefs) == FAILURE) { in PHP_METHOD()
838 oldSecurityPrefs = intern->securityPrefs; in PHP_METHOD()
839 intern->securityPrefs = securityPrefs; in PHP_METHOD()
858 RETURN_LONG(intern->securityPrefs); in PHP_METHOD()
H A Dphp_xsl.c100 intern->securityPrefs = XSL_SECPREF_DEFAULT; in xsl_objects_new()

Completed in 8 milliseconds