Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/php-src/ext/standard/tests/general_functions/
H A Dis_resource_basic.phpt40 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 Dvar_export_basic4.phpt17 "\"FALSE\"" => "FALSE",
32 var_export( $str, FALSE);
98 -- Iteration: "FALSE" --
99 'FALSE'
100 'FALSE'
101 string(7) "'FALSE'"
H A Dvar_export_basic2.phpt13 "FALSE" => FALSE,
23 var_export( $bool_value, FALSE);
58 -- Iteration: FALSE --
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c267 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()
638 return FALSE; in compare_opcodes()
660 return FALSE; in compare_opcodes()
682 return FALSE; in compare_opcodes()
704 return FALSE; in compare_opcodes()
806 return FALSE; in compare_opcodes()
1065 return FALSE; in compare_opcodes()
[all …]
H A Dpcre2_script_run.c133 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 Dpcre2_newline.c102 return FALSE; in PRIV()
143 return FALSE; in PRIV()
198 return FALSE; in PRIV()
239 return FALSE; in PRIV()
/php-src/ext/intl/tests/
H A Ddateformat_is_set_lenient.phpt27 $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-src/win32/
H A Dconsole.c24 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-src/ext/standard/tests/array/
H A Darray_slice_variation7.phpt53 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 Darray_keys_variation_004.phpt9 FALSE => FALSE,
21 $values = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "php", "");
/php-src/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt13 $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 Dstrstr.phpt21 "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 Dsprintf_variation15.phpt37 "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-src/ext/session/tests/
H A Dsession_set_cookie_params_variation5.phpt17 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 Dsession_get_cookie_params_basic.phpt22 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, FALSE));
30 "secure" => FALSE,
31 "httponly" => FALSE,
/php-src/ext/mysqli/tests/
H A Dbug62046.phpt16 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-src/ext/standard/tests/file/
H A D004.phpt11 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-src/ext/mbstring/tests/
H A Dmb_stripos.phpt47 ($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 Dmb_check_encoding.phpt10 $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-src/ext/soap/
H A Dphp_packet_soap.c44 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-src/ext/gd/libgd/
H A Dgdkanji.c32 #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-src/ext/reflection/tests/
H A DReflectionProperty_setAccessible.phpt35 $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-src/Zend/tests/
H A Dlist_keyed_conversions.phpt12 list(NULL => $NULL, 1.5 => $float, FALSE => $FALSE, TRUE => $TRUE) = $results;
13 var_dump($NULL, $float, $FALSE, $TRUE);
/php-src/ext/dom/tests/
H A DDOMDocument_validate_on_parse_basic.phpt29 $dom->validateOnParse = FALSE;
30 echo "Setting validateOnParse to FALSE: ";
37 Setting validateOnParse to FALSE: bool(false)
/php-src/ext/mysqlnd/
H A Dmysqlnd_commands.c40 ret = send_command(conn->payload_decoder_factory, COM_SET_OPTION, buffer, sizeof(buffer), FALSE, in MYSQLND_METHOD()
66 ret = send_command(conn->payload_decoder_factory, COM_DEBUG, NULL, 0, FALSE, in MYSQLND_METHOD()
93 …t = send_command(conn->payload_decoder_factory, COM_INIT_DB, (const zend_uchar*) db.s, db.l, FALSE, in MYSQLND_METHOD()
160 ret = send_command(conn->payload_decoder_factory, COM_STATISTICS, NULL, 0, FALSE, in MYSQLND_METHOD()
197 ret = send_command(conn->payload_decoder_factory, COM_PROCESS_KILL, buff, 4, FALSE, in MYSQLND_METHOD()
237 ret = send_command(conn->payload_decoder_factory, COM_REFRESH, bits, 1, FALSE, in MYSQLND_METHOD()
376 (const unsigned char *) payload.s, payload.l, FALSE, in MYSQLND_METHOD()
423 ret = send_command(conn->payload_decoder_factory, COM_STMT_RESET, cmd_buf, sizeof(cmd_buf), FALSE, in MYSQLND_METHOD()
473 ret = send_command(conn->payload_decoder_factory, COM_STMT_CLOSE, cmd_buf, sizeof(cmd_buf), FALSE, in MYSQLND_METHOD()
529 const bool server_has_ssl = (server_capabilities & CLIENT_SSL)? TRUE:FALSE; in MYSQLND_METHOD()
[all …]

Completed in 51 milliseconds

12345678910>>...23