Home
last modified time | relevance | path

Searched refs:values (Results 1376 – 1390 of 1390) sorted by last modified time

1...<<515253545556

/PHP-7.4/Zend/tests/
H A Ddeclare_002.phpt2 Testing declare statement with several type values
H A Ddeclare_003.phpt2 Testing declare statement with several type values
H A Ddeclare_004.phpt2 Testing declare statement with several type values
H A Ddeclare_006.phpt2 Use of non-literals in declare ticks values crashes compiler
H A Ddval_to_lval_32.phpt11 $values = [
19 $values[] = -2147483649.8;
21 foreach ($values as $v) {
H A Ddval_to_lval_64.phpt11 $values = [
19 foreach ($values as $v) {
H A Dbug72038.phpt2 Bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice)
H A Dbug72119.phpt2 Bug #72119 (Interface declaration compatibility regression with default values)
H A Dbug69989_1.phpt2 Bug #69989: Cycle collection for yielded values
H A Dbug60362.phpt2 Bug #60362: non-existent sub-sub keys should not have values
H A Dbug63762.phpt19 echo "\nArray of array of NULL values:\n";
40 Array of array of NULL values:
H A Dbug46701.phpt2 Bug #46701 (Creating associative array with long values in the key fails on 32bit linux)
H A Dassign_coalesce_001.phpt6 // Refcounted values
H A Dbug30889.phpt7 private $values;
10 $this->values = array('a' => 0);
14 print "set $name = $value ($name was ".$this->values[$name].")\n";
15 $this->values[$name] = $value;
19 print "get $name (returns ".$this->values[$name].")\n";
20 return $this->values[$name];
H A Dbug32322.phpt2 Bug #32322 (Return values by reference broken( using self::),example singleton instance)

Completed in 33 milliseconds

1...<<515253545556