/PHP-7.3/ext/oci8/tests/ |
H A D | dbmsoutput.phpt | 144 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 D | drcp_characterset.phpt | 2 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.3/ext/standard/tests/strings/ |
H A D | strcmp.phpt | 19 and comparing the elements with one and other */ 171 - strcmp of 'a' and '' is => int(%d) 180 - strcmp of 'A' and '' is => int(%d) 189 - strcmp of 'a' and '' is => int(%d) 198 - strcmp of 'A' and '' is => int(%d) 207 - strcmp of '�' and '' is => int(%d) 216 - strcmp of '�' and '' is => int(%d) 219 - strcmp of '' and 'a' is => int(-%d) 220 - strcmp of '' and 'A' is => int(-%d) 221 - strcmp of '' and 'a' is => int(-%d) [all …]
|
H A D | strcasecmp.phpt | 9 echo "#### Basic and Possible operations ####"; 19 and comparing the elements with one and other */ 166 - strcasecmp of 'a' and '' is => int(%d) 173 - strcasecmp of 'A' and '' is => int(%d) 180 - strcasecmp of '�' and '' is => int(%d) 187 - strcasecmp of '�' and '' is => int(%d) 190 - strcasecmp of '' and 'a' is => int(-%d) 191 - strcasecmp of '' and 'A' is => int(-%d) 192 - strcasecmp of '' and '�' is => int(-%d) 193 - strcasecmp of '' and '�' is => int(-%d) [all …]
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | range_variation.phpt | 26 *** 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 D | array_filter_variation4.phpt | 12 * 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 D | array_diff_variation5.phpt | 3 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 D | array_diff_assoc_variation5.phpt | 2 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 D | array_flip_variation4.phpt | 65 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 D | array_intersect_uassoc_variation5.phpt | 2 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 D | array_intersect_ukey_variation5.phpt | 2 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.3/ext/standard/tests/file/ |
H A D | symlink_link_linkinfo_is_link_variation4.phpt | 27 Check size of file and hard link 32 // Creating file and inserting data into it 47 echo "\n-- Check size of hard link and file --\n"; 49 echo "\nSize of file and hard link are same\n"; 65 echo "\nSize of file and hard link are same\n"; 101 -- Check size of hard link and file -- 103 Size of file and hard link are same 108 -- Check size of hard link and file -- 110 Size of file and hard link are same 115 -- Check size of hard link and file -- [all …]
|
H A D | filesize_variation2-win32.phpt | 13 (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 D | filesize_variation2.phpt | 13 (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 D | filesize_variation4-win32.phpt | 13 (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 D | filesize_variation4.phpt | 13 (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 …]
|
H A D | lstat_stat_variation9.phpt | 2 Test lstat() and stat() functions: usage variations - deleting file/subdir 24 echo "*** Testing stat() for comparing stats after the deletion of subdir and file ***\n"; 26 /* first create the dir/subdir and files, record the stat */ 30 // creating and deleting subdir and files in the dir 39 /* now delete the surdir and file and record the stat */ 43 // comparing stats after the deletion of subdir and file 62 *** Testing stat() for comparing stats after the deletion of subdir and file ***
|
/PHP-7.3/ext/gmp/tests/ |
H A D | bug50283.phpt | 2 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.3/Zend/tests/ |
H A D | heredoc_007.phpt | 2 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 D | nowdoc_007.phpt | 2 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.3/Zend/tests/arg_unpack/ |
H A D | invalid_type.phpt | 2 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.3/tests/classes/ |
H A D | property_recreate_private.phpt | 2 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.3/ext/standard/tests/general_functions/ |
H A D | floatval_error.phpt | 2 Testing floatval() and its alias doubleval() : error conditions - wrong numbers of parametersns 9 echo "*** Testing floatval() and doubleval() : error conditions ***\n"; 12 echo "\n-- Testing floatval() and doubleval() function with no arguments --\n"; 16 echo "\n-- Testing floatval() and doubleval() function with more than expected no. of arguments --\… 23 *** Testing floatval() and doubleval() : error conditions *** 25 -- Testing floatval() and doubleval() function with no arguments -- 33 -- Testing floatval() and doubleval() function with more than expected no. of arguments --
|
/PHP-7.3/ext/intl/tests/ |
H A D | locale_get_keywords2.phpt | 11 * with Procedural and Object methods. 103 Key is currency and Value is EUR 106 uk@currency=EURO: Key is currency and Value is EURO 112 i-enochian: Key is x and Value is i-enochian 128 de-CH-x-phonebk: Key is x and Value is phonebk 134 x-whatever: Key is x and Value is whatever 143 Key is x and Value is private 145 en-a-myExt-b-another: Key is a and Value is myext 146 Key is b and Value is another 150 ar-a-aaa-b-bbb-a-ccc: Key is a and Value is aaa [all …]
|
/PHP-7.3/ext/pcre/tests/ |
H A D | preg_replace_basic.phpt | 11 … '- 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…
|