Home
last modified time | relevance | path

Searched refs:registerPHPFunctionNS (Results 1 – 7 of 7) sorted by relevance

/PHP-8.4/ext/xsl/tests/
H A DregisterPHPFunctionNS_errors.phpt2 registerPHPFunctionNS() function - error cases
53 XSLTProcessor::registerPHPFunctionNS(): Argument #1 ($namespaceURI) must not be "http://php.net/xsl…
54 XSLTProcessor::registerPHPFunctionNS(): Argument #1 ($namespaceURI) must not be "http://php.net/xsl…
55 XSLTProcessor::registerPHPFunctionNS(): Argument #2 ($name) must be a valid callback name
56 XSLTProcessor::registerPHPFunctionNS(): Argument #2 ($name) must be a valid callback name
57 XSLTProcessor::registerPHPFunctionNS(): Argument #2 ($name) must not contain any null bytes
58 XSLTProcessor::registerPHPFunctionNS(): Argument #1 ($namespaceURI) must not contain any null bytes
H A DregisterPHPFunctionNS.phpt2 registerPHPFunctionNS() function - legit cases
62 $proc->registerPHPFunctionNS('urn:foo', 'var_dump', var_dump(...));
68 $proc->registerPHPFunctionNS('urn:foo', 'var_dump', 'var_dump');
74 $proc->registerPHPFunctionNS('urn:foo', 'trampoline', TrampolineClass::test(...));
81 $proc->registerPHPFunctionNS('urn:foo', 'test', $state->test(...));
88 $proc->registerPHPFunctionNS('urn:foo', 'test', strrev(...));
89 $proc->registerPHPFunctionNS('urn:bar', 'test', strtoupper(...));
H A Dxsltprocessor_exsl_registerPhpFunctionNs.phpt51 $proc->registerPHPFunctionNS('http://exslt.org/dates-and-times', 'year', dummy_year(...));
55 $proc->registerPHPFunctionNS('http://www.w3.org/1999/XSL/Transform', 'value-of', dummy_exit(...));
H A Dauto_registration_namespaces_new_dom.phpt38 $processor->registerPHPFunctionNS('urn:test', 'reverse', 'strrev');
/PHP-8.4/ext/xsl/
H A Dphp_xsl.stub.php121 …public function registerPHPFunctionNS(string $namespaceURI, string $name, callable $callable): voi… function in XSLTProcessor
H A Dphp_xsl_arginfo.h71 ZEND_METHOD(XSLTProcessor, registerPHPFunctionNS);
86 …ZEND_ME(XSLTProcessor, registerPHPFunctionNS, arginfo_class_XSLTProcessor_registerPHPFunctionNS, Z…
H A Dxsltprocessor.c695 PHP_METHOD(XSLTProcessor, registerPHPFunctionNS) in PHP_METHOD() argument

Completed in 19 milliseconds