Home
last modified time | relevance | path

Searched refs:by (Results 101 – 125 of 1435) sorted by relevance

12345678910>>...58

/php-src/tests/lang/
H A DpassByReference_005.phpt2 Pass uninitialized variables by reference and by value to test implicit initialisation.
98 echo "\n ---- Pass by ref / pass by val: functions ----\n";
121 echo "\n\n ---- Pass by ref / pass by val: static method calls ----\n";
143 echo "\n\n ---- Pass by ref / pass by val: instance method calls ----\n";
171 ---- Pass by ref / pass by val: functions ----
204 ---- Pass by ref / pass by val: static method calls ----
237 ---- Pass by ref / pass by val: instance method calls ----
H A Dbug21600.phpt2 Bug #21600 (assign by reference function call changes variable contents)
29 Notice: Only variables should be assigned by reference in %sbug21600.php on line 4
35 Notice: Only variables should be assigned by reference in %sbug21600.php on line 11
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_065.phpt2 Typed property on by-ref array dimension
64 Cannot decrement a reference held by property ArrayAccess@anonymous::$foo of type int past its mini…
66 Cannot decrement a reference held by property ArrayAccess@anonymous::$foo of type int past its mini…
68 Cannot increment a reference held by property ArrayAccess@anonymous::$foo of type int past its maxi…
70 Cannot increment a reference held by property ArrayAccess@anonymous::$foo of type int past its maxi…
H A Dtyped_properties_044.phpt55 Cannot increment a reference held by property class@anonymous::$bar of type ?int past its maximal v…
56 Cannot increment a reference held by property class@anonymous::$bar of type ?int past its maximal v…
57 Cannot decrement a reference held by property class@anonymous::$bar of type ?int past its minimal v…
58 Cannot decrement a reference held by property class@anonymous::$bar of type ?int past its minimal v…
/php-src/ext/gd/tests/
H A Dbug66882.phpt2 Bug #66882 (imagerotate by -90 degrees truncates image by 1px)
/php-src/ext/standard/tests/array/
H A Dasort_object1.phpt6 * testing asort() by providing integer/string object arrays with following flag values
56 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is default --\n";
58 // testing asort() function by supplying integer object array, flag value is default
63 // testing asort() function by supplying string object array, flag value is default
68 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
69 // testing asort() function by supplying integer object array, flag value = SORT_REGULAR
74 // testing asort() function by supplying string object array, flag value = SORT_REGULAR
84 -- Testing asort() by supplying various object arrays, 'flag' value is default --
162 -- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Dkrsort_object.phpt6 * testing krsort() by providing array of integer/string objects with following flag values:
55 echo "\n-- Testing krsort() by supplying various object arrays, 'flag' value is default --\n";
57 // testing krsort() function by supplying integer object array, flag value is default
62 // testing krsort() function by supplying string object array, flag value is default
67 echo "\n-- Testing krsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
68 // testing krsort() function by supplying integer object array, flag value = SORT_REGULAR
73 // testing krsort() function by supplying string object array, flag value = SORT_REGULAR
83 -- Testing krsort() by supplying various object arrays, 'flag' value is default --
161 -- Testing krsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Dksort_object.phpt6 * testing ksort() by providing array ofinteger/string objects with following flag values:
54 echo "\n-- Testing ksort() by supplying various object arrays, 'flag' value is default --\n";
56 // testing ksort() function by supplying integer object array, flag value is default
61 // testing ksort() function by supplying string object array, flag value is default
66 echo "\n-- Testing ksort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
67 // testing ksort() function by supplying integer object array, flag value = SORT_REGULAR
72 // testing ksort() function by supplying string object array, flag value = SORT_REGULAR
82 -- Testing ksort() by supplying various object arrays, 'flag' value is default --
160 -- Testing ksort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Darray_combine_error2.phpt7 // Testing array_combine by passing empty arrays to $keys and $values arguments
11 // Testing array_combine by passing empty array to $keys
19 // Testing array_combine by passing empty array to $values
28 echo "\n-- Testing array_combine() function by passing array with unequal number of elements --\n";
47 -- Testing array_combine() function by passing array with unequal number of elements --
/php-src/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt2 Test function pcntl_fork() by calling it with its expected arguments
12 echo "*** Test by calling method or function with its expected arguments, first print the child PID…
23 *** Test by calling method or function with its expected arguments, first print the child PID and t…
/php-src/ext/spl/tests/
H A DSPLDoublyLinkedList_iterate_by_reference.phpt2 SplDoublyLinkedList Iterating a DLL by reference shouldn't be permitted
15 …// We should never see this output, because the "by reference" exception should be thrown in the p…
26 An iterator cannot be used with foreach by reference
/php-src/ext/simplexml/tests/
H A Dsimplexml_import_new_dom.phpt12 echo "{$book->title} was written by {$book->author}\n";
20 The Grapes of Wrath was written by John Steinbeck
21 The Pearl was written by John Steinbeck
/php-src/ext/date/tests/
H A DDatePeriod_uninitialised_exceptions.phpt40 …pe MyDatePeriod (inheriting DatePeriod) has not been correctly initialized by calling parent::__co…
41 …pe MyDatePeriod (inheriting DatePeriod) has not been correctly initialized by calling parent::__co…
42 …pe MyDatePeriod (inheriting DatePeriod) has not been correctly initialized by calling parent::__co…
43 DateObjectError: Object of type DatePeriod has not been correctly initialized by calling parent::__…
H A Dbug-gh8471.phpt47 Object of type DateTime has not been correctly initialized by calling parent::__construct() in its …
48 Object of type DateTime has not been correctly initialized by calling parent::__construct() in its …
49 Object of type DateTimeImmutable has not been correctly initialized by calling parent::__construct(…
50 Object of type DateTimeImmutable has not been correctly initialized by calling parent::__construct(…
/php-src/Zend/tests/
H A Dcompound_assign_with_numeric_strings.phpt45 Exception: Bit shift by negative number
48 Exception: Bit shift by negative number
50 Exception: Modulo by zero
H A Dclosure_019.phpt23 Notice: Only variable references should be returned by reference in %sclosure_019.php on line 4
26 Notice: Only variable references should be returned by reference in %sclosure_019.php on line 4
29 Fatal error: Uncaught Error: {closure:%s:%d}(): Argument #1 ($x) could not be passed by reference i…
H A Dreturn_ref_none.phpt2 Argument-less return from by-ref function
14 Notice: Only variable references should be returned by reference in %s on line %d
H A Ddiv_by_zero_compound_refcounted.phpt2 Division by zero in compound assignment with refcounted operand
15 Division by zero
H A Ddiv_by_zero_in_static.phpt2 Division by zero in static
8 Fatal error: Uncaught DivisionByZeroError: Division by zero in %s:%d
H A Dgc_039.phpt2 GC 039: Garbage created by replacing argument send by reference
/php-src/Zend/tests/type_declarations/union_types/
H A Dprop_ref_assign.phpt2 Assignments to references that are held by properties with union types
52 Cannot assign int to reference held by property Test::$x of type string|int and property Test::$y o…
55 Cannot assign float to reference held by property Test::$x of type string|int and property Test::$y…
58 Reference with value of type int held by property Test::$x of type string|int is not compatible wit…
59 Reference with value of type float held by property Test::$y of type string|float is not compatible…
/php-src/ext/opcache/tests/jit/
H A Dundef_to_typed_ref.phpt91 Cannot assign null to reference held by property Test::$x of type string
94 Cannot assign null to reference held by property Test::$x of type string
97 Cannot assign null to reference held by property Test::$x of type string
100 Cannot assign null to reference held by property Test::$x of type string
103 Cannot assign null to reference held by property Test::$x of type string
106 Cannot assign null to reference held by property Test::$x of type string
/php-src/Zend/tests/generators/
H A Dyield_from_by_reference.phpt2 Yield from by reference is not supported
12 Fatal error: Cannot use "yield from" inside a by-reference generator in %s on line %d
/php-src/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt26 echo "Concatenation known valid UTF-8 strings in variables, followed by concatenation of invalid UT…
33 echo "Multiple concatenation known valid UTF-8 strings in variables, followed by concatenation of i…
43 // The "foo" string matches with a "Foo" class which is registered by the zend_test extension.
46 // the string gets replaced by the "foo" string from the class, which does
53 echo "Concatenation known valid UTF-8 string with empty string in variables, followed by concatenat…
65 echo "Concatenation known valid UTF-8 string with empty string in assignment, followed by concatena…
118 Concatenation known valid UTF-8 strings in variables, followed by concatenation of invalid UTF-8:
120 Multiple concatenation known valid UTF-8 strings in variables, followed by concatenation of invalid…
126 Concatenation known valid UTF-8 string with empty string in variables, followed by concatenation of…
129 Concatenation known valid UTF-8 string with empty string in assignment, followed by concatenation o…
/php-src/tests/lang/operators/
H A Ddivide_basiclong_64bit.phpt46 DivisionByZeroError: Division by zero
64 DivisionByZeroError: Division by zero
82 DivisionByZeroError: Division by zero
100 DivisionByZeroError: Division by zero
118 DivisionByZeroError: Division by zero
136 DivisionByZeroError: Division by zero
154 DivisionByZeroError: Division by zero
172 DivisionByZeroError: Division by zero
190 DivisionByZeroError: Division by zero
208 DivisionByZeroError: Division by zero
[all …]

Completed in 30 milliseconds

12345678910>>...58