Home
last modified time | relevance | path

Searched refs:of (Results 451 – 475 of 4989) sorted by relevance

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

/PHP-8.3/ext/dom/tests/gh11830/
H A Dtype_variation.phpt51 DOMElement::prepend(): Argument #2 must be of type DOMNode|string, int given
52 DOMElement::append(): Argument #2 must be of type DOMNode|string, bool given
53 DOMElement::before(): Argument #2 must be of type DOMNode|string, null given
54 DOMElement::after(): Argument #2 must be of type DOMNode|string, stdClass given
55 DOMElement::replaceWith(): Argument #2 must be of type DOMNode|string, array given
/PHP-8.3/ext/pdo/tests/
H A Dbug_44159.phpt43 TypeError: PDO::ATTR_STATEMENT_CLASS value must be of type array, null given
44 TypeError: PDO::ATTR_STATEMENT_CLASS value must be of type array, int given
45 TypeError: PDO::ATTR_STATEMENT_CLASS value must be of type array, string given
46 TypeError: Attribute value must be of type bool for selected attribute, null given
48 TypeError: Attribute value must be of type bool for selected attribute, string given
/PHP-8.3/Zend/tests/
H A Dstr_or_obj_of_class_zpp.phpt56 Deprecated: zend_string_or_stdclass(): Passing null to parameter #1 ($param) of type string is depr…
61 zend_string_or_stdclass(): Argument #1 ($param) must be of type stdClass|string, array given
62 zend_string_or_stdclass(): Argument #1 ($param) must be of type stdClass|string, Foo given
69 zend_string_or_stdclass_or_null(): Argument #1 ($param) must be of type stdClass|string|null, array…
70 zend_string_or_stdclass_or_null(): Argument #1 ($param) must be of type stdClass|string|null, Foo g…
H A Dgh12073.phpt2 GH-12073: Freeing of non-ZMM pointer of incompletely allocated closure
28 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
/PHP-8.3/ext/phar/tests/
H A Dbadparameters.phpt231 Phar::mungServer(): Argument #1 ($variables) must be of type array, string given
233 Phar::loadPhar(): Argument #1 ($filename) must be of type string, array given
234 Phar::canCompress(): Argument #1 ($compression) must be of type int, string given
235 Phar::__construct(): Argument #1 ($filename) must be of type string, array given
237 Phar::convertToData(): Argument #1 ($format) must be of type ?int, array given
238 PharData::delete(): Argument #1 ($localName) must be of type string, array given
244 Phar::setAlias(): Argument #1 ($alias) must be of type string, array given
247 Phar::setStub(): Argument #1 ($stub) must be of type string, array given
252 Phar::compress(): Argument #1 ($compression) must be of type int, array given
259 Phar::offsetGet(): Argument #1 ($localName) must be of type string, array given
[all …]
H A Dbug53872.phpt2 bug#53872 (internal corruption of phar)
24 content of first.txt
25 content of third.txt
/PHP-8.3/ext/standard/tests/array/
H A Dmax_variation1.phpt2 Test variations in usage of max()
17 echo "\n*** Testing large number of arguments ***\n";
32 *** Testing large number of arguments ***
H A Dmin_variation1.phpt2 Test variations in usage of min()
17 echo "\n*** Testing large number of arguments ***\n";
32 *** Testing large number of arguments ***
/PHP-8.3/ext/spl/tests/
H A Diterator_035.phpt15 Notice: Indirect modification of overloaded element of ArrayIterator has no effect in %s on line %d
17 Fatal error: Uncaught Error: Cannot assign by reference to an array dimension of an object in %s:%d
/PHP-8.3/Zend/tests/fibers/
H A Dout-of-memory-in-recursive-fiber.phpt2 Out of Memory from recursive fiber creation
26 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %sout-of-me…
H A Dout-of-memory-in-nested-fiber.phpt2 Out of Memory in a nested fiber
29 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %sout-of-me…
/PHP-8.3/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_property_inheritance_error8.phpt2 Test that a property of a union type can't be overridden by a property of mixed type
18 Fatal error: Type of Bar::$property1 must be object|array|string|int|float|bool|null (as in class F…
/PHP-8.3/ext/standard/tests/general_functions/
H A Darray_is_list.phpt78 null: threw array_is_list(): Argument #1 ($array) must be of type array, null given
79 int: threw array_is_list(): Argument #1 ($array) must be of type array, int given
80 float: threw array_is_list(): Argument #1 ($array) must be of type array, float given
81 string: threw array_is_list(): Argument #1 ($array) must be of type array, string given
82 object: threw array_is_list(): Argument #1 ($array) must be of type array, stdClass given
83 true: threw array_is_list(): Argument #1 ($array) must be of type array, true given
84 false: threw array_is_list(): Argument #1 ($array) must be of type array, false given
/PHP-8.3/ext/ftp/tests/
H A Dftp_delete.phpt18 echo "Test case #1: removal of existing file from FTP, should return true:", PHP_EOL;
21 echo "Test case #2: removal of non-existent file from FTP, should return false:", PHP_EOL;
27 Test case #1: removal of existing file from FTP, should return true:
29 Test case #2: removal of non-existent file from FTP, should return false:
/PHP-8.3/ext/gd/tests/
H A Dimageloadfont_end_of_file_while_reading_header.phpt2 imageloadfont() "End of file while reading header"
12 // End of file while reading header
31 Warning: imageloadfont(): End of file while reading header in %s on line %d
33 Warning: imageloadfont(): End of file while reading header in %s on line %d
/PHP-8.3/ext/pdo_mysql/tests/
H A Dbug_61755.phpt24 echo "Length of item 0: ".strlen($r[0]).", Value of item 1: ".$r[1]."\n";
38 Length of item 0: 3, Value of item 1: c
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_075.phpt46 string(70) "Cannot increment property Foo::$bar of type int past its maximal value"
48 string(53) "Cannot assign float to property Foo::$bar of type int"
50 string(70) "Cannot increment property Foo::$bar of type int past its maximal value"
52 string(53) "Cannot assign float to property Foo::$bar of type int"
H A Dtyped_class_constants_type_error8.phpt37 Cannot assign stdClass to class constant A::CONST1 of type stdClass&Stringable
38 Cannot assign stdClass to class constant A::CONST1 of type stdClass&Stringable
39 Cannot assign stdClass to class constant A::CONST1 of type stdClass&Stringable
40 Cannot assign stdClass to class constant A::CONST1 of type stdClass&Stringable
H A Dtyped_properties_058.phpt2 Constants in default values of properties
31 Cannot assign int to property B::$foo of type string
32 Cannot assign int to property B::$foo of type string
/PHP-8.3/Zend/tests/type_declarations/literal_types/
H A Dtrue_no_coercion.phpt31 test(): Argument #1 ($v) must be of type true, int given, called in %s on line %d
32 test(): Argument #1 ($v) must be of type true, string given, called in %s on line %d
33 test(): Argument #1 ($v) must be of type true, array given, called in %s on line %d
34 test(): Argument #1 ($v) must be of type true, stdClass given, called in %s on line %d
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug73341.phpt28 Error at offset 6 of 7 bytes
30 Warning: unserialize(): Error at offset 19 of 79 bytes in %s on line %d
32 Warning: ArrayObject::unserialize(): Unexpected end of serialized data in %sbug73341.php on line %d
33 Error at offset 24 of 34 bytes
/PHP-8.3/ext/standard/tests/class_object/
H A Dget_declared_interfaces_variation1.phpt2 Test get_declared_interfaces() function : autoloading of interfaces
5 echo "*** Testing get_declared_interfaces() : autoloading of interfaces ***\n";
22 *** Testing get_declared_interfaces() : autoloading of interfaces ***
/PHP-8.3/Zend/tests/type_declarations/variance/
H A Dparent_in_class_failure2.phpt2 Use of parent inside a class that has / has no parent (failure case 2)
6 // Illegal: B4::parent == A4 is subclass of A4::parent == P4 in contravariant position
17 Fatal error: Declaration of B4::method(A4 $x) must be compatible with A4::method(P4 $x) in %s on li…
/PHP-8.3/ext/standard/tests/dir/
H A Ddir_variation3.phpt42 // Open directory with different permission values, read and close, expected: none of them to succe…
87 resource(%d) of type (stream)
98 resource(%d) of type (stream)
109 resource(%d) of type (stream)
120 resource(%d) of type (stream)
131 resource(%d) of type (stream)
142 resource(%d) of type (stream)
153 resource(%d) of type (stream)
164 resource(%d) of type (stream)
175 resource(%d) of type (stream)
[all …]
/PHP-8.3/tests/lang/
H A DreturnByReference.007.phpt23 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi…
30 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
37 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
46 ---> 1. Via a return by ref function call, assign by reference the return value of a function that …
52 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
58 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …

Completed in 48 milliseconds

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