Home
last modified time | relevance | path

Searched refs:evaluate (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/Zend/tests/
H A Dbug43703.phpt11 abstract public function evaluate(JoinPoint $joinPoint);
16 public function evaluate(Joinpoint $joinPoint)
H A Dassign_coalesce_007.phpt2 Assign coalesce: "$a[0] ??= $a" should evaluate the right $a first
H A Dbug26802.phpt25 * call foo::fail. In PHP 5 we first evaluate static class
/PHP-8.3/ext/dom/tests/
H A Ddomxpath.phpt37 $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 Dsend_var_ex_001.phpt17 public function evaluate() {
27 $a->evaluate();
/PHP-8.3/ext/opcache/tests/
H A Dbug66440.phpt2 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 Dcheck_all.phpt2 Check that all internal parameter defaults evaluate without error
/PHP-8.3/Zend/tests/traits/
H A Derror_010.phpt23 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 Dxpath.c480 PHP_METHOD(DOMXPath, evaluate) in PHP_METHOD() argument
H A Dphp_dom.stub.php965 …public function evaluate(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = … function in DOMXPath
H A Dphp_dom_arginfo.h684 ZEND_METHOD(DOMXPath, evaluate);
959 ZEND_ME(DOMXPath, evaluate, arginfo_class_DOMXPath_evaluate, ZEND_ACC_PUBLIC)

Completed in 34 milliseconds