Home
last modified time | relevance | path

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

12345678910>>...102

/PHP-7.4/ext/oci8/tests/
H A Ddbmsoutput.phpt144 string(52) "0 test 2 Hello, world! Lots and lots and ... of text"
146 string(52) "1 test 2 Hello, world! Lots and lots and ... of text"
148 string(52) "2 test 2 Hello, world! Lots and lots and ... of text"
150 string(52) "3 test 2 Hello, world! Lots and lots and ... of text"
152 string(52) "4 test 2 Hello, world! Lots and lots and ... of text"
154 string(52) "5 test 2 Hello, world! Lots and lots and ... of text"
156 string(52) "6 test 2 Hello, world! Lots and lots and ... of text"
158 string(52) "7 test 2 Hello, world! Lots and lots and ... of text"
160 string(52) "8 test 2 Hello, world! Lots and lots and ... of text"
162 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-7.4/ext/standard/tests/strings/
H A Dstrcasecmp.phpt9 echo "#### Basic and Possible operations ####";
19 and comparing the elements with one and other */
142 - strcasecmp of 'a' and '�' is => int(%d)
149 - strcasecmp of 'A' and '�' is => int(%d)
156 - strcasecmp of '�' and '�' is => int(%d)
163 - strcasecmp of '�' and '�' is => int(%d)
166 - strcasecmp of '�' and 'a' is => int(-%d)
167 - strcasecmp of '�' and 'A' is => int(-%d)
168 - strcasecmp of '�' and '�' is => int(-%d)
169 - strcasecmp of '�' and '�' is => int(-%d)
[all …]
H A Dstrcmp.phpt19 and comparing the elements with one and other */
147 - strcmp of 'a' and '�' is => int(%d)
156 - strcmp of 'A' and '�' is => int(%d)
165 - strcmp of 'a' and '�' is => int(%d)
174 - strcmp of 'A' and '�' is => int(%d)
183 - strcmp of '�' and '�' is => int(%d)
192 - strcmp of '�' and '�' is => int(%d)
195 - strcmp of '�' and 'a' is => int(-%d)
196 - strcmp of '�' and 'A' is => int(-%d)
197 - strcmp of '�' and 'a' is => int(-%d)
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Drange_variation.phpt26 *** Testing range() with various low and high values ***
67 -- creating an array with low = 'ABCD' and high = '' --
73 -- creating an array with low = 'ABCD' and high = '' --
371 -- creating an array with low = '' and high = '' --
377 -- creating an array with low = '' and high = '' --
383 -- creating an array with low = '' and high = '' --
437 -- creating an array with low = '' and high = '' --
443 -- creating an array with low = '' and high = '' --
449 -- creating an array with low = '' and high = '' --
503 -- creating an array with low = '' and high = '' --
[all …]
H A Darray_filter_variation4.phpt12 * with parameters and return
13 * without parameter and with return
14 * with parameter and without return
15 * without parameter and without return
23 // callback function without parameters and with return value
31 // callback function with parameter and without return value
46 // callback function with parameter and with return value
63 -- Callback function without parameter and with return --
82 -- Callback funciton with parameter and without return --
85 -- Callback function without parameter and return --
[all …]
H A Darray_diff_variation5.phpt3 and string array values
13 * Test how array_diff compares integers, floats and strings
23 print "-- Compare integers and floats: --\n";
32 print "-- Compare integers and strings containing floats: --\n";
36 print "-- Compare floats and strings containing integers: --\n";
41 print "-- Compare floats and strings containing floats: --\n";
53 -- Compare integers and floats: --
58 -- Compare integers and strings containing an integers: --
63 -- Compare integers and strings containing floats: --
80 -- Compare floats and strings containing integers: --
[all …]
H A Darray_diff_assoc_variation5.phpt2 Test array_diff_assoc() function : usage variations - compare integers, floats and strings
12 * Test how array_diff_assoc compares integers, floats and string
21 echo "-- Result of comparing integers and floating point numbers: --\n";
25 echo "-- Result of comparing integers and strings containing an integers : --\n";
29 echo "-- Result of comparing integers and strings containing floating points : --\n";
33 echo "-- Result of comparing floating points and strings containing integers : --\n";
52 -- Result of comparing integers and floating point numbers: --
61 -- Result of comparing integers and strings containing an integers : --
70 -- Result of comparing integers and strings containing floating points : --
91 -- Result of comparing floating points and strings containing integers : --
[all …]
H A Darray_flip_variation4.phpt65 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
67 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
69 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
71 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
73 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
75 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
77 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
79 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
81 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
83 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
[all …]
H A Darray_intersect_uassoc_variation5.phpt2 Test array_intersect_uassoc() function : usage variation - Intersection of integers with floats and
26 echo "\n-- Result of integers and floating point intersection --\n";
29 echo "\n-- Result of integers and strings containing integers intersection --\n";
32 echo "\n-- Result of integers and strings containing floating points intersection --\n";
39 -- Result of integers and floating point intersection --
47 -- Result of integers and strings containing integers intersection --
55 -- 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…
27 echo "\n-- Result of integers and floating point intersection --\n";
30 echo "\n-- Result of integers and strings containing integers intersection --\n";
33 echo "\n-- Result of integers and strings containing floating points intersection --\n";
40 -- Result of integers and floating point intersection --
48 -- Result of integers and strings containing integers intersection --
56 -- Result of integers and strings containing floating points intersection --
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation4.phpt21 Check size of file and hard link
26 // Creating file and inserting data into it
41 echo "\n-- Check size of hard link and file --\n";
43 echo "\nSize of file and hard link are same\n";
59 echo "\nSize of file and hard link are same\n";
95 -- Check size of hard link and file --
97 Size of file and hard link are same
102 -- Check size of hard link and file --
104 Size of file and hard link are same
109 -- Check size of hard link and file --
[all …]
H A Dfilesize_variation2-win32.phpt13 (and generates an error of level E_WARNING) in case of an error.
21 echo "\n*** Testing size of a dir, sub-dir and file with filesize() ***\n";
22 echo "-- Creating a base dir, and checking its size --\n";
35 echo "-- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --\n";
42 echo "-- Creating a file inside sub-dir, and checking size of base, subdir and file created --\n";
43 // create only the file, as base and subdir is already created
70 *** Testing size of a dir, sub-dir and file with filesize() ***
71 -- Creating a base dir, and checking its size --
73 -- Creating a file inside base dir, and checking dir & file size --
76 -- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --
[all …]
H A Dfilesize_variation2.phpt13 (and generates an error of level E_WARNING) in case of an error.
21 echo "\n*** Testing size of a dir, sub-dir and file with filesize() ***\n";
22 echo "-- Creating a base dir, and checking its size --\n";
35 echo "-- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --\n";
42 echo "-- Creating a file inside sub-dir, and checking size of base, subdir and file created --\n";
43 // create only the file, as base and subdir is already created
70 *** Testing size of a dir, sub-dir and file with filesize() ***
71 -- Creating a base dir, and checking its size --
73 -- Creating a file inside base dir, and checking dir & file size --
76 -- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --
[all …]
H A Dfilesize_variation4-win32.phpt13 (and generates an error of level E_WARNING) in case of an error.
24 echo "-- opening the file in 'w' mode and get the size --\n";
32 echo "-- opening the file in 'wt' mode and get the size --\n";
54 echo "-- creating a hole and checking the size --\n";
61 echo "-- writing data after hole and checking the size --\n";
90 -- opening the file in 'w' mode and get the size --
93 -- opening the file in 'wt' mode and get the size --
96 -- opening the file in 'a' mode, adding data and checking the file --
98 -- opening the file in 'at' mode, adding data and checking the file --
100 -- creating a hole and checking the size --
[all …]
H A Dfilesize_variation4.phpt13 (and generates an error of level E_WARNING) in case of an error.
25 rs, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on........\0";
26 echo "-- opening the file in 'w' mode and get the size --\n";
34 echo "-- opening the file in 'wt' mode and get the size --\n";
56 echo "-- creating a hole and checking the size --\n";
63 echo "-- writing data after hole and checking the size --\n";
92 -- opening the file in 'w' mode and get the size --
95 -- opening the file in 'wt' mode and get the size --
98 -- opening the file in 'a' mode, adding data and checking the file --
102 -- creating a hole and checking the size --
[all …]
/PHP-7.4/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)
16 printf("Base 32 and 62-based: %s\n", gmp_strval(gmp_init("gh82179fbf5", 32), 62));
22 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
25 Warning: gmp_strval(): Bad base for conversion: 1 (should be between 2 and %d or -2 and -%d) in %s …
28 Warning: gmp_strval(): Bad base for conversion: -37 (should be between 2 and %d or -2 and -%d) in %…
33 Warning: gmp_strval(): Bad base for conversion: 63 (should be between 2 and %d or -2 and -%d) in %s…
36 Base 32 and 62-based: 1NHkAcdIiD
/PHP-7.4/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-7.4/
H A DUPGRADING.INTERNALS4 a. php_sys_symlink() and php_sys_link()
5 b. zend_lookup_class_ex() and zend_fetch_class_by_name()
11 h. Immutable classes and op_arrays
12 i. php_fgetcsv() and php_fputcsv()
13 j. Removed add_get_assoc_*() and add_get_index_*()
24 u. Removed uint and ulong typedefs
45 POSIX compliant systems and on Windows.
163 about interfaces and traits is kept in zend_class_entry structure and
216 u. The typedefs uint and ulong are no longer guaranteed to be available, and
280 version and excluded versions that aren't supported.
[all …]
/PHP-7.4/Zend/tests/arg_unpack/
H A Dinvalid_type.phpt2 Only arrays and Traversables can be unpacked
19 Warning: Only arrays and Traversables can be unpacked in %s on line %d
23 Warning: Only arrays and Traversables can be unpacked in %s on line %d
27 Warning: Only arrays and Traversables can be unpacked in %s on line %d
31 Warning: Only arrays and Traversables can be unpacked in %s on line %d
45 Warning: Only arrays and Traversables can be unpacked in %s on line %d
47 Warning: Only arrays and Traversables can be unpacked in %s on line %d
/PHP-7.4/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-7.4/docs/
H A Drelease-process.md3 ## General notes and tips
58 * Create branch and tags structure appropriate for the extension and push:
92 `configure.ac` and possibly `NEWS`. Do not use abbreviations for alpha and
102 6. Compile and run `make test`, with and without ZTS, using the right Bison and
137 create `configure` and build three tarballs (gz, bz2 and xz).
183 3. Commit and push changes to qa and web.
223 5. Compile and run `make test`, with and without ZTS, using the right Bison and
233 create configure and build three tarballs (gz, bz2 and xz). Check if the
245 11. Commit and push all the tarballs and signature files to
303 * Check for `&`, `<` and `>` and escape them if necessary.
[all …]
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_keywords2.phpt10 * with Procedural and Object methods.
102 Key is currency and Value is EUR
105 uk@currency=EURO: Key is currency and Value is EURO
111 i-enochian: Key is x and Value is i-enochian
127 de-CH-x-phonebk: Key is x and Value is phonebk
133 x-whatever: Key is x and Value is whatever
142 Key is x and Value is private
144 en-a-myExt-b-another: Key is a and Value is myext
145 Key is b and Value is another
149 ar-a-aaa-b-bbb-a-ccc: Key is a and Value is aaa
[all …]
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_basic.phpt11 … '- This is a string' at the end of a string but can't so replaces nothing and prints the unchange…
12 var_dump(preg_replace('<[0-35-9]>', '4', $string)); //finds any number that's not 4 and replaces it…
13 … word followed by 2-4 characters and replaces it with Bonjour (i.e. Hello -> Bonjour) (was finding…
14 …an indefinite amount of whitespace around them and replaces them with a full stop precedeby no spa…
15 …\4', 'josmessa@uk.ibm.com')); //finds the e-mail address and replaces the @ and . with "at" and "d…

Completed in 106 milliseconds

12345678910>>...102