Searched refs:assignment (Results 1 – 25 of 112) sorted by relevance
12345
/PHP-8.4/tests/lang/ |
H A D | engine_assignExecutionOrder_001.phpt | 17 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 D | passByReference_010.phpt | 11 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.4/Zend/tests/ |
H A D | bug44660.phpt | 2 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 D | list_keyed_leading_comma.phpt | 2 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 D | indexing_001.phpt | 5 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 D | bug27598.phpt | 2 Bug #27598 (list() array key assignment causes HUGE memory leak)
|
H A D | foreach_by_ref_to_property.phpt | 2 Foreach by ref assignment to property
|
H A D | bug65969.phpt | 2 Bug #65969 (Chain assignment with T_LIST failure)
|
H A D | write_property_ref_overwrite_return.phpt | 2 Using return of property assignment to reference that destroys object
|
H A D | assign_dim_op_same_var.phpt | 2 Compound array assignment with same variable
|
H A D | assign_to_var_001.phpt | 2 complex cases of variable assignment - 001
|
H A D | assign_to_var_002.phpt | 2 complex cases of variable assignment - 002
|
/PHP-8.4/Zend/tests/throw/ |
H A D | 002.phpt | 72 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.4/ext/zend_test/tests/ |
H A D | strings_not_marked_as_utf8.phpt | 39 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 D | strings_marked_as_utf8.phpt | 45 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-8.4/Zend/tests/type_declarations/ |
H A D | typed_properties_076.phpt | 26 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-8.4/ext/standard/tests/general_functions/ |
H A D | putenv.phpt | 40 putenv(): Argument #1 ($assignment) must have a valid syntax 41 putenv(): Argument #1 ($assignment) must have a valid syntax
|
/PHP-8.4/ext/simplexml/tests/ |
H A D | 038.phpt | 2 SimpleXML: Property assignment return value
|
/PHP-8.4/Zend/tests/float_to_int/ |
H A D | no_warning_compatible_string_float_literals.phpt | 45 echo 'Typed property assignment:' . \PHP_EOL; 72 Typed property assignment:
|
H A D | no_warning_compatible_float_literals.phpt | 53 echo 'Typed property assignment:' . \PHP_EOL; 92 Typed property assignment:
|
H A D | no_warnings_compatible_string_float_vars.phpt | 64 echo 'Typed property assignment:' . \PHP_EOL; 93 Typed property assignment:
|
/PHP-8.4/ext/tokenizer/tests/ |
H A D | token_get_all_variation5.phpt | 2 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-8.4/Zend/tests/nullsafe_operator/ |
H A D | 005.phpt | 2 Test nullsafe property assignment op
|
H A D | 004.phpt | 2 Test nullsafe property assignment
|
/PHP-8.4/Zend/tests/try/ |
H A D | bug72629.phpt | 2 Bug #72629 (Caught exception assignment to variables ignores references)
|
Completed in 21 milliseconds
12345