Searched refs:registerPHPFunctionNS (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/xsl/tests/ |
H A D | registerPHPFunctionNS_errors.phpt | 2 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 D | registerPHPFunctionNS.phpt | 2 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 D | xsltprocessor_exsl_registerPhpFunctionNs.phpt | 51 $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 D | auto_registration_namespaces_new_dom.phpt | 38 $processor->registerPHPFunctionNS('urn:test', 'reverse', 'strrev');
|
/php-src/ext/xsl/ |
H A D | php_xsl.stub.php | 121 …public function registerPHPFunctionNS(string $namespaceURI, string $name, callable $callable): voi… function in XSLTProcessor
|
H A D | php_xsl_arginfo.h | 71 ZEND_METHOD(XSLTProcessor, registerPHPFunctionNS); 86 …ZEND_ME(XSLTProcessor, registerPHPFunctionNS, arginfo_class_XSLTProcessor_registerPHPFunctionNS, Z…
|
H A D | xsltprocessor.c | 740 PHP_METHOD(XSLTProcessor, registerPHPFunctionNS) in PHP_METHOD() argument
|
Completed in 16 milliseconds