Lines Matching refs:registerPhpFunctions
13 $xpath->registerPhpFunctions("nonexistent");
19 $xpath->registerPhpFunctions(function () {});
25 $xpath->registerPhpFunctions([function () {}]);
31 $xpath->registerPhpFunctions([var_dump(...)]);
37 $xpath->registerPhpFunctions(["nonexistent"]);
43 $xpath->registerPhpFunctions(["" => var_dump(...)]);
49 $xpath->registerPhpFunctions(["\0" => var_dump(...)]);
55 $xpath->registerPhpFunctions("");
62 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be a callable, function "nonexistent…
63 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be of type array|string|null, Closur…
66 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be an array with valid callbacks as …
67 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be an array containing valid callbac…
68 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be an array containing valid callbac…
69 DOMXPath::registerPhpFunctions(): Argument #1 ($restrict) must be a valid callback name