Home
last modified time | relevance | path

Searched refs:registerPHPFunctions (Results 1 – 25 of 33) sorted by relevance

12

/php-src/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt2 Check xsltprocessor::registerPHPFunctions with array called multiple times
5 registerPHPFunctions adds the new functions to the allowed parameter
19 var_dump($proc->registerPHPFunctions(array('strpos', 'ucwords')));
20 var_dump($proc->registerPHPFunctions(array('strrev', 'array_key_exists')));
21 var_dump($proc->registerPHPFunctions(array()));
H A Dxsltprocessor_registerPHPFunctions-null.phpt2 Check xsltprocessor::registerPHPFunctions called with null to reset
5 registerPHPFunctions adds the new functions to the allowed parameter
19 var_dump($proc->registerPHPFunctions('ucwords'));
20 var_dump($proc->registerPHPFunctions(null));
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt2 Check xsltprocessor::registerPHPFunctions with string called multiple times
5 registerPHPFunctions adds the new function to the allowed parameter
19 var_dump($proc->registerPHPFunctions('ucwords'));
20 var_dump($proc->registerPHPFunctions('strpos'));
H A DXSLTProcessor_callables_errors.phpt61 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be a callable, function "nonex…
62 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be of type array|string|null, …
65 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be an array with valid callbac…
66 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be an array containing valid c…
67 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be an array containing valid c…
68 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be a valid callback name
H A Dxsltprocessor_registerPHPFunctions-allfuncs.phpt2 Check xsltprocessor::registerPHPFunctions
15 var_dump($proc->registerPHPFunctions());
18 //var_dump($proc->registerPHPFunctions(array()));
H A Dxsltprocessor_registerPHPFunctions-array.phpt2 Check xsltprocessor::registerPHPFunctions with array
15 var_dump($proc->registerPHPFunctions(array('ucwords')));
H A Dxsltprocessor_registerPHPFunctions-string.phpt2 Check xsltprocessor::registerPHPFunctions with string
15 var_dump($proc->registerPHPFunctions('ucwords'));
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt2 Check xsltprocessor::registerPHPFunctions with string and not allowed function
15 var_dump($proc->registerPHPFunctions('strpos'));
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt2 Check xsltprocessor::registerPHPFunctions with array and a not allowed function
15 var_dump($proc->registerPHPFunctions(array()));
H A Dspecial_operations_with_properties.phpt30 $xslt->registerPHPFunctions();
41 $xslt->registerPHPFunctions();
53 $xslt->registerPHPFunctions();
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt2 Check xsltprocessor::registerPHPFunctions and a undefined php function
17 var_dump($proc->registerPHPFunctions());
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt2 Check xsltprocessor::registerPHPFunctions and a non-string function in xsl
18 var_dump($proc->registerPHPFunctions());
H A DcloneDocument.phpt29 $xslt->registerPHPFunctions();
35 $xslt->registerPHPFunctions();
H A DXSLTProcessor_callables.phpt25 $proc->registerPHPFunctions();
32 $proc->registerPHPFunctions(["xyz" => MyClass::dump(...), "mydump" => function (string $x) {
H A Dxslt_non_dom_node.phpt23 $proc->registerPHPFunctions();
H A Dxslt011.phpt16 $proc->registerPHPFunctions();
H A DXSLTProcessor_namespace_mapper_lifetime.phpt31 $processor->registerPHPFunctions();
H A Dxsltprocessor_transformToDoc.phpt45 $proc->registerPHPFunctions();
H A Dxsltprocessor_transformToURI.phpt47 $proc->registerPHPFunctions();
/php-src/ext/dom/tests/
H A DDOMXPath_callables.phpt2 registerPHPFunctions() with callables - legit cases
39 $xpath->registerPHPFunctions(null);
48 $xpath->registerPHPFunctions(["xyz" => MyClass::dump(...), "mydump" => function (string $x) {
H A Ddomxpath.phpt28 $xpath->registerPHPFunctions('MyAverage');
55 $xpath->registerPHPFunctions('non_existent');
H A Dgh11347.phpt19 $xpath->registerPHPFunctions();
H A Dphp_function_edge_cases.phpt12 $xpath->registerPHPFunctions();
/php-src/ext/xsl/
H A Dphp_xsl.stub.php119 public function registerPHPFunctions(array|string|null $functions = null): void {} function in XSLTProcessor
H A Dphp_xsl_arginfo.h70 ZEND_METHOD(XSLTProcessor, registerPHPFunctions);
85 …ZEND_ME(XSLTProcessor, registerPHPFunctions, arginfo_class_XSLTProcessor_registerPHPFunctions, ZEN…

Completed in 30 milliseconds

12