Home
last modified time | relevance | path

Searched refs:and (Results 1 – 25 of 2709) sorted by relevance

12345678910>>...109

/PHP-8.3/ext/oci8/tests/
H A Ddbmsoutput.phpt145 string(52) "0 test 2 Hello, world! Lots and lots and ... of text"
147 string(52) "1 test 2 Hello, world! Lots and lots and ... of text"
149 string(52) "2 test 2 Hello, world! Lots and lots and ... of text"
151 string(52) "3 test 2 Hello, world! Lots and lots and ... of text"
153 string(52) "4 test 2 Hello, world! Lots and lots and ... of text"
155 string(52) "5 test 2 Hello, world! Lots and lots and ... of text"
157 string(52) "6 test 2 Hello, world! Lots and lots and ... of text"
159 string(52) "7 test 2 Hello, world! Lots and lots and ... of text"
161 string(52) "8 test 2 Hello, world! Lots and lots and ... of text"
163 string(52) "9 test 2 Hello, world! Lots and lots and ... of text"
[all …]
H A Ddrcp_characterset.phpt2 DRCP: oci_pconnect() and oci_connect() with different character sets
14 // Create connections with oci_connect and oci_pconnect with UTF8 as Charset
34 // The two connections c1 and c2 should not share resources as they use different
38 echo "First and third connections share a resource: NOT OK\n";
40 echo "First and third connections are different: OK\n";
42 // The two connections p1 and p2 should not share resources as they use different
46 echo "Second and fourth connections share a resource: NOT OK\n";
48 echo "Second and fourth connections are different: OK\n";
63 First and third connections are different: OK
64 Second and fourth connections are different: OK
/PHP-8.3/ext/standard/tests/strings/
H A Dstrcmp.phpt19 and comparing the elements with one and other */
131 - strcmp of 'a' and 'a' is => int(0)
133 - strcmp of 'a' and 'a' is => int(0)
141 - strcmp of 'A' and 'A' is => int(0)
143 - strcmp of 'A' and 'A' is => int(0)
149 - strcmp of 'a' and 'a' is => int(0)
151 - strcmp of 'a' and 'a' is => int(0)
381 - strcmp of '' and '' is => int(0)
383 - strcmp of '' and '' is => int(0)
403 - strcmp of '' and '' is => int(0)
[all …]
H A Dstrcasecmp.phpt9 echo "#### Basic and Possible operations ####";
19 and comparing the elements with one and other */
117 #### Basic and Possible operations ####
129 - strcasecmp of 'a' and 'a' is => int(0)
130 - strcasecmp of 'a' and 'A' is => int(0)
136 - strcasecmp of 'A' and 'a' is => int(0)
137 - strcasecmp of 'A' and 'A' is => int(0)
357 - strcasecmp of '' and '' is => int(0)
360 - strcasecmp of '' and '' is => int(0)
393 - strcasecmp of '' and '' is => int(0)
[all …]
/PHP-8.3/ext/gd/tests/
H A Dimagecolorallocate_variation6.phpt49 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
50 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
51 !! [ValueError] imagecolorallocate(): Argument #3 ($green) must be between 0 and 255 (inclusive)
52 !! [ValueError] imagecolorallocate(): Argument #3 ($green) must be between 0 and 255 (inclusive)
53 !! [ValueError] imagecolorallocate(): Argument #4 ($blue) must be between 0 and 255 (inclusive)
54 !! [ValueError] imagecolorallocate(): Argument #4 ($blue) must be between 0 and 255 (inclusive)
57 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
58 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
61 !! [ValueError] imagecolorallocate(): Argument #4 ($blue) must be between 0 and 255 (inclusive)
65 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
[all …]
/PHP-8.3/ext/standard/tests/array/
H A Darray_diff_variation5.phpt3 and string array values
7 * Test how array_diff compares integers, floats and strings
17 print "-- Compare integers and floats: --\n";
26 print "-- Compare integers and strings containing floats: --\n";
30 print "-- Compare floats and strings containing integers: --\n";
35 print "-- Compare floats and strings containing floats: --\n";
47 -- Compare integers and floats: --
52 -- Compare integers and strings containing an integers: --
57 -- Compare integers and strings containing floats: --
74 -- Compare floats and strings containing integers: --
[all …]
H A Darray_filter_variation4.phpt7 * with parameters and return
8 * without parameter and with return
9 * with parameter and without return
10 * without parameter and without return
25 // callback function with parameter and without return value
38 // callback function with parameter and with return value
48 echo "-- Callback function with parameter and return --\n";
55 -- Callback function without parameter and with return --
74 -- Callback function with parameter and without return --
77 -- Callback function without parameter and return --
[all …]
H A Darray_diff_assoc_variation5.phpt2 Test array_diff_assoc() function : usage variations - compare integers, floats and strings
6 * Test how array_diff_assoc compares integers, floats and string
15 echo "-- Result of comparing integers and floating point numbers: --\n";
19 echo "-- Result of comparing integers and strings containing an integers : --\n";
23 echo "-- Result of comparing integers and strings containing floating points : --\n";
27 echo "-- Result of comparing floating points and strings containing integers : --\n";
46 -- Result of comparing integers and floating point numbers: --
55 -- Result of comparing integers and strings containing an integers : --
64 -- Result of comparing integers and strings containing floating points : --
85 -- Result of comparing floating points and strings containing integers : --
[all …]
H A Darray_intersect_uassoc_variation5.phpt2 Test array_intersect_uassoc() function : usage variation - Intersection of integers with floats and
21 echo "\n-- Result of integers and floating point intersection --\n";
24 echo "\n-- Result of integers and strings containing integers intersection --\n";
27 echo "\n-- Result of integers and strings containing floating points intersection --\n";
33 -- Result of integers and floating point intersection --
41 -- Result of integers and strings containing integers intersection --
49 -- Result of integers and strings containing floating points intersection --
H A Darray_flip_variation4.phpt60 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
62 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
64 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
66 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
68 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
70 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
72 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
74 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
76 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
78 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
[all …]
H A Darray_intersect_ukey_variation5.phpt2 Test array_intersect_ukey() function : usage variation - Intersection of integers with floats and s…
22 echo "\n-- Result of integers and floating point intersection --\n";
25 echo "\n-- Result of integers and strings containing integers intersection --\n";
28 echo "\n-- Result of integers and strings containing floating points intersection --\n";
34 -- Result of integers and floating point intersection --
42 -- Result of integers and strings containing integers intersection --
50 -- Result of integers and strings containing floating points intersection --
/PHP-8.3/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation4.phpt5 /* Variation 4 : Create file and a hard link to the file
8 Check size of file and hard link
13 // Creating file and inserting data into it
28 echo "\n-- Check size of hard link and file --\n";
30 echo "\nSize of file and hard link are same\n";
82 -- Check size of hard link and file --
84 Size of file and hard link are same
89 -- Check size of hard link and file --
91 Size of file and hard link are same
96 -- Check size of hard link and file --
[all …]
H A Dfilesize_variation2-win32.phpt15 echo "\n*** Testing size of a dir, sub-dir and file with filesize() ***\n";
16 echo "-- Creating a base dir, and checking its size --\n";
21 echo "-- Creating a file inside base dir, and checking dir & file size --\n";
29 echo "-- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --\n";
36 echo "-- Creating a file inside sub-dir, and checking size of base, subdir and file created --\n";
37 // create only the file, as base and subdir is already created
64 *** Testing size of a dir, sub-dir and file with filesize() ***
65 -- Creating a base dir, and checking its size --
67 -- Creating a file inside base dir, and checking dir & file size --
70 -- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --
[all …]
H A Dfilesize_variation2.phpt15 echo "\n*** Testing size of a dir, sub-dir and file with filesize() ***\n";
16 echo "-- Creating a base dir, and checking its size --\n";
21 echo "-- Creating a file inside base dir, and checking dir & file size --\n";
29 echo "-- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --\n";
36 echo "-- Creating a file inside sub-dir, and checking size of base, subdir and file created --\n";
37 // create only the file, as base and subdir is already created
64 *** Testing size of a dir, sub-dir and file with filesize() ***
65 -- Creating a base dir, and checking its size --
67 -- Creating a file inside base dir, and checking dir & file size --
70 -- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --
[all …]
H A Dfilesize_variation4-win32.phpt18 echo "-- opening the file in 'w' mode and get the size --\n";
26 echo "-- opening the file in 'wt' mode and get the size --\n";
34 echo "-- opening the file in 'a' mode, adding data and checking the file --\n";
48 echo "-- creating a hole and checking the size --\n";
55 echo "-- writing data after hole and checking the size --\n";
84 -- opening the file in 'w' mode and get the size --
87 -- opening the file in 'wt' mode and get the size --
90 -- opening the file in 'a' mode, adding data and checking the file --
92 -- opening the file in 'at' mode, adding data and checking the file --
94 -- creating a hole and checking the size --
[all …]
H A Dfilesize_variation4.phpt19 rs, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on........\0";
20 echo "-- opening the file in 'w' mode and get the size --\n";
28 echo "-- opening the file in 'wt' mode and get the size --\n";
50 echo "-- creating a hole and checking the size --\n";
57 echo "-- writing data after hole and checking the size --\n";
86 -- opening the file in 'w' mode and get the size --
89 -- opening the file in 'wt' mode and get the size --
92 -- opening the file in 'a' mode, adding data and checking the file --
94 -- opening the file in 'at' mode, adding data and checking the file --
96 -- creating a hole and checking the size --
[all …]
/PHP-8.3/ext/mbstring/tests/
H A Dgh10192_utf7.phpt15 'base64 character before and after +' => 'A 1+1 B',
16 'base64 character before and after -' => 'A 1-1 B',
19 '+ and -' => 'A +- B',
20 '- and +' => 'A -+ B',
130 base64 character before and after +
139 base64 character before and after -
166 + and -
175 - and +
256 valid base64 character between + and -
265 invalid base64 character between + and -
[all …]
H A Dgh10192_utf7imap.phpt15 'base64 character before and after &' => 'A 1&1 B',
16 'base64 character before and after -' => 'A 1-1 B',
19 '& and -' => 'A &- B',
20 '- and &' => 'A -& B',
119 base64 character before and after &
128 base64 character before and after -
155 & and -
164 - and &
209 valid base64 character between & and -
218 invalid base64 character between & and -
[all …]
/PHP-8.3/ext/gmp/tests/
H A Dbug50283.phpt2 Feature Request #50283 (allow base in gmp_strval to use full range: 2 to 62, and -2 to -36)
32 printf("Base 32 and 62-based: %s\n", gmp_strval(gmp_init("gh82179fbf5", 32), 62));
37 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
38 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
39 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
42 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
43 Base 32 and 62-based: 1NHkAcdIiD
H A Dgmp_strval.phpt69 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
72 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
73 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
76 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
77 gmp_strval(): Argument #2 ($base) must be between 2 and 62, or -2 and -36
/PHP-8.3/ext/bcmath/tests/
H A Dnegative_scale.phpt61 bcadd(): Argument #3 ($scale) must be between 0 and 2147483647
62 bcsub(): Argument #3 ($scale) must be between 0 and 2147483647
63 bcmul(): Argument #3 ($scale) must be between 0 and 2147483647
64 bcdiv(): Argument #3 ($scale) must be between 0 and 2147483647
65 bcmod(): Argument #3 ($scale) must be between 0 and 2147483647
66 bcpowmod(): Argument #4 ($scale) must be between 0 and 2147483647
67 bcpow(): Argument #3 ($scale) must be between 0 and 2147483647
68 bcsqrt(): Argument #2 ($scale) must be between 0 and 2147483647
69 bccomp(): Argument #3 ($scale) must be between 0 and 2147483647
70 bcscale(): Argument #1 ($scale) must be between 0 and 2147483647
/PHP-8.3/ext/standard/tests/misc/
H A Dgh14774.phpt18 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d
19 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d
20 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d
21 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d
22 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d
23 time_sleep_until(): Argument #1 ($timestamp) must be between 0 and %d
/PHP-8.3/Zend/tests/
H A Dheredoc_007.phpt2 braced and unbraced complex variable replacement test (heredoc)
9 This is heredoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
14 This is heredoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
22 This is heredoc test #s 1, 2, 3, and 4.
23 This is heredoc test #s 1, 2, 3, and 4.
/PHP-8.3/tests/classes/
H A Dproperty_recreate_private.phpt2 Unsetting and recreating private properties.
22 echo "Unset and recreate a superclass's private property:\n";
28 echo "\nUnset superclass's private property, and recreate it as public in subclass:\n";
34 echo "\nUnset superclass's private property, and recreate it as public at global scope:\n";
41 echo "\n\nUnset and recreate a private property:\n";
47 echo "\nUnset a private property, and attempt to recreate at global scope (expecting failure):\n";
55 Unset and recreate a superclass's private property:
61 Unset superclass's private property, and recreate it as public in subclass:
67 Unset superclass's private property, and recreate it as public at global scope:
74 Unset and recreate a private property:
[all …]
/PHP-8.3/Zend/tests/arg_unpack/
H A Dinvalid_type.phpt2 Only arrays and Traversables can be unpacked
39 Only arrays and Traversables can be unpacked
40 Only arrays and Traversables can be unpacked
41 Only arrays and Traversables can be unpacked
42 Only arrays and Traversables can be unpacked
43 Only arrays and Traversables can be unpacked

Completed in 39 milliseconds

12345678910>>...109