Searched refs:registerPHPFunctions (Results 1 – 24 of 24) sorted by relevance
2 Check xsltprocessor::registerPHPFunctions with array called multiple times5 registerPHPFunctions adds the new functions to the allowed parameter19 var_dump($proc->registerPHPFunctions(array('strpos', 'ucwords')));20 var_dump($proc->registerPHPFunctions(array('strrev', 'array_key_exists')));21 var_dump($proc->registerPHPFunctions(array()));
2 Check xsltprocessor::registerPHPFunctions called with null to reset5 registerPHPFunctions adds the new functions to the allowed parameter19 var_dump($proc->registerPHPFunctions('ucwords'));20 var_dump($proc->registerPHPFunctions(null));
2 Check xsltprocessor::registerPHPFunctions with string called multiple times5 registerPHPFunctions adds the new function to the allowed parameter19 var_dump($proc->registerPHPFunctions('ucwords'));20 var_dump($proc->registerPHPFunctions('strpos'));
2 Check xsltprocessor::registerPHPFunctions15 var_dump($proc->registerPHPFunctions());18 //var_dump($proc->registerPHPFunctions(array()));
2 Check xsltprocessor::registerPHPFunctions with array15 var_dump($proc->registerPHPFunctions(array('ucwords')));
2 Check xsltprocessor::registerPHPFunctions with string15 var_dump($proc->registerPHPFunctions('ucwords'));
2 Check xsltprocessor::registerPHPFunctions with array and a not allowed function15 var_dump($proc->registerPHPFunctions(array()));
2 Check xsltprocessor::registerPHPFunctions with string and not allowed function15 var_dump($proc->registerPHPFunctions('strpos'));
2 Check xsltprocessor::registerPHPFunctions and a undefined php function17 var_dump($proc->registerPHPFunctions());
2 Check xsltprocessor::registerPHPFunctions and a non-string function in xsl18 var_dump($proc->registerPHPFunctions());
45 $proc->registerPHPFunctions();
47 $proc->registerPHPFunctions();
27 $proc->registerPHPFunctions();
20 $proc->registerPHPFunctions();
48 $proc->registerPHPFunctions();
46 $proc->registerPHPFunctions();
42 $xsltProcessor->registerPHPFunctions(array('testFunction'));
42 $xslt->registerPHPFunctions('testPhpFunction');
28 $xpath->registerPHPFunctions('MyAverage');55 $xpath->registerPHPFunctions('non_existent');
19 $xpath->registerPHPFunctions();
12 $xpath->registerPHPFunctions();
65 ZEND_METHOD(XSLTProcessor, registerPHPFunctions);80 …ZEND_ME(XSLTProcessor, registerPHPFunctions, arginfo_class_XSLTProcessor_registerPHPFunctions, ZEN…
111 public function registerPHPFunctions(array|string|null $functions = null): void {} function in XSLTProcessor
776 PHP_METHOD(XSLTProcessor, registerPHPFunctions) in PHP_METHOD() argument
Completed in 30 milliseconds