Home
last modified time | relevance | path

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

12345678910>>...93

/PHP-8.0/ext/oci8/tests/
H A Ddbmsoutput.phpt142 string(52) "0 test 2 Hello, world! Lots and lots and ... of text"
144 string(52) "1 test 2 Hello, world! Lots and lots and ... of text"
146 string(52) "2 test 2 Hello, world! Lots and lots and ... of text"
148 string(52) "3 test 2 Hello, world! Lots and lots and ... of text"
150 string(52) "4 test 2 Hello, world! Lots and lots and ... of text"
152 string(52) "5 test 2 Hello, world! Lots and lots and ... of text"
154 string(52) "6 test 2 Hello, world! Lots and lots and ... of text"
156 string(52) "7 test 2 Hello, world! Lots and lots and ... of text"
158 string(52) "8 test 2 Hello, world! Lots and lots and ... of text"
160 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
10 // Create connections with oci_connect and oci_pconnect with UTF8 as Charset
30 // The two connections c1 and c2 should not share resources as they use different
34 echo "First and third connections share a resource: NOT OK\n";
36 echo "First and third connections are different: OK\n";
38 // The two connections p1 and p2 should not share resources as they use different
42 echo "Second and fourth connections share a resource: NOT OK\n";
44 echo "Second and fourth connections are different: OK\n";
59 First and third connections are different: OK
60 Second and fourth connections are different: OK
/PHP-8.0/ext/standard/tests/strings/
H A Dstrcasecmp.phpt9 echo "#### Basic and Possible operations ####";
19 and comparing the elements with one and other */
135 - strcasecmp of 'a' and '�' is => int(%d)
142 - strcasecmp of 'A' and '�' is => int(%d)
149 - strcasecmp of '�' and '�' is => int(%d)
156 - strcasecmp of '�' and '�' is => int(%d)
159 - strcasecmp of '�' and 'a' is => int(-%d)
160 - strcasecmp of '�' and 'A' is => int(-%d)
161 - strcasecmp of '�' and '�' is => int(-%d)
162 - strcasecmp of '�' and '�' is => int(-%d)
[all …]
H A Dstrcmp.phpt19 and comparing the elements with one and other */
139 - strcmp of 'a' and '�' is => int(%d)
148 - strcmp of 'A' and '�' is => int(%d)
157 - strcmp of 'a' and '�' is => int(%d)
166 - strcmp of 'A' and '�' is => int(%d)
175 - strcmp of '�' and '�' is => int(%d)
184 - strcmp of '�' and '�' is => int(%d)
187 - strcmp of '�' and 'a' is => int(-%d)
188 - strcmp of '�' and 'A' is => int(-%d)
189 - strcmp of '�' and 'a' is => int(-%d)
[all …]
/PHP-8.0/ext/standard/tests/array/
H A Drange_variation.phpt30 *** Testing range() with various low and high values ***
71 -- creating an array with low = 'ABCD' and high = '' --
375 -- creating an array with low = '' and high = '' --
381 -- creating an array with low = '' and high = '' --
387 -- creating an array with low = '' and high = '' --
441 -- creating an array with low = '' and high = '' --
447 -- creating an array with low = '' and high = '' --
453 -- creating an array with low = '' and high = '' --
507 -- creating an array with low = '' and high = '' --
513 -- creating an array with low = '' and high = '' --
[all …]
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_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 --
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 …]
/PHP-8.0/ext/gd/tests/
H A Dimagecolorallocate_variation6.phpt50 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
51 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
52 !! [ValueError] imagecolorallocate(): Argument #3 ($green) must be between 0 and 255 (inclusive)
53 !! [ValueError] imagecolorallocate(): Argument #3 ($green) must be between 0 and 255 (inclusive)
54 !! [ValueError] imagecolorallocate(): Argument #4 ($blue) must be between 0 and 255 (inclusive)
55 !! [ValueError] imagecolorallocate(): Argument #4 ($blue) must be between 0 and 255 (inclusive)
58 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
59 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
62 !! [ValueError] imagecolorallocate(): Argument #4 ($blue) must be between 0 and 255 (inclusive)
66 !! [ValueError] imagecolorallocate(): Argument #2 ($red) must be between 0 and 255 (inclusive)
[all …]
/PHP-8.0/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.0/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.0/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.0/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.
H A Dnowdoc_007.phpt2 braced and unbraced complex variable replacement test (nowdoc)
9 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
14 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
22 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
23 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
/PHP-8.0/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
/PHP-8.0/tests/classes/
H A Dproperty_recreate_private.phpt2 Unsetting and recreating private properties.
21 echo "Unset and recreate a superclass's private property:\n";
27 echo "\nUnset superclass's private property, and recreate it as public in subclass:\n";
33 echo "\nUnset superclass's private property, and recreate it as public at global scope:\n";
40 echo "\n\nUnset and recreate a private property:\n";
46 echo "\nUnset a private property, and attempt to recreate at global scope (expecting failure):\n";
54 Unset and recreate a superclass's private property:
60 Unset superclass's private property, and recreate it as public in subclass:
66 Unset superclass's private property, and recreate it as public at global scope:
73 Unset and recreate a private property:
[all …]
/PHP-8.0/ext/pcre/tests/
H A Dpreg_replace_edit_basic.phpt9 … '- This is a string' at the end of a string but can't so replaces nothing and prints the unchange…
12 … '4', $string, //finds any number that's not 4 and replaces it with a 4
18 … word followed by 2-4 characters and replaces it with Bonjour (i.e. Hello -> Bonjour) (was finding…
21 …an indefinite amount of whitespace around them and replaces them with a full stop precedeby no spa…
24 …\4', 'josmessa@uk.ibm.com')); //finds the e-mail address and replaces the @ and . with "at" and "d…

Completed in 88 milliseconds

12345678910>>...93