Home
last modified time | relevance | path

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

12345678910>>...40

/PHP-7.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt68 /* boolean */
185 "boolean",
223 string(7) "boolean"
225 string(7) "boolean"
228 string(7) "boolean"
230 string(7) "boolean"
233 string(7) "boolean"
235 string(7) "boolean"
238 string(7) "boolean"
243 string(7) "boolean"
[all …]
H A Dvar_export_basic2.phpt2 Test var_export() function with valid boolean values
12 echo "*** Testing var_export() with valid boolean values ***\n";
13 // different valid boolean values
23 /* Loop to check for above boolean values with var_export() */
24 echo "\n*** Output for boolean values ***\n";
37 *** Testing var_export() with valid boolean values ***
39 *** Output for boolean values ***
H A Dgetservbyname_variation2.phpt2 Test function getservbyname() by substituting argument 1 with boolean values.
7 echo "*** Test substituting argument 1 with boolean values ***\n";
25 *** Test substituting argument 1 with boolean values ***
H A Dgettype_settype_basic.phpt77 "boolean",
121 string(7) "boolean"
428 string(7) "boolean"
432 string(7) "boolean"
436 string(7) "boolean"
440 string(7) "boolean"
444 string(7) "boolean"
448 string(7) "boolean"
452 string(7) "boolean"
456 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 Dgetservbyname_variation9.phpt2 Test function getservbyname() by substituting argument 2 with boolean values.
13 echo "*** Test substituting argument 2 with boolean values ***\n";
30 *** Test substituting argument 2 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 ***
/PHP-7.3/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-7.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_properties_no_conn.phpt194 mysqli->errno = ''/boolean (''/boolean)
195 mysqli->error = ''/boolean (''/boolean)
197 mysqli->insert_id = ''/boolean (''/boolean)
198 mysqli->sqlstate = ''/boolean (''/boolean)
199 mysqli->host_info = ''/boolean (''/boolean)
200 mysqli->info = ''/boolean (''/boolean)
203 mysqli->thread_id = ''/boolean (''/boolean)
267 mysqli->errno = ''/boolean (''/boolean)
268 mysqli->error = ''/boolean (''/boolean)
271 mysqli->sqlstate = ''/boolean (''/boolean)
[all …]
H A D071.phpt21 printf("[001] Expecting boolean/true got %s/%s\n", gettype($ret), var_export($ret, true));
28 …printf("[001] Expecting boolean/true got %s/%s @\n", gettype($ret), var_export($ret, true), $versi…
32 …printf("[001] Expecting boolean/false got %s/%s @\n", gettype($ret), var_export($ret, true), $vers…
48 printf("[002] Expecting boolean/true got %s/%s\n", gettype($ret), var_export($ret, true));
55 …printf("[002] Expecting boolean/true got %s/%s @\n", gettype($ret), var_export($ret, true), $versi…
59 …printf("[002] Expecting boolean/false got %s/%s @\n", gettype($ret), var_export($ret, true), $vers…
/PHP-7.3/ext/wddx/tests/
H A Dbug73065.phpt18 <boolean value="keliu"></boolean>
35 <boolean value="keliu"></boolean>
46 <boolean Name="value">
47 <boolean value="keliu"></boolean>
48 </boolean>
59 <boolean value="keliu"></boolean>
71 <boolean value="keliu"></boolean>
H A Dbug72564.phpt2 Bug #72564: wddx deserialization of boolean
14 string(84) "<wddxPacket version='1.0'><header/><data><boolean value='true'/></data></wddxPacket>"
16 string(85) "<wddxPacket version='1.0'><header/><data><boolean value='false'/></data></wddxPacket>"
/PHP-7.3/ext/standard/tests/array/
H A Dksort_variation4.phpt11 …* testing ksort() by providing array of boolean values for $array argument with following flag val…
21 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is defualt --\n";
26 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is SORT_REGULAR --\n";
31 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is SORT_NUMERIC --\n";
36 echo "\n-- Testing ksort() by supplying boolean value array, 'flag' value is SORT_STRING --\n";
46 -- Testing ksort() by supplying boolean value array, 'flag' value is defualt --
55 -- Testing ksort() by supplying boolean value array, 'flag' value is SORT_REGULAR --
64 -- Testing ksort() by supplying boolean value array, 'flag' value is SORT_NUMERIC --
73 -- Testing ksort() by supplying boolean value array, 'flag' value is SORT_STRING --
H A Dkrsort_variation11.phpt11 …* testing krsort() by providing array of boolean values for $array argument with following flag va…
21 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is defualt --\n";
26 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is SORT_REGULAR --\n";
31 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is SORT_NUMERIC --\n";
36 echo "\n-- Testing krsort() by supplying boolean value array, 'flag' value is SORT_STRING --\n";
46 -- Testing krsort() by supplying boolean value array, 'flag' value is defualt --
55 -- Testing krsort() by supplying boolean value array, 'flag' value is SORT_REGULAR --
64 -- Testing krsort() by supplying boolean value array, 'flag' value is SORT_NUMERIC --
73 -- Testing krsort() by supplying boolean value array, 'flag' value is SORT_STRING --
H A Darray_product_variation1.phpt18 $types = array("boolean (true)" => true, "boolean (false)" => false,
34 boolean (true)
37 boolean (false)
/PHP-7.3/ext/pdo/tests/
H A Dbug_39398.phpt19 $boolean = 1;
20 $stmt = $db->prepare('INSERT INTO test VALUES (:boolean)');
21 $stmt->bindValue(':boolean', isset($boolean), PDO::PARAM_INT);
/PHP-7.3/ext/posix/tests/
H A Dposix_strerror_variation1.phpt45 // boolean data
94 boolean
107 boolean
114 boolean
121 boolean
128 boolean
135 boolean
158 boolean
163 boolean
168 boolean
[all …]
H A Dposix_ttyname_variation2.phpt2 Test function posix_ttyname() 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.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
33 *** Test substituting argument 1 with boolean values ***
H A Dposix_setgid_variation2.phpt2 Test function posix_setgid() by substituting argument 1 with boolean values.
16 echo "*** Test substituting argument 1 with boolean values ***\n";
34 *** Test substituting argument 1 with boolean values ***
H A Dposix_setuid_variation2.phpt2 Test function posix_setuid() 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 ***
/PHP-7.3/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-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt20 printf("[001] Expecting boolean/false got %s\n", var_export($tmp, true));
23 printf("[002] Expecting boolean/false got %s\n", var_export($tmp, true));
26 printf("[003] Expecting boolean/false got %s\n", var_export($tmp, true));
30 printf("[004] Expecting boolean/false got %s\n", var_export($tmp, true));
39 printf("[005] Expecting boolean/false got %s\n", var_export($tmp, true));
49 printf("[006] Expecting boolean/false got %s\n", var_export($tmp, true));
59 printf("[007] Expecting boolean/true got %s\n", var_export($tmp, true));
69 printf("[008] Expecting boolean/true got %s\n", var_export($tmp, true));
79 printf("[008] Expecting boolean/true got %s\n", var_export($tmp, true));
91 printf("[009] Expecting boolean/true got %s\n", var_export($tmp, true));
[all …]
/PHP-7.3/ext/standard/tests/serialize/
H A Dunserialize_error_001.phpt15 Warning: unserialize(): allowed_classes option should be array or boolean in %s on line %d
18 Warning: unserialize(): allowed_classes option should be array or boolean in %s on line %d
21 Warning: unserialize(): allowed_classes option should be array or boolean in %s on line %d

Completed in 53 milliseconds

12345678910>>...40