Home
last modified time | relevance | path

Searched refs:assignment (Results 1 – 25 of 87) sorted by relevance

1234

/PHP-8.0/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt17 echo "\n\nOrder with local assignment:\n";
21 echo "\n\nOrder with array assignment:\n";
75 Order with local assignment:
81 Order with array assignment:
90 Order with object property assignment:
99 Order with nested object property assignment:
114 Order with dim_list property assignment:
126 Order with static property assignment:
132 Order with static array property assignment:
141 Order with indexed string assignment:
[all …]
H A DpassByReference_010.phpt11 echo "\n\n---> Pass constant assignment by reference:\n";
19 echo "\n\n---> Pass variable assignment by reference:\n";
29 echo "\n\n---> Pass reference assignment by reference:\n";
39 echo "\n\n---> Pass concat assignment by reference:\n";
52 ---> Pass constant assignment by reference:
56 ---> Pass variable assignment by reference:
60 ---> Pass reference assignment by reference:
65 ---> Pass concat assignment by reference:
/PHP-8.0/Zend/tests/
H A Dbug44660.phpt2 Bug #44660 (Indexed and reference assignment to property of non-object don't trigger warning)
11 echo "\n--> direct assignment:\n";
25 echo "\n--> reference assignment:\n";
32 echo "\n--> reference assignment:\n";
39 echo "\n--> indexed assignment:\n";
53 --> direct assignment:
59 --> reference assignment:
62 --> reference assignment:
65 --> indexed assignment:
H A Dindexing_001.phpt5 echo "*** Indexing - Testing value assignment with key ***\n";
17 echo "\n*** Indexing - Testing reference assignment with key ***\n";
29 echo "*** Indexing - Testing value assignment no key ***\n";
41 echo "\n*** Indexing - Testing reference assignment no key ***\n";
56 *** Indexing - Testing value assignment with key ***
91 *** Indexing - Testing reference assignment with key ***
121 *** Indexing - Testing value assignment no key ***
152 *** Indexing - Testing reference assignment no key ***
H A Dbug27598.phpt2 Bug #27598 (list() array key assignment causes HUGE memory leak)
H A Dforeach_by_ref_to_property.phpt2 Foreach by ref assignment to property
H A Dbug65969.phpt2 Bug #65969 (Chain assignment with T_LIST failure)
H A Dwrite_property_ref_overwrite_return.phpt2 Using return of property assignment to reference that destroys object
H A Dassign_to_var_001.phpt2 complex cases of variable assignment - 001
H A Dassign_to_var_002.phpt2 complex cases of variable assignment - 002
H A Dbug33282.phpt2 Bug #33282 (Re-assignment by reference does not clear the is_ref flag)
H A Ddiv_by_zero_compound_refcounted.phpt2 Division by zero in compound assignment with refcounted operand
H A Dbuiltin_in_write_context_error1.phpt2 Cannot use built-in functions in write context (assignment)
H A Dassign_to_var_004.phpt2 complex cases of variable assignment - 004
H A Dbug67985.phpt2 Bug #67985 - Last used array index not copied to new array at assignment
H A Dbug79947.phpt2 Bug #79947: Memory leak on invalid offset type in compound assignment
/PHP-8.0/Zend/tests/throw/
H A D002.phpt72 throw $exception ??= new Exception('Coalesce assignment null');
78 $exception = new Exception('Coalesce assignment non-null 1');
79 throw $exception ??= new Exception('Coalesce assignment non-null 2');
123 Coalesce assignment null
124 Coalesce assignment non-null 1
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_076.phpt26 echo "Invalid assignment $prop1 =& $prop2 did not error\n";
31 echo "Invalid assignment $prop2 =& $prop1 did not error\n";
40 echo "Valid assignment $prop1 =& $prop2 threw {$e->getMessage()}\n";
46 echo "Valid assignment $prop2 =& $prop1 threw {$e->getMessage()}\n";
H A Dtyped_properties_042.phpt2 Proper source duplication on assignment to typed property
/PHP-8.0/ext/standard/tests/general_functions/
H A Dputenv.phpt40 putenv(): Argument #1 ($assignment) must have a valid syntax
41 putenv(): Argument #1 ($assignment) must have a valid syntax
/PHP-8.0/Zend/tests/try/
H A Dbug72629.phpt2 Bug #72629 (Caught exception assignment to variables ignores references)
/PHP-8.0/ext/simplexml/tests/
H A D038.phpt2 SimpleXML: Property assignment return value
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D005.phpt2 Test nullsafe property assignment op
H A D004.phpt2 Test nullsafe property assignment
H A D008.phpt2 Test nullsafe property coalesce assignment

Completed in 21 milliseconds

1234