Home
last modified time | relevance | path

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

12345678910>>...84

/PHP-5.5/Zend/tests/
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 Dbug45178.phpt23 Deprecated: Assigning the return value of new by reference is deprecated in %sbug45178.php on line 7
25 Deprecated: Assigning the return value of new by reference is deprecated in %sbug45178.php on line …
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
H A Dbug69017.phpt2 #69017 (Fail to push to the empty array with the constant value defined in class scope)
H A Dclosure_014.phpt2 Closure 014: return by value/reference
H A Ddereference_005.phpt17 public function offsetSet($offset, $value) {
18 $this->container[$offset] = $value;
H A Ddynamic_call_002.phpt2 Testing dynamic call with invalid value for method name

Completed in 65 milliseconds

12345678910>>...84