Home
last modified time | relevance | path

Searched refs:FALSE (Results 26 – 50 of 1370) sorted by relevance

12345678910>>...55

/PHP-5.4/ext/mbstring/oniguruma/enc/
H A Diso8859_9.c142 return FALSE; in iso_8859_9_is_mbc_ambiguous()
147 return (v != 0 ? TRUE : FALSE); in iso_8859_9_is_mbc_ambiguous()
149 return FALSE; in iso_8859_9_is_mbc_ambiguous()
158 return FALSE; in iso_8859_9_is_code_ctype()
H A Dunicode.c3312 return FALSE; in onigenc_unicode_is_code_ctype()
3318 return FALSE; in onigenc_unicode_is_code_ctype()
3324 return FALSE; in onigenc_unicode_is_code_ctype()
3337 return FALSE; in onigenc_unicode_is_code_ctype()
H A Diso8859_5.c139 return (v != 0 ? TRUE : FALSE); in iso_8859_5_is_mbc_ambiguous()
141 return FALSE; in iso_8859_5_is_mbc_ambiguous()
150 return FALSE; in iso_8859_5_is_code_ctype()
H A Dkoi8.c137 return (v != 0 ? TRUE : FALSE); in koi8_is_mbc_ambiguous()
139 return FALSE; in koi8_is_mbc_ambiguous()
149 return FALSE; in koi8_is_code_ctype()
H A Dkoi8_r.c137 return (v != 0 ? TRUE : FALSE); in koi8_r_is_mbc_ambiguous()
139 return FALSE; in koi8_r_is_mbc_ambiguous()
148 return FALSE; in koi8_r_is_code_ctype()
/PHP-5.4/scripts/dev/generate-phpt/src/codeSnippets/
H A Dboolean.txt5 'uppercase FALSE' =>FALSE,
/PHP-5.4/ext/standard/tests/general_functions/
H A Dvar_export_basic2.phpt19 "FALSE" => FALSE,
29 var_export( $bool_value, FALSE);
65 -- Iteration: FALSE --
H A Dgetservbyname_variation2.phpt16 'uppercase FALSE' =>FALSE,
/PHP-5.4/ext/standard/tests/array/
H A Darray_keys_variation_004.phpt9 FALSE => FALSE,
21 $values = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "php", "");
H A Darray_keys_variation_003.phpt9 FALSE => FALSE,
21 $values = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "php", "");
/PHP-5.4/ext/standard/tests/strings/
H A Dstr_replace.phpt36 $search_arr = array( TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL,
50 $subject = "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE\000
82 FALSE,
83 "FALSE",
617 string(177) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE
624 string(177) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE
631 string(182) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE
638 string(191) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE
645 string(182) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE
666 string(189) "Hello, world,0120333.3445FOUND67 NULL TRUE FALSE
[all …]
H A Dstrstr.phpt51 FALSE,
52 "FALSE",
230 string(67) "-3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
238 string(67) "-3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
251 string(55) "NULL TRUE FALSE� abcd\xxyz �0 octal
256 string(74) "012033 -3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
269 string(50) "TRUE FALSE� abcd\xxyz �0 octal
274 string(73) "12033 -3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
287 string(45) "FALSE� abcd\xxyz �0 octal
297 string(60) " NULL TRUE FALSE� abcd\xxyz �0 octal
[all …]
H A Dvsprintf_variation6.phpt46 array(true), array(false), array(TRUE), array(FALSE),
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dsprintf_variation15.phpt43 "FALSE",
203 string(5) "FALSE"
205 string(5) "FALSE"
207 string(6) " FALSE"
208 string(6) "FALSE "
209 string(6) " FALSE"
211 FALSE"
212 string(5) "FALSE"
213 string(30) " FALSE"
/PHP-5.4/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)
H A DDOMDocument_validate_on_parse_variation.phpt21 $dom->validateOnParse = FALSE;
22 echo "validateOnParse set to FALSE: \n";
38 validateOnParse set to FALSE:
/PHP-5.4/ext/mbstring/tests/
H A Dmb_strimwidth.phpt22 ($str === FALSE) ? print "4 OK\n" : print "NG: $str\n";
25 ($str === FALSE) ? print "5 OK\n" : print "NG: $str\n";
28 ($str === FALSE) ? print "6 OK\n" : print "NG: $str\n";
H A Dmb_internal_encoding.phpt35 ($r === FALSE) ? print "OK_BAD_SET\n" : print "NG_BAD_SET\n";
40 ($r === FALSE) ? print "OK_BAD_ARY_SET\n" : print "NG_BAD_ARY_SET\n";
45 ($r === FALSE) ? print "OK_BAD_OBJ_SET\n" : print "NG_BAD_OBJ_SET\n";
/PHP-5.4/ext/dba/tests/
H A Ddba_handler.inc6 if (($db_file = dba_open($db_filename, 'n'.$lock_flag, $handler))!==FALSE) {
17 if (($db_file = dba_open($db_filename, 'r'.$lock_flag, $handler))===FALSE) {
48 if ($db_writer!==FALSE) {
60 if (($db_file = dba_open($db_filename, 'r'.$lock_flag, $handler))!==FALSE) {
76 if (($db_file = dba_popen($db_filename, 'r'.($lock_flag==''?'':'-'), $handler))!==FALSE) {
H A Ddba007.phpt15 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
20 if (($db_file1=dba_open($db_file1, "n", $handler))!==FALSE) {
25 if (($db_file2=dba_open($db_file2, "n", $handler))!==FALSE) {
H A Ddba_db4_009.phpt16 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
21 if (($db_file1=dba_open($db_file1, "n", $handler))!==FALSE) {
26 if (($db_file2=dba_open($db_file2, "n", $handler))!==FALSE) {
/PHP-5.4/ext/gd/libgd/
H A Dgd_io_dp.c26 #define FALSE 0 macro
159 return FALSE; in dynamicSeek()
166 return FALSE; in dynamicSeek()
277 dp->dataGood = FALSE; in allocDynamic()
299 return FALSE; in appendDynamic()
308 return FALSE; in appendDynamic()
357 return FALSE; in trimDynamic()
H A Dgd_gif_in.c35 #define FALSE 0 macro
146 int ZeroDataBlock = FALSE; in gdImageCreateFromGifCtx()
295 return FALSE; in ReadColorMap()
317 return FALSE; in DoExtension()
324 return FALSE; in DoExtension()
381 scd->done = FALSE; in GetCode_()
455 sd->fresh = FALSE; in LWZReadByte_()
458 GetCode(fd, &sd->scd, sd->code_size, FALSE, ZeroDataBlockP); in LWZReadByte_()
479 GetCode(fd, &sd->scd, sd->code_size, FALSE, ZeroDataBlockP); in LWZReadByte_()
596 while ((v = LWZReadByte(fd, &sd, FALSE, c, ZeroDataBlockP)) >= 0) { in ReadImage()
[all …]
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c88 BOOL had_recurse = FALSE; in find_minlength()
164 had_recurse = FALSE; in find_minlength()
666 caseless = FALSE; in set_table_bit()
941 try_next = FALSE; in set_start_bits()
985 try_next = FALSE; in set_start_bits()
1077 try_next = FALSE; in set_start_bits()
1088 try_next = FALSE; in set_start_bits()
1123 try_next = FALSE; in set_start_bits()
1151 try_next = FALSE; in set_start_bits()
1161 try_next = FALSE; in set_start_bits()
[all …]
H A Dpcre_compile.c1503 *negptr = FALSE; in get_ucp()
1557 return FALSE; in get_ucp()
1562 return FALSE; in get_ucp()
2619 return FALSE; in could_be_empty_branch()
2758 return FALSE; in could_be_empty()
2868 return FALSE; in check_char_prop()
2912 list[1] = FALSE; in get_chr_property_list()
3937 return FALSE; in check_posix_syntax()
4482 BOOL utf = FALSE; in compile_branch()
8079 return FALSE; in compile_branch()
[all …]

Completed in 86 milliseconds

12345678910>>...55