Home
last modified time | relevance | path

Searched refs:of (Results 426 – 450 of 4989) sorted by relevance

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

/PHP-8.3/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt48 echo "*** Testing for return type of popen() and pclose() functions ***\n";
72 line of text
74 line of text
76 line of text
78 line of text
80 line of text
89 *** Testing for return type of popen() and pclose() functions ***
H A Dbug71287.phpt2 Bug #71287 (Error message contains hexadecimal instead of decimal number)
21 Warning: file_put_contents(): Only 7 of 9 bytes written, possibly out of free disk space in %sbug71…
/PHP-8.3/ext/standard/tests/dir/
H A Dopendir_variation4-win32-mb.phpt86 resource(%d) of type (stream)
90 resource(%d) of type (stream)
93 resource(%d) of type (stream)
97 resource(%d) of type (stream)
100 resource(%d) of type (stream)
104 resource(%d) of type (stream)
108 resource(%d) of type (stream)
/PHP-8.3/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt2 Check behaviour of incomplete class
12 echo "\n\n---> Various types of access on complete class:\n" ;
32 echo "\n\n---> Same types of access on incomplete class:\n" ;
76 ---> Various types of access on complete class:
93 ---> Same types of access on incomplete class:
102 …perty on an incomplete object. Please ensure that the class definition "C" of the object you are t…
104 …perty on an incomplete object. Please ensure that the class definition "C" of the object you are t…
111 …perty on an incomplete object. Please ensure that the class definition "C" of the object you are t…
116 …perty on an incomplete object. Please ensure that the class definition "C" of the object you are t…
120 …perty on an incomplete object. Please ensure that the class definition "C" of the object you are t…
[all …]
/PHP-8.3/Zend/tests/fibers/
H A Dout-of-memory-in-fiber.phpt2 Out of Memory in a fiber
25 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %sout-of-me…
/PHP-8.3/Zend/tests/
H A Dgh10634.phpt22 string(36) "syntax error, unexpected end of file"
23 string(36) "syntax error, unexpected end of file"
24 string(36) "syntax error, unexpected end of file"
H A Doffset_string.phpt6 $str = "Sitting on a corner all alone, staring from the bottom of his soul";
58 Cannot access offset of type string on string
60 Cannot access offset of type string on string
70 Cannot access offset of type resource on string
71 Cannot access offset of type stdClass on string
72 Cannot access offset of type array on string
H A D002.phpt100 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
101 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
104 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
106 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
110 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
112 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
113 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
117 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
119 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
/PHP-8.3/ext/dom/tests/
H A Dbug46335.phpt7 $textascii = 'This is an "example" of using DOM splitText';
8 $text = 'This is an ‘example’ of using DOM splitText';
32 Text: This is an "example" of using DOM splitText
34 Text: This is an ‘example’ of using DOM splitText
H A Dnot_serializable.phpt39 Serialization of 'DOMDocument' is not allowed, unless serialization methods are implemented in a su…
40 Serialization of 'DOMElement' is not allowed, unless serialization methods are implemented in a sub…
41 Serialization of 'DOMXPath' is not allowed
42 Serialization of 'DOMNameSpaceNode' is not allowed, unless serialization methods are implemented in…
/PHP-8.3/ext/standard/tests/array/
H A Darray_diff_uassoc_variation6.phpt20 echo "\n-- Result of comparing floating points and strings containing integers --\n";
24 echo "\n-- Result of comparing floating points and strings containing floating point --\n";
32 -- Result of comparing floating points and strings containing integers --
38 -- Result of comparing floating points and strings containing floating point --
H A Darray_diff_uassoc_variation8.phpt20 echo "\n-- Result of comparing integers and strings containing an integers --\n";
24 echo "\n-- Result of comparing integers and strings containing floating points --\n";
32 -- Result of comparing integers and strings containing an integers --
40 -- Result of comparing integers and strings containing floating points --
H A Darray_combine_error2.phpt27 // Testing array_combine with arrays having unequal number of elements
28 echo "\n-- Testing array_combine() function by passing array with unequal number of elements --\n";
44 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
46 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
47 -- Testing array_combine() function by passing array with unequal number of elements --
48 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
/PHP-8.3/ext/reflection/tests/
H A DReflectionObject_getConstructor_basic.phpt41 echo "Constructor of $class: " . $rm->getName() . "\n";
50 Constructor of NewCtor: __construct
51 Constructor of ExtendsNewCtor: __construct
54 Constructor of D1: __construct
H A DReflectionClass_newInstance_001.phpt11 echo "In constructor of class B with args $a, $b\n";
17 echo "In constructor of class C\n";
23 echo "In constructor of class D\n";
72 In constructor of class B with args x, 123
75 Access to non-public constructor of class C
76 Access to non-public constructor of class D
/PHP-8.3/Zend/tests/in-de-crement/
H A Dincdec_bool_exception.phpt25 Increment on type bool has no effect, this will change in the next major version of PHP
26 Decrement on type bool has no effect, this will change in the next major version of PHP
27 Increment on type bool has no effect, this will change in the next major version of PHP
28 Decrement on type bool has no effect, this will change in the next major version of PHP
/PHP-8.3/Zend/tests/type_declarations/intersection_types/
H A Dmissing_interface_intersection_type.phpt2 Missing one element of intersection type
48 foo(): Return value must be of type X&Y, A returned
49 Cannot assign A to property Collection::$intersect of type X&Y
50 bar(): Argument #1 ($o) must be of type X&Y, A given, called in %s on line %d
/PHP-8.3/tests/lang/
H A DreturnByReference.006.phpt21 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi…
28 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
35 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
44 ---> 1. Via a return by ref function call, assign by reference the return value of a function that …
50 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
56 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
H A DforeachLoop.010.phpt2 This test illustrates the impact of invoking destructors when refcount is decremented to 0 on forea…
11 // "Unless the array is referenced, foreach operates on a copy of
16 // of running the 'destructor' on $container.
19 // At this point the array $a is no longer referenced, so foreach should operate on a copy of the a…
22 // This provokes a difference in behaviour when changing the number of elements in the array while
/PHP-8.3/ext/filter/tests/
H A D057.phpt22 Deprecated: filter_input_array(): Passing null to parameter #2 ($options) of type array|int is depr…
27 Deprecated: filter_var_array(): Passing null to parameter #2 ($options) of type array|int is deprec…
49 filter_input_array(): Argument #2 ($options) must be of type array|int, string given
50 filter_var_array(): Argument #2 ($options) must be of type array|int, string given
51 filter_input_array(): Argument #2 ($options) must be of type array|int, stdClass given
52 filter_var_array(): Argument #2 ($options) must be of type array|int, stdClass given
/PHP-8.3/ext/standard/tests/strings/
H A Dvprintf_variation6.phpt7 * the '$format' and '$args' arguments of the function
12 // defining array of float formats
20 // Arrays of non float values for the format defined in $format.
24 // array of int values
31 // array of strings
45 // array of boolean data
/PHP-8.3/ext/opcache/tests/jit/
H A Dassign_dim_002.phpt164 Cannot access offset of type Closure on array
186 Deprecated: Automatic conversion of false to array is deprecated in %s
193 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
200 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
201 Cannot access offset of type array on array
203 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
213 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
223 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
224 Cannot access offset of type array on array
/PHP-8.3/Zend/tests/type_declarations/dnf_types/
H A Ddnf_intersection_and_single.phpt2 Union of a simple and intersection type
119 Test::foo1(): Argument #1 ($v) must be of type (X&Y)|int, C given, called in %s on line %d
120 Test::foo2(): Argument #1 ($v) must be of type (X&Y)|int, C given, called in %s on line %d
121 Test::bar1(): Argument #1 ($v) must be of type B|(X&Y), C given, called in %s on line %d
122 Test::bar2(): Argument #1 ($v) must be of type (X&Y)|B, C given, called in %s on line %d
123 Cannot assign C to property Test::$prop1 of type (X&Y)|int
124 Cannot assign C to property Test::$prop2 of type (X&Y)|int
125 Cannot assign C to property Test::$prop3 of type (X&Y)|B
126 Cannot assign C to property Test::$prop4 of type B|(X&Y)
/PHP-8.3/ext/pgsql/tests/
H A D10pg_convert_9.phpt61 Array of values must be an associative array with string keys
62 Array of values must be an associative array with string keys
63 Values must be of type string|int|float|bool|null, array given
64 Values must be of type string|int|float|bool|null, stdClass given
65 Values must be of type string|int|float|bool|null, PgSql\Connection given
/PHP-8.3/ext/opcache/tests/
H A Dbug66338.phpt2 Bug #66338 (Optimization binding of class constants is not safely opcacheable)
21 printf( "The President of the USA is %s\n", Officials::getLeader() );
27 printf( "The Prime Minister of the UK is %s\n", Officials::getLeader() );
43 The President of the USA is Barack Hussein Obama II
44 The Prime Minister of the UK is David William Donald Cameron

Completed in 30 milliseconds

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