Home
last modified time | relevance | path

Searched refs:setSecurityPrefs (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/xsl/
H A Dphp_xsl_arginfo.h67 ZEND_METHOD(XSLTProcessor, setSecurityPrefs);
82 …ZEND_ME(XSLTProcessor, setSecurityPrefs, arginfo_class_XSLTProcessor_setSecurityPrefs, ZEND_ACC_PU…
H A Dphp_xsl.stub.php117 public function setSecurityPrefs(int $preferences): int {} function in XSLTProcessor
H A Dxsltprocessor.c828 PHP_METHOD(XSLTProcessor, setSecurityPrefs) in PHP_METHOD() argument
/PHP-8.2/ext/xsl/tests/
H A Dbug54446.phpt45 $proc->setSecurityPrefs(XSL_SECPREF_NONE);
60 $proc->setSecurityPrefs( XSL_SECPREF_WRITE_FILE | XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_CREATE_D…
H A Dbug54446_with_ini.phpt45 $proc->setSecurityPrefs(XSL_SECPREF_NONE);
60 $proc->setSecurityPrefs(XSL_SECPREF_WRITE_FILE | XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_CREATE_DIR…

Completed in 13 milliseconds