/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | gettype_settype_variation4.phpt | 57 /* boolean */ 170 "boolean", 205 string(7) "boolean" 207 string(7) "boolean" 210 string(7) "boolean" 212 string(7) "boolean" 215 string(7) "boolean" 217 string(7) "boolean" 220 string(7) "boolean" 225 string(7) "boolean" [all …]
|
H A D | var_export_basic2.phpt | 2 Test var_export() function with valid boolean values 6 echo "*** Testing var_export() with valid boolean values ***\n"; 7 // different valid boolean values 17 /* Loop to check for above boolean values with var_export() */ 18 echo "\n*** Output for boolean values ***\n"; 30 *** Testing var_export() with valid boolean values *** 32 *** Output for boolean values ***
|
H A D | gettype_settype_basic.phpt | 70 "boolean", 119 string(7) "boolean" 426 string(7) "boolean" 430 string(7) "boolean" 434 string(7) "boolean" 438 string(7) "boolean" 442 string(7) "boolean" 446 string(7) "boolean" 450 string(7) "boolean" 454 string(7) "boolean" [all …]
|
H A D | 004.data | 2 true 1 boolean true 3 false 0 boolean false
|
H A D | get_cfg_var_variation2.phpt | 2 Test function get_cfg_var() by substituting argument 1 with boolean values. 14 echo "*** Test substituting argument 1 with boolean values ***\n"; 31 *** Test substituting argument 1 with boolean values ***
|
H A D | proc_nice_variation2.phpt | 2 Test function proc_nice() by substituting argument 1 with boolean values. 16 echo "*** Test substituting argument 1 with boolean values ***\n"; 33 *** Test substituting argument 1 with boolean values ***
|
H A D | 004.phpt | 14 true,1,boolean true 15 false,0,boolean false
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | 003.phpt | 2 is_*() and file_exists() return values are boolean. 32 boolean 33 boolean 34 boolean 35 boolean 36 boolean 37 boolean 38 boolean 39 boolean 40 boolean [all …]
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | krsort_variation11.phpt | 6 …* testing krsort() by providing array of boolean values for $array argument with following flag va… 16 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is default --\n"; 21 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is SORT_REGULAR --\n"; 26 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is SORT_NUMERIC --\n"; 31 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is SORT_STRING --\n"; 41 -- Testing krsort() by supplying boolean value array, 'flag' value is default -- 50 -- Testing krsort() by supplying boolean value array, 'flag' value is SORT_REGULAR -- 59 -- Testing krsort() by supplying boolean value array, 'flag' value is SORT_NUMERIC -- 68 -- Testing krsort() by supplying boolean value array, 'flag' value is SORT_STRING --
|
H A D | ksort_variation4.phpt | 6 …* testing ksort() by providing array of boolean values for $array argument with following flag val… 16 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is default --\n"; 21 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is SORT_REGULAR --\n"; 26 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is SORT_NUMERIC --\n"; 31 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is SORT_STRING --\n"; 41 -- Testing ksort() by supplying boolean value array, 'flag' value is default -- 50 -- Testing ksort() by supplying boolean value array, 'flag' value is SORT_REGULAR -- 59 -- Testing ksort() by supplying boolean value array, 'flag' value is SORT_NUMERIC -- 68 -- Testing ksort() by supplying boolean value array, 'flag' value is SORT_STRING --
|
H A D | array_intersect_key_variation6.phpt | 2 Test array_intersect_key() function : usage variation - Passing boolean indexed array 11 echo "\n-- Testing array_intersect_key() function with boolean indexed array --\n"; 18 -- Testing array_intersect_key() function with boolean indexed array --
|
H A D | array_product_variation1.phpt | 11 $types = array("boolean (true)" => true, "boolean (false)" => false, 25 boolean (true) 28 boolean (false)
|
H A D | array_diff_key_variation6.phpt | 2 Test array_diff_key() function : usage variation - Passing boolean indexed array 11 echo "\n-- Testing array_diff_key() function with boolean indexed array --\n"; 19 -- Testing array_diff_key() function with boolean indexed array --
|
H A D | array_diff_ukey_variation8.phpt | 2 Test array_diff_ukey() function : usage variation - Passing boolean indexed array 16 echo "\n-- Testing array_diff_ukey() function with boolean indexed array --\n"; 25 -- Testing array_diff_ukey() function with boolean indexed array --
|
/PHP-8.3/Zend/tests/type_declarations/ |
H A D | confusable_type_warning.phpt | 9 function test3(boolean $x) {} 19 function test8(boolean $x) {} 33 function test13(boolean $x) {} 42 Warning: "boolean" will be interpreted as a class name. Did you mean "bool"? Write "\boolean" to su… 46 Warning: "boolean" will be interpreted as a class name. Did you mean "bool"? Write "\Foo\boolean" o… 48 Warning: "boolean" will be interpreted as a class name. Did you mean "bool"? Write "\boolean" to su…
|
/PHP-8.3/ext/pdo/tests/ |
H A D | bug_39398.phpt | 20 $boolean = 1; 21 $stmt = $db->prepare('INSERT INTO test VALUES (:boolean)'); 22 $stmt->bindValue(':boolean', isset($boolean), PDO::PARAM_INT);
|
/PHP-8.3/ext/soap/tests/bugs/ |
H A D | bug28985.phpt | 50 boolean Default; 86 boolean iGetListeValeur; 109 boolean DroitCreationResult; 136 boolean isProtected; 146 boolean Lecture; 147 boolean Modification; 148 boolean Suppression;
|
/PHP-8.3/ext/tidy/tests/ |
H A D | gh12980.phpt | 7 $html = '<!DOCTYPE html><html lang="en" boolean empty="" selected="selected"></html>'; 18 <html lang="en" boolean="" empty="" selected="selected"> 28 ["boolean"]=>
|
/PHP-8.3/ext/posix/tests/ |
H A D | posix_seteuid_variation2.phpt | 2 Test function posix_seteuid() by substituting argument 1 with boolean values. 17 echo "*** Test substituting argument 1 with boolean values ***\n"; 34 *** Test substituting argument 1 with boolean values ***
|
H A D | posix_setgid_variation2.phpt | 2 Test function posix_setgid() by substituting argument 1 with boolean values. 17 echo "*** Test substituting argument 1 with boolean values ***\n"; 34 *** Test substituting argument 1 with boolean values ***
|
H A D | posix_setuid_variation2.phpt | 2 Test function posix_setuid() by substituting argument 1 with boolean values. 17 echo "*** Test substituting argument 1 with boolean values ***\n"; 34 *** Test substituting argument 1 with boolean values ***
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_stmt_execute.phpt | 43 printf("[008] Expecting boolean/true, got %s/%s. [%d] %s\n", 51 printf("[010] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp); 74 printf("[016] Expecting boolean/true, got %s/%s. [%d] %s\n", 85 printf("[019] Expecting boolean/true, got %s/%s. [%d] %s\n", 89 printf("[020] Expecting boolean/true after reset to prepare status, got %s/%s. [%d] %s\n", 107 printf("[025] Expecting boolean/true, got %s/%s. [%d] %s\n", 111 printf("[026] Expecting boolean/true, got %s/%s. [%d] %s\n", 120 printf("[027] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp); 142 [027] Expecting boolean/false, got boolean/1
|
H A D | mysqli_prepare_no_object.phpt | 14 …printf("[001] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t… 18 …printf("[002] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t… 26 …printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t… 30 …printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t…
|
H A D | mysqli_stmt_bind_param_references.phpt | 65 printf("[002] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp); 76 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp); 87 printf("[007] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp); 98 printf("[010] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp); 106 printf("[013] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp); 116 printf("[015] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp); 127 printf("[018] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp); 137 printf("[021] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp); 147 printf("[024] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp); 161 printf("[027] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp); [all …]
|
/PHP-8.3/ext/standard/tests/serialize/ |
H A D | serialization_error_002.phpt | 2 Test unserialize(): error is indistinguishable from deserialized boolean 5 echo "*** Testing unserialize() error/boolean distinction ***\n"; 32 *** Testing unserialize() error/boolean distinction ***
|