Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt57 /* 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 Dvar_export_basic2.phpt2 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 Dgettype_settype_basic.phpt70 "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 D004.data2 true 1 boolean true
3 false 0 boolean false
H A Dget_cfg_var_variation2.phpt2 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 Dproc_nice_variation2.phpt2 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 D004.phpt14 true,1,boolean true
15 false,0,boolean false
/php-src/ext/standard/tests/file/
H A D003.phpt2 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-src/ext/standard/tests/array/
H A Dksort_variation4.phpt6 …* 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 Dkrsort_variation11.phpt6 …* 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 Darray_intersect_key_variation6.phpt2 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 Darray_product_variation1.phpt11 $types = array("boolean (true)" => true, "boolean (false)" => false,
25 boolean (true)
28 boolean (false)
H A Darray_diff_key_variation6.phpt2 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 Darray_diff_ukey_variation8.phpt2 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-src/Zend/tests/type_declarations/
H A Dconfusable_type_warning.phpt9 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-src/ext/pdo/tests/
H A Dbug_39398.phpt20 $boolean = 1;
21 $stmt = $db->prepare('INSERT INTO test39398 VALUES (:boolean)');
22 $stmt->bindValue(':boolean', isset($boolean), PDO::PARAM_INT);
/php-src/ext/soap/tests/bugs/
H A Dbug28985.phpt50 boolean Default;
86 boolean iGetListeValeur;
109 boolean DroitCreationResult;
136 boolean isProtected;
146 boolean Lecture;
147 boolean Modification;
148 boolean Suppression;
/php-src/ext/tidy/tests/
H A Dgh12980.phpt7 $html = '<!DOCTYPE html><html lang="en" boolean empty="" selected="selected"></html>';
18 <html lang="en" boolean="" empty="" selected="selected">
28 ["boolean"]=>
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt37 printf("[008] Expecting boolean/true, got %s/%s. [%d] %s\n",
45 printf("[010] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
68 printf("[016] Expecting boolean/true, got %s/%s. [%d] %s\n",
79 printf("[019] Expecting boolean/true, got %s/%s. [%d] %s\n",
83 printf("[020] Expecting boolean/true after reset to prepare status, got %s/%s. [%d] %s\n",
101 printf("[025] Expecting boolean/true, got %s/%s. [%d] %s\n",
105 printf("[026] Expecting boolean/true, got %s/%s. [%d] %s\n",
114 printf("[027] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
136 [027] Expecting boolean/false, got boolean/1
H A Dmysqli_prepare_no_object.phpt14 …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 Dmysqli_stmt_bind_param_references.phpt65 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-src/ext/posix/tests/
H A Dposix_setuid_variation2.phpt2 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 ***
H A Dposix_seteuid_variation2.phpt2 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 Dposix_setgid_variation2.phpt2 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 ***
/php-src/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt2 Test unserialize(): error is indistinguishable from deserialized boolean
5 echo "*** Testing unserialize() error/boolean distinction ***\n";
32 *** Testing unserialize() error/boolean distinction ***

Completed in 31 milliseconds

12345678910>>...16