Home
last modified time | relevance | path

Searched refs:of (Results 226 – 250 of 4975) sorted by relevance

12345678910>>...199

/PHP-8.3/ext/mbstring/tests/
H A Dgh10192_utf7.phpt43 'valid base64 character consisting only of + between + and end of string' => 'A +++++++++',
44 'invalid base64 character consisting only of + between + and end of string' => 'A +++++++++',
46 …'first 16 bits of base64 character using surrogate pair between + and -' => 'A +2Gc- B', // first …
52 … 'first 16 bits of base64 character using surrogate pair between + and end of string' => 'A +2Gc',
60 …'last 16 bits of base64 character using surrogate pair in reverse order between + and end of strin…
310 valid base64 character between + and end of string
319 invalid base64 character between + and end of string
382 valid base64 character consisting only of + between + and end of string
391 invalid base64 character consisting only of + between + and end of string
463 first 16 bits of base64 character using surrogate pair between + and end of string
[all …]
H A Dmb_str_functions_opt-parameter.phpt20 Deprecated: mb_strpos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s on …
23 Deprecated: mb_strrpos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s on…
26 Deprecated: mb_stripos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s on…
29 Deprecated: mb_strripos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s o…
32 Deprecated: mb_strstr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated i…
35 Deprecated: mb_strrchr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated …
38 Deprecated: mb_stristr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated …
41 Deprecated: mb_strrichr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated…
46 Deprecated: mb_strimwidth(): Passing null to parameter #4 ($trim_marker) of type string is deprecat…
/PHP-8.3/ext/bz2/tests/
H A D003.txt.bz2
H A D003私はガラスを食べられます.txt.bz2
/PHP-8.3/ext/odbc/tests/
H A Dodbc_columnprivileges_001.phpt25 resource(%d) of type (odbc result)
28 Deprecated: odbc_columnprivileges(): Passing null to parameter #3 ($schema) of type string is depre…
30 Deprecated: odbc_columnprivileges(): Passing null to parameter #4 ($table) of type string is deprec…
32 Deprecated: odbc_columnprivileges(): Passing null to parameter #5 ($column) of type string is depre…
33 resource(%d) of type (odbc result)
35 resource(%d) of type (odbc result)
/PHP-8.3/ext/reflection/tests/
H A DReflectionObject_getConstant_basic.phpt20 echo "Reflecting on instance of class $class: \n";
27 Reflecting on instance of class C:
30 Reflecting on instance of class D:
33 Reflecting on instance of class E:
36 Reflecting on instance of class F:
39 Reflecting on instance of class X:
/PHP-8.3/ext/standard/tests/file/
H A Dfread_variation4.phpt9 Description : Read data from file of size $read_size and verifies that $expected_size no. of
12 $read_size : No. of bytes to be read.
21 // read the data of size $read_size
25 // check if data read is of expected size
29 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
48 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
91 } // end of inner foreach loop
92 }// end of outer foreach loop
99 -- Testing fread() with file having content of type numeric --
254 -- Testing fread() with file having content of type text --
[all …]
H A D007_variation11-win32-mb.phpt26 var_dump($file_handle); //Check for the content of handle
27 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
30 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
33 …ile_handle) ); //File pointer position after read operation, expected at the beginning of the file
37 …lesize($file) ); //Check for size of existing data file before opening the file in "wt" mode agai…
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wt"…
45 var_dump( file_exists($file) ); //Check for the existence of file
55 resource(%d) of type (stream)
[all …]
H A D007_variation11-win32.phpt26 var_dump($file_handle); //Check for the content of handle
27 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
30 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
33 …ile_handle) ); //File pointer position after read operation, expected at the beginning of the file
37 …lesize($file) ); //Check for size of existing data file before opening the file in "wt" mode agai…
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wt"…
45 var_dump( file_exists($file) ); //Check for the existence of file
53 resource(%d) of type (stream)
[all …]
H A D007_variation11.phpt26 var_dump($file_handle); //Check for the content of handle
27 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
30 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
33 …ile_handle) ); //File pointer position after read operation, expected at the beginning of the file
37 …lesize($file) ); //Check for size of existing data file before opening the file in "wt" mode agai…
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wt"…
45 var_dump( file_exists($file) ); //Check for the existence of file
53 resource(%d) of type (stream)
[all …]
H A D007_variation12-win32.phpt26 var_dump($file_handle); //Check for the content of handle
27 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
30 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
32 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
33 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
37 …esize($file) ); //Check for size of existing data file before opening the file in "w+t" mode agai…
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+t…
45 var_dump( file_exists($file) ); //Check for the existence of file
[all …]
H A D007_variation12.phpt26 var_dump($file_handle); //Check for the content of handle
27 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
30 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
32 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
33 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
37 …esize($file) ); //Check for size of existing data file before opening the file in "w+t" mode agai…
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+t…
45 var_dump( file_exists($file) ); //Check for the existence of file
[all …]
H A D007_variation19.phpt21 var_dump($file_handle); //Check for the content of handle
22 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
25 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
28 …ile_handle) ); //File pointer position after read operation, expected at the beginning of the file
32 …lesize($file) ); //Check for size of existing data file before opening the file in "wb" mode agai…
35 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wb"…
40 var_dump( file_exists($file) ); //Check for the existence of file
48 resource(%d) of type (stream)
[all …]
H A D007_variation20.phpt21 var_dump($file_handle); //Check for the content of handle
22 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
25 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
27 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
28 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
32 …esize($file) ); //Check for size of existing data file before opening the file in "w+b" mode agai…
35 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+b…
40 var_dump( file_exists($file) ); //Check for the existence of file
[all …]
H A D007_variation3.phpt21 var_dump($file_handle); //Check for the content of handle
22 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
25 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
28 …ile_handle) ); //File pointer position after read operation, expected at the beginning of the file
32 …lesize($file) ); //Check for size of existing data file before opening the file in "w" mode again…
35 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w" …
40 var_dump( file_exists($file) ); //Check for the existence of file
48 resource(%d) of type (stream)
[all …]
H A Dfread_variation2.phpt5 /* Try reading some or all content of the file opened in write only mode */
11 Description : Read data from file of size $read_size and verifies that $expected_size no. of
14 $read_size : No. of bytes to be read.
23 // read the data of size $read_size
27 // check if data read is of expected size
93 } // end of inner foreach loop
94 }// end of outer foreach loop
101 -- Testing fread() with file having content of type numeric --
274 -- Testing fread() with file having content of type text --
447 -- Testing fread() with file having content of type text_with_new_line --
[all …]
/PHP-8.3/ext/standard/tests/dir/
H A Dreaddir_variation5.phpt14 * to test behaviour of readdir()
73 resource(%d) of type (stream)
79 resource(%d) of type (stream)
85 resource(%d) of type (stream)
91 resource(%d) of type (stream)
97 resource(%d) of type (stream)
103 resource(%d) of type (stream)
109 resource(%d) of type (stream)
115 resource(%d) of type (stream)
121 resource(%d) of type (stream)
[all …]
H A Dopendir_variation7.phpt41 // Open directory with different permission values, read and close, expected: none of them to succe…
76 resource(%d) of type (stream)
80 resource(%d) of type (stream)
84 resource(%d) of type (stream)
88 resource(%d) of type (stream)
92 resource(%d) of type (stream)
96 resource(%d) of type (stream)
100 resource(%d) of type (stream)
104 resource(%d) of type (stream)
108 resource(%d) of type (stream)
[all …]
/PHP-8.3/ext/spl/tests/
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt29 Error at offset %d of %d bytes
30 Error at offset %d of %d bytes
31 Error at offset %d of %d bytes
32 Error at offset %d of %d bytes
33 Error at offset %d of %d bytes
/PHP-8.3/Zend/asm/
H A Dmake_arm_aapcs_macho_gas.S51 @ third arg of make_fcontext() == address of context-function
54 @ compute address of returned transfer_t
59 @ compute abs address of label finish
61 @ save address of finish as return-address for context-function
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_046.phpt26 Cannot assign string to property Foo::$bbb of type int
27 Cannot assign string to property Foo::$bbb of type int
28 Cannot assign string to property Foo::$bbb of type int
29 Cannot assign string to property Foo::$bbb of type int
30 Cannot assign string to property Foo::$bbb of type int
/PHP-8.3/ext/standard/tests/array/
H A Darray_splice_variation1.phpt17 echo "Test behaviour of input arrays containing references \n";
28 echo "Test behaviour of replacement array containing references \n";
37 echo "Test behaviour of replacement which is part of reference set \n";
65 Test behaviour of input arrays containing references
90 Test behaviour of replacement array containing references
101 Test behaviour of replacement which is part of reference set
/PHP-8.3/ext/date/tests/
H A DDateTimeZone_uninitialised_exceptions.phpt48 DateObjectError: Object of type MyDateTimeZone (inheriting DateTimeZone) has not been correctly ini…
49 DateObjectError: Object of type MyDateTimeZone (inheriting DateTimeZone) has not been correctly ini…
50 DateObjectError: Object of type MyDateTimeZone (inheriting DateTimeZone) has not been correctly ini…
51 DateObjectError: Object of type MyDateTimeZone (inheriting DateTimeZone) has not been correctly ini…
52 DateObjectError: Object of type MyDateTimeZone (inheriting DateTimeZone) has not been correctly ini…
53 DateObjectError: Object of type MyDateTime (inheriting DateTime) has not been correctly initialized…
54 DateObjectError: Object of type MyDateTime (inheriting DateTime) has not been correctly initialized…
55 DateObjectError: Object of type MyDateTimeZone (inheriting DateTimeZone) has not been correctly ini…
56 DateObjectError: Object of type MyDateTimeZone (inheriting DateTimeZone) has not been correctly ini…
57 DateObjectError: Object of type MyDateTimeZone (inheriting DateTimeZone) has not been correctly ini…
[all …]
/PHP-8.3/ext/standard/tests/streams/
H A Dbug53427.phpt19 resource(%d) of type (stream)
21 resource(%d) of type (stream)
25 resource(%d) of type (stream)
27 resource(%d) of type (stream)
/PHP-8.3/ext/standard/libavifinfo/
H A DPATENTS5 1.1. Patent License. Subject to the terms and conditions of this License, each
6 Licensor, on behalf of itself and successors in interest and assigns,
14 1.2.1. Availability. As a condition to the grant of rights to Licensee to make,
21 root directory of the source code with its Implementation.
39 terminated as of the date of the initiation of action unless 1) that suit
49 (express, implied, or otherwise), including implied warranties of
63 2.2. Control. "Control" means direct or indirect control of more than 50% of
65 entity, the power to direct management of such entity.
68 non-optional portions of the Specification.
73 2.5. Final Deliverable. "Final Deliverable" means the final version of a
[all …]

Completed in 188 milliseconds

12345678910>>...199