Home
last modified time | relevance | path

Searched refs:value (Results 51 – 75 of 2314) sorted by path

12345678910>>...93

/PHP-7.2/Zend/tests/
H A Dbug39825.phpt7 foreach ($obj as $name => $value) {
8 echo "$name -> $value\n";
H A Dbug39990.phpt12 foreach($obj->arr as $value)
13 echo "$value\n";
H A Dbug40833.phpt18 function __set($name, $value)
20 $this->modified[$name] = $value;
44 function offsetSet($offset, $value)
H A Dbug41075.phpt30 string(40) "Creating default object from empty value"
H A Dbug41209.phpt25 public function offsetSet($id, $value) {}
H A Dbug43851.phpt2 Bug #43851 (Memory corrution on reuse of assigned value)
H A Dbug44913.phpt6 foreach(array(1, 2) as $value) {
H A Dbug45744.phpt10 private function callback($value) {
11 if (!is_array($value)) {
12 return stripslashes($value);
14 return array_map(array($this, 'callback'), $value);
28 private function callBack($value) {
H A Dbug47165.phpt2 Bug #47165 (Possible memory corruption when passing return value by reference)
H A Dbug47836.phpt2 Bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
H A Dbug50394.phpt2 Bug #50394: Reference argument converted to value in __call
H A Dbug52041.phpt28 Warning: Creating default object from empty value in %sbug52041.php on line 6
32 Warning: Creating default object from empty value in %sbug52041.php on line 7
36 Warning: Creating default object from empty value in %sbug52041.php on line 8
44 Warning: Creating default object from empty value in %sbug52041.php on line 9
50 Warning: Creating default object from empty value in %sbug52041.php on line 10
58 Warning: Creating default object from empty value in %sbug52041.php on line 11
H A Dbug52614.phpt75 Warning: Creating default object from empty value in %sbug52614.php on line 52
H A Dbug52879.phpt7 public function __set($property,$value) {
8 $this->myRef = $value;
H A Dbug53958.phpt2 Bug #53958 (Closures can't 'use' shared variables by value and by reference)
H A Dbug54262.phpt2 Bug #54262 (Crash when assigning value to a dimension in a non-array)
16 Warning: Cannot use a scalar value as an array in %sbug54262.php on line 5
H A Dbug54265.phpt15 EROOR: Creating default object from empty value
H A Dbug54367.phpt7 public function offsetSet($offset, $value) { }
H A Dbug55509.phpt22 $value = (int)ltrim($tmp[1], " ")*1024;
23 $infos[$index] = $value;
39 $value = trim($tmp[1], " ");
40 $infos[$index] = $value;
H A Dbug55825.phpt2 Bug #55825 (Missing initial value of static locals in trait methods)
H A Dbug61273.phpt14 Warning: Parameter 1 to {closure}() expected to be a reference, value given in %sbug61273.php on li…
H A Dbug62005.phpt11 Warning: Creating default object from empty value in %sbug62005.php on line %d
H A Dbug63462.phpt25 function __set($name, $value) {
27 $this->$name = $value;
46 $test->nonExisting = 'value';
47 $test->publicProperty = 'value';
48 $test->protectedProperty = 'value';
49 $test->privateProperty = 'value';
H A Dbug64417.phpt7 public function offsetSet($offset, $value) {
9 $this->container[] = $value;
11 $this->container[$offset] = $value;
H A Dbug64555.phpt2 Bug #64555: Array key within interned string gets wrong hash value

Completed in 66 milliseconds

12345678910>>...93