Home
last modified time | relevance | path

Searched refs:of (Results 401 – 425 of 4989) sorted by relevance

1...<<11121314151617181920>>...200

/PHP-8.3/Zend/asm/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person or organization
4 obtaining a copy of the software and accompanying documentation covered by
6 execute, and transmit the Software, and to prepare derivative works of the
12 must be included in all copies of the Software, in whole or in part, and
13 all derivative works of the Software, unless such copies or derivative
14 works are solely in the form of machine-executable object code generated by
/PHP-8.3/ext/standard/tests/file/
H A Dfdatasync.phpt8 first line of string
9 second line of string
10 third line of string
58 first line of string
59 second line of string
60 third line of stringint(63)
H A Dcopy_variation18.phpt5 /* Test copy(): checking stat of file before and after after copy operation */
11 echo "*** Test copy() function: stat of file before and after copy ***\n";
35 echo "Comparing the stats of file before and after copy operation => ";
46 *** Test copy() function: stat of file before and after copy ***
48 Comparing the stats of file before and after copy operation => bool(true)
/PHP-8.3/ext/opcache/tests/jit/
H A Dfe_reset_001.phpt19 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
23 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
27 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
31 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
35 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_078.phpt2 Typed references must be kept track of and always be only the intersection of the type currently ho…
48 string(72) "Cannot assign array to property class@anonymous::$t of type ?Traversable"
55 string(92) "Cannot assign ArrayIterator to reference held by property class@anonymous::$a of type ?…
57 string(90) "Cannot assign array to reference held by property class@anonymous::$t of type ?Traversa…
/PHP-8.3/ext/standard/tests/dir/
H A Dopendir_basic-win32-mb.phpt12 * Test basic functionality of opendir() with absolute and relative paths as $path argument
55 resource(%d) of type (stream)
59 resource(%d) of type (stream)
62 resource(%d) of type (Unknown)
63 resource(%d) of type (Unknown)
/PHP-8.3/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation4.phpt8 // We convert runs of whitespace, including CR, LF, tab, and space, to a single space...
9 // but ONLY when that run of whitespace does not occur right in the middle between two
14 // We DO convert a run of whitespace to a single space at the very beginning of the input string,
19 // But not if it is just a CR or LF at the end of the string
23 // Not if it is a run of whitespace going right up to the end of the string
36 // The old implementation of mb_decode_mimeheader would get 'stuck' on the invalid encoding name
38 // up to the end of the input string
42 // While the old implementation would generally trim off whitespace at the end of the input string,
44 // byte of an invalid charset name
72 // Another example of invalid encoded word followed immediately by valid encoded word
[all …]
/PHP-8.3/ext/standard/tests/serialize/
H A Dmax_depth.phpt5 if (getenv('SKIP_PRELOAD')) die('skip Different order of deprecation messages');
111 unserialize(): Option "max_depth" must be of type int, string given
116 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
118 Warning: unserialize(): Error at offset 1157 of 1294 bytes in %s on line %d
123 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
125 Warning: unserialize(): Error at offset 2834 of 2971 bytes in %s on line %d
130 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
132 Warning: unserialize(): Error at offset 1157 of 1294 bytes in %s on line %d
139 Warning: unserialize(): Error at offset 2309 of 2574 bytes in %s on line %d
147 Warning: unserialize(): Error at offset 1157 of 1294 bytes in %s on line %d
[all …]
/PHP-8.3/tests/output/
H A Dflush_basic_001.phpt2 Test basic functionality of flush()
18 echo "Outside of any user buffers\n";
24 Outside of any user buffers
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_getConstructor_basic.phpt17 echo "Constructor of $class: " . $rm->getName() . "\n";
26 Constructor of NewCtor: __construct
27 Constructor of ExtendsNewCtor: __construct
/PHP-8.3/Zend/tests/
H A Diterable_or_null.phpt43 zend_iterable(): Argument #1 ($arg1) must be of type Traversable|array, string given
44 zend_iterable(): Argument #1 ($arg1) must be of type Traversable|array, int given
45 zend_iterable(): Argument #1 ($arg1) must be of type Traversable|array, null given
46 zend_iterable(): Argument #2 ($arg2) must be of type Traversable|array|null, string given
/PHP-8.3/ext/date/tests/
H A DDateTime_setISODate_basic1.phpt15 echo "Week 40 of 2009 is in \"" . $datetime->format("F") . "\"\n";
19 echo "Week 30 day 3 of 2009 is \"" . $datetime->format("D M j") . "\"\n";
28 Week 40 of 2009 is in "September"
29 Week 30 day 3 of 2009 is "Wed Jul 22"
H A Ddate-time-modify-times.phpt10 'back of 4pm',
14 'first monday of January 2011',
15 'first monday of January 2011 09:00',
20 'march 28, 01:15', // doesn't exist because of DST
H A Ddate_isodate_set_basic1.phpt15 echo "Week 40 of 2009 is in \"" . date_format($datetime, "F") . "\"\n";
19 echo "Week 30 day 3 of 2009 is \"" . date_format($datetime, "D M j") . "\"\n";
28 Week 40 of 2009 is in "September"
29 Week 30 day 3 of 2009 is "Wed Jul 22"
/PHP-8.3/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_property_inheritance_error4.phpt2 Test that a property of mixed type can't be overridden by a property of a union type
18 Fatal error: Type of Bar::$property1 must be mixed (as in class Foo) in %s on line %d
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_debugdumpparams.phpt19 …utput. It will provide the SQL query in use, the number of parameters used (Params), the list of p…
22 …he browser, the output-control functions can be used to capture the output of this function, and s…
23 …This will only dumps the parameters in the statement at the moment of the dump. Extra parameters a…
31 …utput. It will provide the SQL query in use, the number of parameters used (Params), the list of p…
34 …he browser, the output-control functions can be used to capture the output of this function, and s…
35 …This will only dumps the parameters in the statement at the moment of the dump. Extra parameters a…
/PHP-8.3/ext/standard/tests/array/range/
H A Drange_inputs_null_variations.phpt27 Deprecated: range(): Passing null to parameter #1 ($start) of type string|int|float is deprecated i…
29 Deprecated: range(): Passing null to parameter #2 ($end) of type string|int|float is deprecated in …
36 Deprecated: range(): Passing null to parameter #1 ($start) of type string|int|float is deprecated i…
52 Deprecated: range(): Passing null to parameter #2 ($end) of type string|int|float is deprecated in …
69 Deprecated: range(): Passing null to parameter #1 ($start) of type string|int|float is deprecated i…
83 Deprecated: range(): Passing null to parameter #2 ($end) of type string|int|float is deprecated in …
98 Deprecated: range(): Passing null to parameter #1 ($start) of type string|int|float is deprecated i…
106 Deprecated: range(): Passing null to parameter #2 ($end) of type string|int|float is deprecated in …
/PHP-8.3/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt35 //array of values to iterate over
78 'instance of classWithToString' => new classWithToString(),
79 'instance of classWithoutToString' => new classWithoutToString(),
88 // loop through each element of the array for var
174 --instance of classWithToString--
176 Warning: Object of class classWithToString could not be converted to int in %s on line %d
179 --instance of classWithoutToString--
181 Warning: Object of class classWithoutToString could not be converted to int in %s on line %d
/PHP-8.3/ext/intl/tests/
H A Ddateformat_get_set_pattern2.phpt31 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
42 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
59 Result of formatting timestamp=0 is :
64 Result of formatting timestamp=0 with the new pattern is :
70 Result of formatting timestamp=0 with the new pattern is :
76 Result of formatting timestamp=0 with the new pattern is :
82 Result of formatting timestamp=0 with the new pattern is :
/PHP-8.3/ext/standard/tests/array/
H A Darray_filter_variation3.phpt2 Test array_filter() function : usage variations - Different types of array for 'input' argument
6 * Passing different types of array as 'input' argument.
20 echo "*** Testing array_filter() : usage variations - different types of array for 'input' argument…
22 // different types of 'input' array
31 array(1 => 'one', 2, "key" => 'value') // combinition of associative and non-associative array
35 // loop through each element of 'input' with default callback
47 *** Testing array_filter() : usage variations - different types of array for 'input' argument***
H A Darray_rand_variation5.phpt6 * Test behaviour of array_rand() function when associative array and
49 echo"\n-- With num_req more than number of members in 'input' array --\n";
67 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
70 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
73 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
75 -- With num_req more than number of members in 'input' array --
76 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
H A Darray_shift_variation2.phpt2 Test array_shift() function : usage variations - Pass arrays of different data types
6 * Pass arrays where values are of one data type to test behaviour of array_shift()
32 // arrays of different data types to be passed to $stack argument
103 // loop through each element of $inputs to check the behavior of array_shift
200 resource(%d) of type (stream)
/PHP-8.3/ext/standard/tests/strings/
H A Dvprintf_variation14.phpt11 * the '$format' and '$args' arguments of the function
16 // defining array of different hexa formats
24 // Arrays of non hexa values for the format defined in $format.
28 // array of float values
35 // array of int values
42 // array of strings
56 // array of boolean data
H A Dvprintf_variation14_64bit.phpt11 * the '$format' and '$args' arguments of the function
16 // defining array of different hexa formats
24 // Arrays of non hexa values for the format defined in $format.
28 // array of float values
35 // array of int values
42 // array of strings
56 // array of boolean data
/PHP-8.3/Zend/tests/zend_ini/
H A Dzend_ini_parse_uquantity_overflow.phpt76 Warning: Invalid quantity "%d": value is out of range, using overflow result for backwards compatib…
82 Warning: Invalid quantity "-%d": value is out of range, using overflow result for backwards compati…
88 Warning: Invalid quantity "-%d": value is out of range, using overflow result for backwards compati…
94 Warning: Invalid quantity "-2": value is out of range, using overflow result for backwards compatib…
100 Warning: Invalid quantity "-1K": value is out of range, using overflow result for backwards compati…
106 Warning: Invalid quantity "-1 K": value is out of range, using overflow result for backwards compat…
112 Warning: Invalid quantity "%dK": value is out of range, using overflow result for backwards compati…

Completed in 47 milliseconds

1...<<11121314151617181920>>...200