Home
last modified time | relevance | path

Searched refs:of (Results 351 – 375 of 4989) sorted by relevance

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

/PHP-8.3/ext/standard/tests/strings/
H A Dvprintf_variation12.phpt11 * the '$format' and '$args' arguments of the function
16 // defining array of octal formats
24 // Arrays of non octal 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_variation12_64bit.phpt11 * the '$format' and '$args' arguments of the function
16 // defining array of octal formats
24 // Arrays of non octal 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 Djoin_variation1.phpt66 // loop through each element of the array and check the working of join()
108 join(): Argument #1 ($separator) must be of type string, array given
110 join(): Argument #1 ($separator) must be of type string, array given
112 join(): Argument #1 ($separator) must be of type string, array given
114 join(): Argument #1 ($separator) must be of type string, array given
116 join(): Argument #1 ($separator) must be of type string, array given
132 join(): Argument #1 ($separator) must be of type array|string, resource given
H A Dstripos_error.phpt7 echo "\n-- Offset beyond the end of the string --\n";
14 echo "\n-- Offset before the start of the string --\n";
26 -- Offset beyond the end of the string --
29 -- Offset before the start of the string --
/PHP-8.3/ext/standard/tests/file/
H A Dstat_variation3-win32.phpt2 Test stat() functions: usage variations - effects of creating/deleting the dir/file
12 /* test the effects of creating & deleting of subdir/file on the stats of dir/file */
46 // comparing stats after the deletion of subdir and file
47 echo "-- Testing stat() for comparing stats after the deletion of subdir and file --\n";
68 -- Testing stat() for comparing stats after the deletion of subdir and file --
H A D007_variation15.phpt27 var_dump($file_handle); //Check for the content of handle
28 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
29 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
30 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
31 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
34 …ile_handle) ); //File pointer position after read operation, expected at the beginning of the file
45 resource(%d) of type (stream)
51 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation16.phpt18 var_dump($file_handle); //Check for the content of handle
19 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
22 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the…
25 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
36 resource(%d) of type (stream)
H A D007_variation7.phpt18 var_dump($file_handle); //Check for the content of handle
19 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
22 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
25 …ile_handle) ); //File pointer position after read operation, expected at the beginning of the file
36 resource(%d) of type (stream)
42 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation23.phpt18 var_dump($file_handle); //Check for the content of handle
19 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
22 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
25 …ile_handle) ); //File pointer position after read operation, expected at the beginning of the file
36 resource(%d) of type (stream)
42 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation24.phpt18 var_dump($file_handle); //Check for the content of handle
19 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
22 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the…
25 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
36 resource(%d) of type (stream)
/PHP-8.3/ext/posix/tests/
H A Dposix_ttyname_manual_zpp.phpt39 Deprecated: posix_ttyname(): Passing null to parameter #1 ($file_descriptor) of type int is depreca…
54 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, string given…
57 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, array given …
60 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, stdClass giv…
62 Warning: Object of class stdClass could not be converted to int in %s on line %d
65 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, classWithToS…
67 Warning: Object of class classWithToString could not be converted to int in %s on line %d
70 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, GMP given in…
/PHP-8.3/ext/mbstring/tests/
H A Dmb_stripos_empty_needle.phpt23 echo "\n-- ASCII string with out of bound positive offset --\n";
30 echo "\n-- ASCII string with out of bound negative offset --\n";
47 echo "\n-- Multi-byte string with out of bound positive offset --\n";
54 echo "\n-- Multi-byte string with out of bound negative offset --\n";
72 -- ASCII string with out of bound positive offset --
75 -- ASCII string with out of bound negative offset --
87 -- Multi-byte string with out of bound positive offset --
90 -- Multi-byte string with out of bound negative offset --
H A Dmb_strpos_empty_needle.phpt23 echo "\n-- ASCII string with out of bound positive offset --\n";
30 echo "\n-- ASCII string with out of bound negative offset --\n";
46 echo "\n-- Multi-byte string with out of bound positive offset --\n";
53 echo "\n-- Multi-byte string with out of bound negative offset --\n";
71 -- ASCII string with out of bound positive offset --
74 -- ASCII string with out of bound negative offset --
86 -- Multi-byte string with out of bound positive offset --
89 -- Multi-byte string with out of bound negative offset --
H A Dmb_strripos_empty_needle.phpt23 echo "\n-- ASCII string with out of bound positive offset --\n";
30 echo "\n-- ASCII string with out of bound negative offset --\n";
47 echo "\n-- Multi-byte string with out of bound positive offset --\n";
54 echo "\n-- Multi-byte string with out of bound negative offset --\n";
72 -- ASCII string with out of bound positive offset --
75 -- ASCII string with out of bound negative offset --
87 -- Multi-byte string with out of bound positive offset --
90 -- Multi-byte string with out of bound negative offset --
H A Dmb_strrpos_empty_needle.phpt23 echo "\n-- ASCII string with out of bound positive offset --\n";
30 echo "\n-- ASCII string with out of bound negative offset --\n";
47 echo "\n-- Multi-byte string with out of bound positive offset --\n";
54 echo "\n-- Multi-byte string with out of bound negative offset --\n";
72 -- ASCII string with out of bound positive offset --
75 -- ASCII string with out of bound negative offset --
87 -- Multi-byte string with out of bound positive offset --
90 -- Multi-byte string with out of bound negative offset --
H A Dmb_strimwidth.phpt58 // What if we expect an output width of zero?
62 // Or output width of one?
66 // OK, let's count back 3 characters from the end of the string, then allow a width of 5
73 // will have to be added, and will consume a width of 3
91 // With max width of 100, trim marker will not be added
97 // Count 30 characters back from end of string, then limit to width of 5
106 // to 5 less than that, which is a width of 37.
120 // 12 less than that, which is a width of 8.
257 mb_strimwidth(): Argument #3 ($width) is out of range
258 mb_strimwidth(): Argument #2 ($start) is out of range
[all …]
/PHP-8.3/ext/pgsql/tests/
H A D28large_object_import_oid.phpt92 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
94 Deprecated: pg_lo_unlink(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
96 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
98 Deprecated: pg_lo_import(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
102 Deprecated: pg_lo_import(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
106 Deprecated: pg_lo_import(): Automatic fetching of PostgreSQL connection is deprecated in %s on line…
107 OID value must be of type string|int, true given
108 OID value must be of type string|int, array given
109 OID value must be of type string|int, stdClass given
110 OID value must be of type string|int, PgSql\Connection given
/PHP-8.3/
H A DCODING_STANDARDS.md43 holds the length property of each string, and that it shouldn't be
66 use `function_exists()` to test for the existence of a function.
70 that ensures the deallocation of any unfreed memory at the end of a request.
81 1. The return type of "is" or "has" style functions should be `bool`,
118 1. If they are part of a "parent set" of functions, that parent should be
122 A family of `foo` functions, for example:
176 name of the "parent set" (e.g. the name of the extension) if no namespaces
215 1. Functions that are part of the external API should be named
239 that goes into the core of PHP or one of its standard modules, please
267 followed by any number of spaces.
[all …]
/PHP-8.3/sapi/fpm/
H A Dwww.conf.in63 ; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect.
129 ; The number of child processes created on startup.
163 ; pool - the name of the pool;
168 ; listen queue - the number of request in the queue of pending
172 ; listen queue len - the size of the socket queue of pending connections;
213 ; pid - the PID of the process;
273 ; Default Value: value of the listen option
320 ; %M: peak of memory allocated by PHP
334 ; %p: PID of the child that serviced the request
335 ; %P: PID of the parent of the child that serviced the request
[all …]
/PHP-8.3/ext/standard/tests/
H A Dgh10885.phpt20 resource(%d) of type (stream-context) refcount(2)
21 resource(%d) of type (stream-context) refcount(3)
22 resource(%d) of type (stream-context) refcount(2)
/PHP-8.3/ext/odbc/tests/
H A Dodbc_tables_001.phpt30 resource(%d) of type (odbc result)
32 resource(%d) of type (odbc result)
35 resource(%d) of type (odbc result)
38 resource(%d) of type (odbc result)
/PHP-8.3/Zend/tests/generators/
H A Dgh11028_1.phpt29 Keys must be of type int|string during array unpacking
31 Keys must be of type int|string during array unpacking
33 Keys must be of type int|string during array unpacking
35 Keys must be of type int|string during array unpacking
/PHP-8.3/Zend/tests/
H A Dlsb_013.phpt21 Deprecated: Use of "static" in callables is deprecated in %s on line %d
24 Deprecated: Use of "static" in callables is deprecated in %s on line %d
27 Deprecated: Use of "static" in callables is deprecated in %s on line %d
30 Deprecated: Use of "static" in callables is deprecated in %s on line %d
/PHP-8.3/ext/bz2/tests/
H A D003-mb.phpt27 string(251) "ing up from the heart of the desert
29 Rising up from the heat of the desert
31 Rising up from the heart of the desert
33 Rising up from the heat of the desert
H A D003.phpt27 string(251) "ing up from the heart of the desert
29 Rising up from the heat of the desert
31 Rising up from the heart of the desert
33 Rising up from the heat of the desert

Completed in 32 milliseconds

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