Home
last modified time | relevance | path

Searched refs:value (Results 26 – 50 of 2100) sorted by last modified time

12345678910>>...84

/PHP-5.5/tests/lang/
H A Dtype_hints_003.phpt14 Fatal error: Default value for parameters with a class type hint can only be NULL in %stype_hints_0…
H A DforeachLoopObjects.001.phpt2 Foreach loop on objects - basic loop with just value and key => value.
23 echo "\nCheck key and value after the loop.\n";
34 echo "\nCheck key and value after the loop.\n";
51 Check key and value after the loop.
67 Check key and value after the loop.
H A DforeachLoopObjects.003.phpt22 echo "\nModifying the foreach \$value.\n";
30 echo "\nModifying the foreach &\$value.\n";
51 echo "\nAdding properties to an an object, using &\$value.\n";
75 echo "\nRemoving properties from an object, using &\$value.\n";
105 Modifying the foreach $value.
119 Modifying the foreach &$value.
183 Adding properties to an an object, using &$value.
242 Removing properties from an object, using &$value.
H A Dforeach_with_object_001.phpt13 foreach ($obj->c()->a as $value) {
14 print "$value\n";
H A Dfunc_get_arg.005.phpt2 A variable, which is referenced by another variable, is passed by value.
H A Dfunc_get_args.004.phpt2 Pass same variable by ref and by value.
H A Dfunc_num_args.004.phpt2 Pass same variable by ref and by value.
H A Dbug20175.phpt16 * called. Since that must happen only once the return value should be equal.
38 * The return statment transports a copy of the value to return. In other
39 * words the return value of bar_global() is a temporary variable only valid
142 Deprecated: Assigning the return value of new by reference is deprecated in %s.php on line %d
H A Dbug22231.phpt30 Deprecated: Assigning the return value of new by reference is deprecated in %s on line %d
H A Dbug22510.phpt94 Deprecated: Assigning the return value of new by reference is deprecated in %s on line %d
H A Dbug23624.phpt7 foreach($arr as $key => $value);
H A Dbug29893.phpt10 Warning: Cannot use a scalar value as an array in %sbug29893.php on line %d
H A Dbug7515.phpt36 Warning: Creating default object from empty value in %s on line %d
H A Dengine_assignExecutionOrder_001.phpt13 return "assigned value";
80 %string|unicode%(14) "assigned value"
88 %string|unicode%(14) "assigned value"
96 [%u|b%"assigned value"]=>
97 %string|unicode%(14) "assigned value"
109 [%u|b%"assigned value"]=>
110 %string|unicode%(14) "assigned value"
122 [%u|b%"assigned value"]=>
123 %string|unicode%(14) "assigned value"
131 %string|unicode%(14) "assigned value"
[all …]
H A Dengine_assignExecutionOrder_002.phpt12 // Warning: Cannot use a scalar value as an array in %s on line %d
94 Warning: Cannot use a scalar value as an array in %s on line %d
H A Dengine_assignExecutionOrder_007.phpt15 Deprecated: Assigning the return value of new by reference is deprecated in %s.php on line 3
17 Deprecated: Assigning the return value of new by reference is deprecated in %s.php on line 7
19 Deprecated: Assigning the return value of new by reference is deprecated in %s.php on line 8
H A Dengine_assignExecutionOrder_008.phpt2 Ensure by value assignments leave temporaries on the stack, for all sorts of assignees.
70 Warning: Creating default object from empty value in %s on line %d
73 Warning: Creating default object from empty value in %s on line %d
77 Warning: Creating default object from empty value in %s on line %d
H A DforeachLoop.001.phpt2 Foreach loop tests - basic loop with just value and key => value.
14 //check key and value after the loop.
25 //check key and value after the loop.
H A DforeachLoop.002.phpt14 echo "\nModifying the foreach \$value.\n";
22 echo "\nModifying the foreach &\$value.\n";
43 echo "\nPushing elements onto an unreferenced array, using &\$value.\n";
65 echo "\nPopping elements off an unreferenced array, using &\$value.\n";
89 Modifying the foreach $value.
99 Modifying the foreach &$value.
125 Pushing elements onto an unreferenced array, using &$value.
167 Popping elements off an unreferenced array, using &$value.
H A DforeachLoop.004.phpt2 Foreach loop tests - using an array element as the $value
H A DforeachLoop.009.phpt56 key: 0; value: original.0
57 key: 1; value: original.1
60 key: 0; value: original.0
67 key: 3; value: new.0
68 key: 4; value: new.1
69 key: 5; value: new.2
70 key: 6; value: new.3
77 key: 3; value: new.0
78 key: 4; value: new.1
79 key: 5; value: new.2
[all …]
H A DforeachLoop.013.phpt2 Directly modifying an unreferenced array when foreach'ing over it while using &$value syntax.
35 echo "\nPopping elements off end of an unreferenced array, using &\$value.";
42 echo "\n\n\nShift elements off start of an unreferenced array, using &\$value.";
49 echo "\n\n\nRemove current element of an unreferenced array, using &\$value.";
56 echo "\n\n\nAdding elements to the end of an unreferenced array, using &\$value.";
63 echo "\n\n\nAdding elements to the start of an unreferenced array, using &\$value.";
73 Popping elements off end of an unreferenced array, using &$value.
143 Shift elements off start of an unreferenced array, using &$value.
212 Remove current element of an unreferenced array, using &$value.
281 Adding elements to the end of an unreferenced array, using &$value.
[all …]
H A DforeachLoop.015.phpt2 Directly modifying a REFERENCED array when foreach'ing over it while using &$value syntax.
37 echo "\nPopping elements off end of a referenced array, using &\$value";
44 echo "\n\n\nShift elements off start of a referenced array, using &\$value";
51 echo "\n\n\nRemove current element of a referenced array, using &\$value";
58 echo "\n\n\nAdding elements to the end of a referenced array, using &\$value";
65 echo "\n\n\nAdding elements to the start of a referenced array, using &\$value";
75 Popping elements off end of a referenced array, using &$value
145 Shift elements off start of a referenced array, using &$value
214 Remove current element of a referenced array, using &$value
283 Adding elements to the end of a referenced array, using &$value
[all …]
H A DforeachLoop.016.phpt154 Warning: Creating default object from empty value in %s on line %d
162 Warning: Creating default object from empty value in %s on line %d
182 Warning: Creating default object from empty value in %s on line %d
202 Warning: Creating default object from empty value in %s on line %d
H A DforeachLoopIterator.002.phpt2 foreach with iterator and &$value reference
15 echo "-----( Try to iterate with &\$value: )-----\n";
22 -----( Try to iterate with &$value: )-----

Completed in 48 milliseconds

12345678910>>...84