Home
last modified time | relevance | path

Searched refs:of (Results 301 – 325 of 4989) sorted by relevance

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

/PHP-8.3/ext/standard/tests/array/
H A Dshuffle_variation5.phpt6 * Test behaviour of shuffle() when an array of heredoc strings is passed to
7 * 'array_arg' argument of the function
21 first line of heredoc string
22 second line of heredoc string
23 third line of heredocstring
61 echo "\n-- with array of heredoc strings --\n";
77 -- with array of heredoc strings --
H A Darray_rand_variation6.phpt6 * Test behaviour of array_rand() when keys of the 'input' array is heredoc string
9 echo "*** Testing array_rand() : with keys of input array as heredoc strings ***\n";
20 first line of heredoc string
21 second line of heredoc string
22 third line of heredocstring
65 \*\*\* Testing array_rand\(\) : with keys of input array as heredoc strings \*\*\*
H A Darray_multisort_variation8.phpt2 Test array_multisort() function : usage variation - test sort order of all types
5 echo "*** Testing array_multisort() : usage variation - test sort order of all types***\n";
30 'instance of classWithToString' => new classWithToString(),
39 *** Testing array_multisort() : usage variation - test sort order of all types***
57 ["instance of classWithToString"]=>
H A Darray_key_exists_variation7.phpt2 Test array_key_exists() function : usage variations - position of internal array pointer
6 * Check the position of the internal array pointer after calling array_key_exists()
16 echo "\n-- Position of Internal Pointer in Original Array: --\n";
27 -- Position of Internal Pointer in Original Array: --
H A Darray_push_variation5.phpt2 Test array_push() function : usage variations - position of internal array pointer
6 * Check the position of the internal array pointer after calling array_push()
17 echo "\n-- Position of Internal Pointer in Original Array: --\n";
28 -- Position of Internal Pointer in Original Array: --
/PHP-8.3/ext/standard/tests/file/
H A D007_variation21.phpt20 var_dump($file_handle); //Check for the content of handle
21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
25 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
28 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
32 var_dump( file_exists($file) ); //Check for the existence of file
40 resource(%d) of type (stream)
44 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation5.phpt20 var_dump($file_handle); //Check for the content of handle
21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
25 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
28 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
32 var_dump( file_exists($file) ); //Check for the existence of file
40 resource(%d) of type (stream)
44 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfopen_variation19.phpt33 echo "*** testing reading of links ***\n";
38 echo "link of link:";
46 echo "link of link:";
54 echo "link of link:";
91 *** testing reading of links ***
94 link of link:Hello World
98 link of link:Hello World again! again! again!
102 link of link:Goodbye World
H A Dreadfile_variation3.phpt46 line of text
48 line of text
50 line of t
54 line of text
56 line of text
58 line of t
H A Dbug37158.phpt27 var_dump('size of contents 1 = ' . strlen($outsidecontents));
29 var_dump('size of contents 2 = ' . strlen($outsidecontents));
36 string(26) "size of contents 1 = 20000"
37 string(26) "size of contents 2 = 40960"
H A D007_variation13-win32.phpt25 var_dump($file_handle); //Check for the content of handle
26 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
27 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
30 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
33 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
37 var_dump( file_exists($file) ); //Check for the existence of file
45 resource(%d) of type (stream)
49 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-8.3/sapi/cli/tests/
H A D022.phpt43 resource(%d) of type (stream)
44 resource(%d) of type (process)
45 resource(%d) of type (stream)
46 resource(%d) of type (stream)
47 resource(%d) of type (stream)
/PHP-8.3/ext/dom/tests/
H A Dnot_unserializable.phpt26 Unserialization of 'DOMXPath' is not allowed
27 Unserialization of 'DOMDocument' is not allowed, unless unserialization methods are implemented in …
28 Unserialization of 'DOMNode' is not allowed, unless unserialization methods are implemented in a su…
29 Unserialization of 'DOMNameSpaceNode' is not allowed, unless unserialization methods are implemente…
/PHP-8.3/tests/classes/
H A Darray_access_008.phpt58 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.…
61 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.…
64 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.…
/PHP-8.3/ext/xml/tests/
H A Dxml_parser_set_option_errors.phpt62 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, array given…
64 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, stdClass gi…
67 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, array given…
69 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, stdClass gi…
74 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, array given…
76 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, stdClass gi…
78 Warning: Object of class stdClass could not be converted to int in %s on line %d
82 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, array given…
87 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, stdClass gi…
88 Error: Object of class stdClass could not be converted to string
/PHP-8.3/Zend/
H A DLICENSE10 1. Redistributions of source code must retain the above copyright
11 notice, this list of conditions and the following disclaimer.
14 copyright notice, this list of conditions and the following
24 of the license from time to time. Each version will be given a
27 of the license, you may always continue to use it under the
28 terms of that version. You may also choose to use such covered
29 code under the terms of any subsequent version of the license
34 5. Redistributions of any form whatsoever must retain the following
39 6. All advertising materials mentioning features or use of this
/PHP-8.3/ext/snmp/tests/
H A Dsnmp-object-properties-error.phpt79 Cannot assign array to property SNMP::$max_oids of type ?int
81 Cannot assign array to property SNMP::$valueretrieval of type int
82 Cannot assign array to property SNMP::$quick_print of type bool
83 Cannot assign array to property SNMP::$enum_print of type bool
84 Cannot assign array to property SNMP::$oid_output_format of type int
85 Cannot assign array to property SNMP::$oid_increasing_check of type bool
86 Cannot assign array to property SNMP::$exceptions_enabled of type int
/PHP-8.3/ext/standard/tests/strings/
H A Dsetlocale_basic2.phpt15 /* Test the setlocale() when an array is provided as input containing list of locales */
18 // start the buffering of next command to internal output buffer
36 /* Collect existing system locales and prepare a list of locales that can be used as
39 echo "*** Testing setlocale() with an array containing list of locales ***\n";
41 //set of locales to be used
55 //set of currency symbol according to above list of locales
72 // prepare the list of locales based on list of locales found in the system
75 // checking the currency setting of the system(use localconv())
94 // use localeconv() to get the details of currently set locale
113 *** Testing setlocale() with an array containing list of locales ***
H A Dstrtr_variation6.phpt24 // array of values for 'from'
62 // loop through with each element of the $from array to test strtr() function
92 strtr(): Argument #2 ($from) must be of type string, array given
94 strtr(): Argument #2 ($from) must be of type string, array given
96 strtr(): Argument #2 ($from) must be of type string, array given
107 Deprecated: strtr(): Passing null to parameter #2 ($from) of type array|string is deprecated in %s …
111 Deprecated: strtr(): Passing null to parameter #2 ($from) of type array|string is deprecated in %s …
116 strtr(): Argument #2 ($from) must be of type array|string, resource given
/PHP-8.3/
H A DLICENSE10 1. Redistributions of source code must retain the above copyright
11 notice, this list of conditions and the following disclaimer.
14 notice, this list of conditions and the following disclaimer in
25 conjunction with PHP by saying "Foo for PHP" instead of calling
28 5. The PHP Group may publish revised and/or new versions of the
32 of the license, you may always continue to use it under the terms
33 of that version. You may also choose to use such covered code
34 under the terms of any subsequent version of the license
39 6. Redistributions of any form whatsoever must retain the following
59 This software consists of voluntary contributions made by many
[all …]
/PHP-8.3/ext/oci8/
H A DLICENSE10 1. Redistributions of source code must retain the above copyright
11 notice, this list of conditions and the following disclaimer.
14 notice, this list of conditions and the following disclaimer in
25 conjunction with PHP by saying "Foo for PHP" instead of calling
28 5. The PHP Group may publish revised and/or new versions of the
32 of the license, you may always continue to use it under the terms
33 of that version. You may also choose to use such covered code
34 under the terms of any subsequent version of the license
39 6. Redistributions of any form whatsoever must retain the following
59 This software consists of voluntary contributions made by many
[all …]
/PHP-8.3/tests/output/
H A Dob_start_basic_unerasable_002.phpt13 echo "All of the following calls will fail to clean/remove the topmost buffer:\n";
22 [callback:1]All of the following calls will fail to clean/remove the topmost buffer:
24 Notice: ob_clean(): Failed to delete buffer of callback (0) in %s on line 11
27 Notice: ob_end_clean(): Failed to discard buffer of callback (0) in %s on line 12
30 Notice: ob_end_flush(): Failed to send buffer of callback (0) in %s on line 13
/PHP-8.3/ext/date/tests/
H A Dgmdate_variation4.phpt2 Test gmdate() function : usage variation - Passing textual representation of day formats.
11 echo "\n-- Testing gmdate() function with partial textual representation of day --\n";
15 echo "\n-- Testing gmdate() function with full textual representation of day --\n";
27 -- Testing gmdate() function with partial textual representation of day --
31 -- Testing gmdate() function with full textual representation of day --
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dgh9411.phpt38 resource(%d) of type (stream)
39 resource(%d) of type (Unknown)
40 resource(%d) of type (stream)
41 resource(%d) of type (Unknown)
42 resource(%d) of type (stream)
/PHP-8.3/ext/oci8/tests/
H A Dconn_attr_5.phpt61 Value of CLIENT_INFO has been set successfully
62 Value of CLIENT_IDENTIFIER has been set successfully
64 Value of ACTION has been set successfully
66 Value of MODULE has been set successfully
69 The value of CLIENT_INFO is
70 The value of CLIENT_IDENTIFIER is
72 The value of ACTION is
74 The value of MODULE is PHP TEST50

Completed in 27 milliseconds

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