Home
last modified time | relevance | path

Searched refs:of (Results 501 – 525 of 4989) sorted by relevance

1...<<21222324252627282930>>...200

/PHP-8.3/Zend/asm/
H A Dmake_mips32_o32_elf_gas.S66 # third arg of make_fcontext() == address of context-function
71 # compute address of returned transfer_t
75 # compute abs address of label finish
77 # save address of finish as return-address for context-function
/PHP-8.3/Zend/tests/
H A Dnumber_or_str_zpp.phpt59 Deprecated: zend_number_or_string(): Passing null to parameter #1 ($param) of type string|int|float…
64 zend_string_or_object(): Argument #1 ($param) must be of type object|string, array given
65 zend_number_or_string(): Argument #1 ($param) must be of type string|int|float, Foo given
73 zend_number_or_string_or_null(): Argument #1 ($param) must be of type string|int|float|null, array …
74 zend_number_or_string_or_null(): Argument #1 ($param) must be of type string|int|float|null, Foo gi…
/PHP-8.3/Zend/tests/type_declarations/union_types/
H A Dincdec_prop.phpt52 * even if the result of the overflow (a float) would technically be allowed
125 Cannot increment property Test::$prop2 of type int|bool past its maximal value
126 Cannot increment property Test::$prop2 of type int|bool past its maximal value
127 Cannot decrement property Test::$prop2 of type int|bool past its minimal value
128 Cannot decrement property Test::$prop2 of type int|bool past its minimal value
129 Cannot increment a reference held by property Test::$prop2 of type int|bool past its maximal value
130 Cannot increment a reference held by property Test::$prop2 of type int|bool past its maximal value
131 Cannot decrement a reference held by property Test::$prop2 of type int|bool past its minimal value
132 Cannot decrement a reference held by property Test::$prop2 of type int|bool past its minimal value
/PHP-8.3/Zend/tests/in-de-crement/
H A Dunset_globals_in_error_handler.phpt81 Decrement on type null has no effect, this will change in the next major version of PHP
84 Decrement on type null has no effect, this will change in the next major version of PHP
108 Increment on type bool has no effect, this will change in the next major version of PHP
111 Decrement on type bool has no effect, this will change in the next major version of PHP
114 Increment on type bool has no effect, this will change in the next major version of PHP
117 Decrement on type bool has no effect, this will change in the next major version of PHP
120 Increment on type bool has no effect, this will change in the next major version of PHP
123 Decrement on type bool has no effect, this will change in the next major version of PHP
126 Increment on type bool has no effect, this will change in the next major version of PHP
129 Decrement on type bool has no effect, this will change in the next major version of PHP
H A Dunset_object_property_in_error_handler.phpt90 string(87) "Decrement on type null has no effect, this will change in the next major version of PHP"
94 string(87) "Decrement on type null has no effect, this will change in the next major version of PHP"
97 string(87) "Decrement on type null has no effect, this will change in the next major version of PHP"
121 string(87) "Increment on type bool has no effect, this will change in the next major version of PHP"
124 string(87) "Decrement on type bool has no effect, this will change in the next major version of PHP"
127 string(87) "Increment on type bool has no effect, this will change in the next major version of PHP"
130 string(87) "Decrement on type bool has no effect, this will change in the next major version of PHP"
133 string(87) "Increment on type bool has no effect, this will change in the next major version of PHP"
136 string(87) "Decrement on type bool has no effect, this will change in the next major version of PHP"
139 string(87) "Increment on type bool has no effect, this will change in the next major version of PHP"
[all …]
/PHP-8.3/ext/standard/tests/array/
H A Dbug77931.phpt24 array_map(): Argument #3 must be of type array, int given
25 array_map(): Argument #4 must be of type array, true given
26 array_map(): Argument #5 must be of type array, null given
H A Dnatcasesort_variation2.phpt2 Test natcasesort() function : usage variations - Pass arrays of different data types
7 * Pass arrays of different data types to natcasesort() to test how they are sorted
32 // arrays of different data types to be passed to $array_arg argument
102 // loop through each element of $inputs to check the behavior of natcasesort()
219 resource(%d) of type (stream)
H A Darray_values_variation2.phpt2 Test array_values() function : usage variations - arrays of different data types
6 * Pass arrays of different data types as $input argument to array_values() to test behaviour
31 // arrays of different data types to be passed as $input
102 // loop through each element of $inputs to check the behavior of array_values()
207 resource(%d) of type (stream)
H A Dusort_object1.phpt2 Test usort() function : object functionality - different number of properties
6 * Pass an array of objects which have a different number of properties
7 * to test behaviour of usort()
61 // array of SimpleClass objects with only one property
71 // array of SimpleClass objects having more than one properties
/PHP-8.3/ext/reflection/tests/
H A Dbug76737.phpt26 Serialization of 'ReflectionClass' is not allowed
27 Unserialization of 'ReflectionClass' is not allowed
28 Unserialization of 'ReflectionClass' is not allowed
/PHP-8.3/ext/intl/tests/
H A Dbug48227.phpt19 NumberFormatter::format(): Argument #1 ($num) must be of type int|float, string given
22 Deprecated: NumberFormatter::format(): Passing null to parameter #1 ($num) of type int|float is dep…
24 NumberFormatter::format(): Argument #1 ($num) must be of type int|float, NumberFormatter given
H A Dtransliterator_get_error_message_basic.phpt20 Warning: Transliterator::transliterate(): String conversion of string to UTF-16 failed in %s on lin…
22 String conversion of string to UTF-16 failed: U_INVALID_CHAR_FOUND
23 String conversion of string to UTF-16 failed: U_INVALID_CHAR_FOUND
H A Dregression_sort_and_cow.phpt12 /* Create two copies of the given array.
22 // Create two copies of the given array.
26 // Sort given array and the first copy of it.
30 // Return contents of all the arrays.
H A Dregression_sortwsk_and_cow.phpt13 /* Create two copies of the given array.
23 // Create two copies of the given array.
27 // Sort given array and the first copy of it.
31 // Return contents of all the arrays.
/PHP-8.3/ext/opcache/tests/
H A Dssa_bug_003.phpt2 Incorrect elision of return type checks
39 test1(): Return value must be of type callable, string returned
40 test2(): Return value must be of type Foo, stdClass returned
/PHP-8.3/ext/gd/tests/
H A Dimagecolorclosesthwb_basic_001.phpt7 // Create the size of image or blank image
10 // Set the background color of image
13 // Set the text color of image
H A Dimagedashedline_basic.phpt12 echo "Simple test of imagedashedline() function\n";
25 // draw a couple of vertical dashed lines
32 //check color of a point on edge..
50 Simple test of imagedashedline() function
/PHP-8.3/ext/curl/tests/
H A Dbug65458.phpt17 // $preclose - $init has a delta in the order of bytes, not megabytes. Given
18 // the number of iterations in the loop, if we're wasting memory here, we
19 // should have megs and megs of extra allocations.
/PHP-8.3/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation9.phpt2 Test function get_cfg_var() by substituting argument with array of valid parameters.
14 echo "*** Test substituting argument with array of valid parameters ***\n";
34 *** Test substituting argument with array of valid parameters ***
/PHP-8.3/ext/posix/tests/
H A Dposix_isatty_manual_zpp.phpt39 Deprecated: posix_isatty(): Passing null to parameter #1 ($file_descriptor) of type int is deprecat…
54 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, string given …
57 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, array given i…
60 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, stdClass give…
63 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, classWithToSt…
66 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, GMP given in …
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_062.phpt67 Cannot assign string to reference held by property class@anonymous::$foo of type int
71 Cannot decrement a reference held by property class@anonymous::$foo of type int past its minimal va…
73 Cannot decrement a reference held by property class@anonymous::$foo of type int past its minimal va…
75 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…
77 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…
79 Cannot assign array to reference held by property class@anonymous::$foo of type int
/PHP-8.3/docs/
H A Dmailinglist-rules.md4 mailing lists. Following these rules is considered imperative to the success of
5 the PHP project. Therefore, expect your contributions to be of much less positive
9 PHP is developed through the efforts of a large number of people.
18 c. Prevent you from making a fool of yourself in public.
20 d. Increase the general level of good will on planet Earth.
36 are faced with a lot of requests. Make sure that you have done your
39 5. Patches have a much greater chance of acceptance than just asking the
49 signatures to a maximum of 2 lines if at all necessary.
53 1. If you notice that your posting ratio is much higher than that of other
57 aggregate your current position into a single mail instead of multiple
/PHP-8.3/ext/mbstring/tests/
H A Dmb_substitute_character_variation_weak_types.phpt39 //array of values to iterate over
82 'instance of classWithToString' => new classWithToString(),
83 'instance of classWithoutToString' => new classWithoutToString(),
92 // loop through each element of the array for substchar
134 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
136 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
138 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
140 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
165 --instance of classWithToString--
167 --instance of classWithoutToString--
[all …]
/PHP-8.3/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation14.phpt2 Test fputcsv() : usage variations - with enclosure & delimiter of two chars
7 of two chars is provided and file is opened in read only mode */
9 echo "*** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode …
34 *** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode ***
/PHP-8.3/ext/sqlite3/tests/
H A Dsqlite3_11_numrows.phpt2 SQLite3::prepare number of rows
7 // Create an instance of the ReflectionMethod class
29 echo "Number of rows\n";
44 Number of rows

Completed in 42 milliseconds

1...<<21222324252627282930>>...200