Searched refs:evaluate (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/Zend/tests/ |
H A D | bug43703.phpt | 11 abstract public function evaluate(JoinPoint $joinPoint); 16 public function evaluate(Joinpoint $joinPoint)
|
H A D | assign_coalesce_007.phpt | 2 Assign coalesce: "$a[0] ??= $a" should evaluate the right $a first
|
H A D | bug26802.phpt | 25 * call foo::fail. In PHP 5 we first evaluate static class
|
/PHP-8.3/ext/dom/tests/ |
H A D | domxpath.phpt | 37 $count = $xpath->evaluate("count(//def:child)"); 51 $avg = $xpath->evaluate('number(php:function("MyAverage", //def:testnode))'); 56 $avg = $xpath->evaluate('number(php:function("non_existent", //def:testnode))'); 62 $avg = $xpath->evaluate('number(php:function("non_existent", //def:testnode))');
|
/PHP-8.3/ext/opcache/tests/jit/ |
H A D | send_var_ex_001.phpt | 17 public function evaluate() { 27 $a->evaluate();
|
/PHP-8.3/ext/opcache/tests/ |
H A D | bug66440.phpt | 2 Bug #66440 (Optimisation of conditional JMPs based on pre-evaluate constant function calls)
|
/PHP-8.3/ext/reflection/tests/internal_parameter_default_value/ |
H A D | check_all.phpt | 2 Check that all internal parameter defaults evaluate without error
|
/PHP-8.3/Zend/tests/traits/ |
H A D | error_010.phpt | 23 Fatal error: Failed to evaluate a trait precedence (test). Method of trait foo was defined to be ex…
|
/PHP-8.3/ext/dom/ |
H A D | xpath.c | 485 PHP_METHOD(DOMXPath, evaluate) in PHP_METHOD() argument
|
H A D | php_dom.stub.php | 965 …public function evaluate(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = … function in DOMXPath
|
H A D | php_dom_arginfo.h | 684 ZEND_METHOD(DOMXPath, evaluate); 959 ZEND_ME(DOMXPath, evaluate, arginfo_class_DOMXPath_evaluate, ZEND_ACC_PUBLIC)
|
Completed in 22 milliseconds