Home
last modified time | relevance | path

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

/PHP-8.2/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_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-array-notallowed.phpt2 Check xsltprocessor::registerPHPFunctions with array and a not allowed function
15 var_dump($proc->registerPHPFunctions(array()));
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-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 Dxsltprocessor_transformToDoc.phpt45 $proc->registerPHPFunctions();
H A Dxsltprocessor_transformToURI.phpt47 $proc->registerPHPFunctions();
H A Dxslt011.phpt20 $proc->registerPHPFunctions();
H A Dxsltprocessor_transformToXML.phpt48 $proc->registerPHPFunctions();
H A Dbug71540.phpt46 $proc->registerPHPFunctions();
H A Dbug49634.phpt42 $xsltProcessor->registerPHPFunctions(array('testFunction'));
H A Dbug70078.phpt42 $xslt->registerPHPFunctions('testPhpFunction');
/PHP-8.2/ext/dom/tests/
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-8.2/ext/xsl/
H A Dphp_xsl_arginfo.h65 ZEND_METHOD(XSLTProcessor, registerPHPFunctions);
80 …ZEND_ME(XSLTProcessor, registerPHPFunctions, arginfo_class_XSLTProcessor_registerPHPFunctions, ZEN…
H A Dphp_xsl.stub.php111 public function registerPHPFunctions(array|string|null $functions = null): void {} function in XSLTProcessor
H A Dxsltprocessor.c764 PHP_METHOD(XSLTProcessor, registerPHPFunctions) in PHP_METHOD() argument

Completed in 25 milliseconds