/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | is_resource_basic.phpt | 40 echo $types[$i]. " test returns FALSE\n"; 51 echo " FALSE\n"; 61 echo " FALSE\n"; 70 bool=false test returns FALSE 71 bool=true test returns FALSE 72 integer test returns FALSE 73 double test returns FALSE 74 string test returns FALSE 75 array test returns FALSE 76 NULL test returns FALSE [all …]
|
H A D | var_export_basic4.phpt | 17 "\"FALSE\"" => "FALSE", 32 var_export( $str, FALSE); 98 -- Iteration: "FALSE" -- 99 'FALSE' 100 'FALSE' 101 string(7) "'FALSE'"
|
H A D | var_export_basic2.phpt | 13 "FALSE" => FALSE, 23 var_export( $bool_value, FALSE); 58 -- Iteration: FALSE --
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_auto_possess.c | 267 return FALSE; in check_char_prop() 270 return FALSE; in check_char_prop() 273 return FALSE; in check_char_prop() 342 list[1] = FALSE; in get_chr_property_list() 635 return FALSE; in compare_opcodes() 654 return FALSE; in compare_opcodes() 676 return FALSE; in compare_opcodes() 698 return FALSE; in compare_opcodes() 800 return FALSE; in compare_opcodes() 1059 return FALSE; in compare_opcodes() [all …]
|
H A D | pcre2_script_run.c | 133 if (script == ucp_Unknown) return FALSE; in PRIV() 214 if (chspecial == 0) return FALSE; /* Not allowed with Han */ in PRIV() 231 MAPBIT(map, ucp_Katakana) == 0) return FALSE; in PRIV() 235 if (MAPBIT(map, ucp_Han) + MAPBIT(map, ucp_Bopomofo) == 0) return FALSE; in PRIV() 239 if (MAPBIT(map, ucp_Han) + MAPBIT(map, ucp_Hangul) == 0) return FALSE; in PRIV() 246 OK = FALSE; in PRIV() 257 if (!OK) return FALSE; in PRIV() 327 else if (digitset != require_digitset) return FALSE; in PRIV()
|
H A D | pcre2_newline.c | 102 return FALSE; in PRIV() 143 return FALSE; in PRIV() 198 return FALSE; in PRIV() 239 return FALSE; in PRIV()
|
/PHP-8.3/ext/intl/tests/ |
H A D | dateformat_is_set_lenient.phpt | 27 $res_str .= "FALSE\n"; 37 $res_str .= "FALSE\n"; 45 $res_str .= "FALSE\n"; 51 $isLenient = FALSE; 56 $res_str .= "FALSE\n"; 64 $res_str .= "FALSE\n"; 85 Setting IntlDateFormatter with lenient =FALSE 86 After call to is_lenient : lenient= FALSE
|
/PHP-8.3/win32/ |
H A D | console.c | 24 BOOL result = FALSE; in php_win32_console_fileno_is_console() 38 BOOL result = FALSE; in php_win32_console_fileno_has_vt100() 60 BOOL result = FALSE; in php_win32_console_fileno_set_vt100() 98 BOOL ret0 = FALSE, ret1 = FALSE; in php_win32_console_is_own() 109 return FALSE; in php_win32_console_is_own()
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_slice_variation7.phpt | 53 FALSE => 'upperf', 111 $preserve_keys = FALSE 129 $preserve_keys = FALSE 141 $preserve_keys = FALSE 155 $preserve_keys = FALSE 171 $preserve_keys = FALSE 185 $preserve_keys = FALSE 197 $preserve_keys = FALSE 213 $preserve_keys = FALSE 229 $preserve_keys = FALSE [all …]
|
H A D | array_keys_variation_004.phpt | 9 FALSE => FALSE, 21 $values = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "php", "");
|
H A D | array_keys_variation_003.phpt | 9 FALSE => FALSE, 21 $values = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "php", "");
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | str_replace_variation2.phpt | 13 $subject = "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE\000 44 FALSE, 45 "FALSE", 68 string(181) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE%0 75 string(181) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE%0 82 string(186) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE%0 89 string(195) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE%0 96 string(186) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE%0 103 string(195) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE%0 117 string(193) "Hello, world,0120333.3445FOUND67 NULL TRUE FALSE%0 [all …]
|
H A D | strstr.phpt | 21 "Hello world,012033 -3.3445 NULL TRUE FALSE\0 abcd\xxyz \x000 octal\n 45 FALSE, 46 "FALSE", 193 string(66) "-3.3445 NULL TRUE FALSE%0 abcd\xxyz %00 octal 198 string(66) "-3.3445 NULL TRUE FALSE%0 abcd\xxyz %00 octal 203 string(66) "-3.3445 NULL TRUE FALSE%0 abcd\xxyz %00 octal 208 string(66) "-3.3445 NULL TRUE FALSE%0 abcd\xxyz %00 octal 213 string(54) "NULL TRUE FALSE%0 abcd\xxyz %00 octal 233 string(49) "TRUE FALSE%0 abcd\xxyz %00 octal 253 string(44) "FALSE%0 abcd\xxyz %00 octal [all …]
|
H A D | sprintf_variation15.phpt | 37 "FALSE", 163 string(5) "FALSE" 164 string(5) "FALSE" 165 string(6) " FALSE" 166 string(6) "FALSE " 167 string(6) " FALSE" 169 FALSE" 170 string(5) "FALSE" 171 string(30) " FALSE"
|
/PHP-8.3/ext/session/tests/ |
H A D | session_set_cookie_params_variation5.phpt | 17 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, FALSE)); 21 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, TRUE)); 25 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, FALSE));
|
H A D | session_get_cookie_params_basic.phpt | 22 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, FALSE)); 30 "secure" => FALSE, 31 "httponly" => FALSE,
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | bug62046.phpt | 16 if (FALSE === ($stmt = $link->prepare('SELECT 42'))) { 19 if (FALSE === $stmt->execute()) { 22 if (FALSE === $stmt->store_result()) { 26 if (FALSE === $stmt->bind_result($one)) { 29 if (FALSE === $stmt->reset()) {
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | 004.phpt | 11 echo file_put_contents("TEST1", file_get_contents(__FILE__)) !== FALSE ? 'OK' : 'FAIL'; 17 if ($int === $old_int && $ret !== FALSE && md5($int) == md5_file("TEST2")) { 27 if ($int === $old_int && $ret !== FALSE && md5($int) == md5_file("TEST3")) { 36 if ($ret !== FALSE && md5(__FILE__) == md5_file("TEST4")) { 45 if ($ret !== FALSE && @md5(implode('', $_SERVER)) == md5_file("TEST5")) {
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_stripos.phpt | 47 ($r === FALSE) ? print "OK_OUT_RANGE\n" : print "NG_OUT_RANGE\n"; 49 ($r === FALSE) ? print "OK_OUT_RANGE\n" : print "NG_OUT_RANGE\n"; 51 ($r === FALSE) ? print "OK_OUT_RANGE\n" : print "NG_OUT_RANGE\n"; 53 ($r === FALSE) ? print "OK_OUT_RANGE\n" : print "NG_OUT_RANGE\n"; 55 ($r === FALSE) ? print "OK_OUT_RANGE\n" : print "NG_OUT_RANGE\n"; 68 ($r === FALSE) ? print "OK_STR\n" : print "NG_STR\n"; 70 ($r === FALSE) ? print "OK_NEWLINE\n" : print "NG_NEWLINE\n"; 84 ($r === FALSE) ? print "OK_STR\n" : print "NG_STR\n"; 86 ($r === FALSE) ? print "OK_NEWLINE\n" : print "NG_NEWLINE\n"; 99 ($r === FALSE) ? print "OK_STR\n" : print "NG_STR\n"; [all …]
|
H A D | mb_check_encoding.phpt | 10 $arr = [1234, 12.34, TRUE, FALSE, NULL, $str, 'key'=>$str, $str=>'val']; 15 $arr1 = [1234, 12.34, TRUE, FALSE, NULL, 'key'=>$str, $str=>'val']; 16 $arr2 = [1234, 12.34, TRUE, FALSE, NULL, $str=>'val'];
|
/PHP-8.3/ext/soap/ |
H A D | php_packet_soap.c | 44 return FALSE; in parse_packet_soap() 49 return FALSE; in parse_packet_soap() 68 return FALSE; in parse_packet_soap() 76 return FALSE; in parse_packet_soap() 84 return FALSE; in parse_packet_soap() 89 return FALSE; in parse_packet_soap() 93 return FALSE; in parse_packet_soap() 125 return FALSE; in parse_packet_soap() 133 return FALSE; in parse_packet_soap() 151 return FALSE; in parse_packet_soap() [all …]
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gdkanji.c | 32 #ifdef FALSE 33 #undef FALSE 37 #define FALSE 0 macro 249 int daku = FALSE; in han2zen() 250 int handaku = FALSE; in han2zen() 394 hankaku = FALSE; in do_convert() 399 jisx0208 = FALSE; in do_convert() 483 kanji = FALSE; in do_check_and_conv() 496 kanji = FALSE; in do_check_and_conv() 501 kanji = FALSE; in do_check_and_conv() [all …]
|
/PHP-8.3/ext/reflection/tests/ |
H A D | ReflectionProperty_setAccessible.phpt | 35 $protected->setAccessible(FALSE); 36 $protectedStatic->setAccessible(FALSE); 37 $private->setAccessible(FALSE); 38 $privateStatic->setAccessible(FALSE); 73 $protected->setAccessible(FALSE); 74 $protectedStatic->setAccessible(FALSE); 75 $private->setAccessible(FALSE);
|
/PHP-8.3/Zend/tests/ |
H A D | list_keyed_conversions.phpt | 12 list(NULL => $NULL, 1.5 => $float, FALSE => $FALSE, TRUE => $TRUE) = $results; 13 var_dump($NULL, $float, $FALSE, $TRUE);
|
/PHP-8.3/ext/dom/tests/ |
H A D | DOMDocument_validate_on_parse_basic.phpt | 29 $dom->validateOnParse = FALSE; 30 echo "Setting validateOnParse to FALSE: "; 37 Setting validateOnParse to FALSE: bool(false)
|