Home
last modified time | relevance | path

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

12345

/php-src/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-src/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 Dlist_keyed_leading_comma.phpt2 Leading comma in keyed list assignment
10 Fatal error: Cannot use empty array entries in keyed array assignment in %s on line %d
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 ***
93 *** Indexing - Testing reference assignment with key ***
125 *** Indexing - Testing value assignment no key ***
158 *** 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_dim_op_same_var.phpt2 Compound array assignment with same variable
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
/php-src/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-src/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt39 echo "Concatenation known valid UTF-8 with invalid UTF-8 in assignment:\n";
49 echo "Multiple concatenation known valid UTF-8 and invalid UTF-8 in assignment:\n";
65 echo "Concatenation known valid UTF-8 string with empty string in assignment, followed by concatena…
84 echo "Concatenation in loop (compound assignment):\n";
122 Concatenation known valid UTF-8 with invalid UTF-8 in assignment:
124 Multiple concatenation known valid UTF-8 and invalid UTF-8 in assignment:
129 Concatenation known valid UTF-8 string with empty string in assignment, followed by concatenation o…
134 Concatenation in loop (compound assignment):
H A Dstrings_marked_as_utf8.phpt45 echo "Concatenation known valid UTF-8 in assignment:\n";
56 echo "Multiple concatenation known valid UTF-8 in assignment:\n";
74 echo "Concatenation known valid UTF-8 string with empty string in assignment:\n";
90 echo "Concatenation in loop (compound assignment):\n";
172 Concatenation known valid UTF-8 in assignment:
175 Multiple concatenation known valid UTF-8 in assignment:
183 Concatenation known valid UTF-8 string with empty string in assignment:
188 Concatenation in loop (compound assignment):
/php-src/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";
/php-src/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-src/ext/simplexml/tests/
H A D038.phpt2 SimpleXML: Property assignment return value
/php-src/Zend/tests/float_to_int/
H A Dno_warning_compatible_string_float_literals.phpt45 echo 'Typed property assignment:' . \PHP_EOL;
72 Typed property assignment:
H A Dno_warning_compatible_float_literals.phpt53 echo 'Typed property assignment:' . \PHP_EOL;
92 Typed property assignment:
H A Dno_warnings_compatible_string_float_vars.phpt64 echo 'Typed property assignment:' . \PHP_EOL;
93 Typed property assignment:
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation5.phpt2 Test token_get_all() function : usage variations - with assignment operators
8 * Passing 'source' argument with different assignment operators to test them for tokens
16 echo "*** Testing token_get_all() : 'source' string with different assignment operators ***\n";
18 // assignment operators : '+=', '-=', '*=', '/=', '%=', '&=', '|=', '^=', '>>=', '<<=', '.='
38 *** Testing token_get_all() : 'source' string with different assignment operators ***
/php-src/Zend/tests/nullsafe_operator/
H A D005.phpt2 Test nullsafe property assignment op
H A D004.phpt2 Test nullsafe property assignment
/php-src/Zend/tests/try/
H A Dbug72629.phpt2 Bug #72629 (Caught exception assignment to variables ignores references)

Completed in 50 milliseconds

12345