Home
last modified time | relevance | path

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

/PHP-5.6/ext/xsl/
H A Dphp_xsl.h68 long securityPrefs; member
H A Dxsltprocessor.c76 ZEND_ARG_INFO(0, securityPrefs)
559 secPrefsValue = intern->securityPrefs; in php_xsl_apply_stylesheet()
951 long securityPrefs, oldSecurityPrefs; in PHP_FUNCTION() local
954 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &securityPrefs) == FAILURE) { in PHP_FUNCTION()
958 oldSecurityPrefs = intern->securityPrefs; in PHP_FUNCTION()
959 intern->securityPrefs = securityPrefs; in PHP_FUNCTION()
975 RETURN_LONG(intern->securityPrefs); in PHP_FUNCTION()
H A Dphp_xsl.c129 intern->securityPrefs = XSL_SECPREF_DEFAULT; in xsl_objects_new()

Completed in 23 milliseconds