Home
last modified time | relevance | path

Searched refs:of (Results 276 – 300 of 4989) sorted by relevance

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

/PHP-8.3/ext/standard/tests/strings/
H A Dstrcspn_variation5.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
29 first line of heredoc string
30 second line of heredoc string
31 third line of heredocstring
66 // loop through each element of the array for str argument
86 -- Iteration with str value as "first line of heredoc string
87 second line of heredoc string
88 third line of heredocstring" --
H A Dsetlocale_variation2.phpt26 // start the buffering of next command to internal output buffer
65 echo "No of locales found on the machine = ".count($all_system_locales)."\n";
66 echo "No of setlocale() success = ".$success_count."\n";
67 echo "Expected no of failures = 0\n";
69 // check if there were any failure of setlocale() function earlier, if any
70 // failure then dump the list of failing locales
73 echo "Names of locale() for which setlocale() failed ...\n";
85 No of locales found on the machine = %d
86 No of setlocale() success = %d
87 Expected no of failures = 0
H A Djoin_error.phpt7 // Less than expected number of arguments
8 echo "\n-- Testing join() with less than expected no. of arguments --\n";
22 -- Testing join() with less than expected no. of arguments --
23 join(): Argument #1 ($array) must be of type array, string given
/PHP-8.3/ext/zlib/tests/
H A Ddata.inc5 The Slings and Arrows of outrageous Fortune
6 Or to take arms against a sea of troubles,
16 That makes calamity of so long life,
20 The insolence of office, and the spurns
21 That patient merit of th'unworthy takes,
25 But that the dread of something after death,
29 Than fly to others that we know not of?
31 And thus the native hue of resolution
33 And enterprises of great pitch and moment
35 And lose the name of action.
[all …]
/PHP-8.3/ext/standard/tests/file/
H A D007_variation14.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…
24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
25 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
31 var_dump( file_exists($file) ); //Check for the existence of file
39 resource(%d) of type (stream)
43 line of text
H A D007_variation6.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…
24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
25 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
31 var_dump( file_exists($file) ); //Check for the existence of file
39 resource(%d) of type (stream)
43 line of text
H A D007_variation22.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…
24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
25 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
31 var_dump( file_exists($file) ); //Check for the existence of file
39 resource(%d) of type (stream)
43 line of text
H A Dstream_supports_lock.phpt38 resource(%d) of type (stream)
40 resource(%d) of type (stream)
42 resource(%d) of type (stream)
44 resource(%d) of type (stream)
46 resource(%d) of type (stream-context)
/PHP-8.3/ext/oci8/tests/
H A Dedition_1.phpt27 die("skip test expected to work only with Oracle 11gR2 or greater version of client");
72 // Check the current edition of the DB and the contents of view_ed.
76 // Create a different version of view_ed in MYEDITION1.
83 // Check the current edition of the DB and the contents of view_ed.
88 echo "version of view_ed in MYEDITION\n";
100 The value of edition has been successfully set
101 The value of current EDITION is MYEDITION
118 The value of edition has been successfully set
119 The value of current EDITION is MYEDITION1
140 version of view_ed in MYEDITION
[all …]
H A Ddrcp_connect1.phpt20 // Open a number of connections with oci_connect and oci_pconnect and verify
22 // To verify this, we change the value of a PL/SQL package variable in one
78 resource(%d) of type (oci8 connection)
81 The value of the package variable is 0
85 resource(%d) of type (oci8 connection)
87 The value of the package variable is 0
90 resource(%d) of type (oci8 connection)
92 The value of the package variable is 100
95 resource(%d) of type (oci8 persistent connection)
99 resource(%d) of type (oci8 persistent connection)
[all …]
/PHP-8.3/ext/opcache/tests/jit/
H A Dcmp_005.phpt39 $d = -4095; // negation of 0xfff
40 $e = -4096; // negation of 0x1000
41 $f = -16773120; // negation of 0xfff000
42 $g = -1044481; // negation of 0xff001
43 $h = -16777216; // negation of 0x1000000
44 $i = -64729929336; // negation of 0xf12345678
H A Dassign_dim_op_001.phpt75 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
79 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
81 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
82 Cannot access offset of type array on array
84 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
97 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
106 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
107 Cannot access offset of type array on array
/PHP-8.3/ext/standard/tests/array/
H A Dcount_invalid.phpt50 count(): Argument #1 ($value) must be of type Countable|array, null given
51 count(): Argument #1 ($value) must be of type Countable|array, string given
52 count(): Argument #1 ($value) must be of type Countable|array, int given
53 count(): Argument #1 ($value) must be of type Countable|array, true given
54 count(): Argument #1 ($value) must be of type Countable|array, false given
55 count(): Argument #1 ($value) must be of type Countable|array, stdClass given
H A Darray_merge_variation10.phpt2 Test array_merge() function : usage variations - position of internal array pointer
6 * Check the position of the internal array pointer after calling array_merge().
19 echo "\n-- Position of Internal Pointer in Result: --\n";
22 echo "\n-- Position of Internal Pointer in Original Array: --\n";
57 -- Position of Internal Pointer in Result: --
60 -- Position of Internal Pointer in Original Array: --
H A Darray_values_variation4.phpt16 echo "\n-- Array values of a two-dimensional array --\n";
19 echo "\n-- Array values of a sub-array --\n";
24 echo "\n-- Array values of an infinitely recursive array --\n";
32 -- Array values of a two-dimensional array --
49 -- Array values of a sub-array --
59 -- Array values of an infinitely recursive array --
/PHP-8.3/ext/gd/tests/
H A Dbug67248.phpt2 Bug #67248 (imageaffinematrixget missing check of parameters)
20 !! [TypeError] imageaffinematrixget(): Argument #1 ($type) must be of type array when using transla…
21 !! [TypeError] imageaffinematrixget(): Argument #1 ($type) must be of type array when using transla…
23 Warning: Object of class stdClass could not be converted to float in %s on line %d
39 Warning: Object of class stdClass could not be converted to float in %s on line %d
55 Warning: Object of class stdClass could not be converted to float in %s on line %d
/PHP-8.3/ext/standard/tests/math/
H A Ddecbin_variation1_64bit.phpt36 // loop through each element of $inputs to check the behaviour of decbin()
64 decbin(): Argument #1 ($num) must be of type int, float given
67 decbin(): Argument #1 ($num) must be of type int, float given
85 decbin(): Argument #1 ($num) must be of type int, string given
88 decbin(): Argument #1 ($num) must be of type int, string given
H A Ddechex_variation1_64bit.phpt36 // loop through each element of $inputs to check the behaviour of dechex()
64 dechex(): Argument #1 ($num) must be of type int, float given
67 dechex(): Argument #1 ($num) must be of type int, float given
85 dechex(): Argument #1 ($num) must be of type int, string given
88 dechex(): Argument #1 ($num) must be of type int, string given
H A Ddecoct_variation1_64bit.phpt36 // loop through each element of $inputs to check the behaviour of decoct()
64 decoct(): Argument #1 ($num) must be of type int, float given
67 decoct(): Argument #1 ($num) must be of type int, float given
85 decoct(): Argument #1 ($num) must be of type int, string given
88 decoct(): Argument #1 ($num) must be of type int, string given
/PHP-8.3/ext/standard/tests/password/
H A Dpassword_hash_error.phpt2 Test error operation of password_hash()
40 password_hash(): Argument #2 ($algo) must be of type string|int|null, array given
41 password_hash(): Argument #3 ($options) must be of type array, stdClass given
42 password_hash(): Argument #3 ($options) must be of type array, string given
43 password_hash(): Argument #1 ($password) must be of type string, array given
/PHP-8.3/ext/date/tests/
H A Dbug79580.phpt20 Testing for 31 2020: A 'day of year' can only come after a year has been found
21 Testing for 60 2020: A 'day of year' can only come after a year has been found
22 Testing for 91 2020: A 'day of year' can only come after a year has been found
23 Testing for 121 2020: A 'day of year' can only come after a year has been found
24 Testing for 130 2020: A 'day of year' can only come after a year has been found
/PHP-8.3/ext/standard/tests/filters/
H A Dbasic.phpt31 resource(%d) of type (stream filter)
34 resource(%d) of type (stream filter)
37 resource(%d) of type (stream filter)
40 resource(%d) of type (stream filter)
42 resource(%d) of type (stream filter)
/PHP-8.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp874_0.phpt51 getting basename of %s�������跴�ͺ1.txt
58 getting basename of %s�������跴�ͺ2.txt
65 getting basename of %s�������跴�ͺ3.txt
72 getting basename of %s�������跴�ͺ4.txt
79 getting basename of %s�������跴�ͺ5.txt
86 getting basename of %s�������跴�ͺ6.txt
93 getting basename of %s�������跴�ͺ7.txt
100 getting basename of %s�������跴�ͺ8.txt
107 getting basename of %s�������跴�ͺ8 10.txt
H A Dtest_cp874_to_utf8_0.phpt48 getting basename of %sเป็นแฟ้มที่ทดสอบ1.txt
55 getting basename of %sเป็นแฟ้มที่ทดสอบ2.txt
62 getting basename of %sเป็นแฟ้มที่ทดสอบ3.txt
69 getting basename of %sเป็นแฟ้มที่ทดสอบ4.txt
76 getting basename of %sเป็นแฟ้มที่ทดสอบ5.txt
83 getting basename of %sเป็นแฟ้มที่ทดสอบ6.txt
90 getting basename of %sเป็นแฟ้มที่ทดสอบ7.txt
97 getting basename of %sเป็นแฟ้มที่ทดสอบ8.txt
104 getting basename of %sเป็นแฟ้มที่ทดสอบ8 10.txt
/PHP-8.3/ext/curl/tests/
H A Dbug72202.phpt22 resource(%d) of type (stream)
23 resource(%d) of type (stream)
24 resource(%d) of type (Unknown)
25 resource(%d) of type (Unknown)

Completed in 43 milliseconds

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