Home
last modified time | relevance | path

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

/PHP-5.5/ext/xsl/
H A Dphp_xsl.h68 long securityPrefs; member
H A Dxsltprocessor.c76 ZEND_ARG_INFO(0, securityPrefs)
555 secPrefsValue = intern->securityPrefs; in php_xsl_apply_stylesheet()
947 long securityPrefs, oldSecurityPrefs; in PHP_FUNCTION() local
950 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &securityPrefs) == FAILURE) { in PHP_FUNCTION()
954 oldSecurityPrefs = intern->securityPrefs; in PHP_FUNCTION()
955 intern->securityPrefs = securityPrefs; in PHP_FUNCTION()
971 RETURN_LONG(intern->securityPrefs); in PHP_FUNCTION()
H A Dphp_xsl.c129 intern->securityPrefs = XSL_SECPREF_DEFAULT; in xsl_objects_new()

Completed in 25 milliseconds