Home
last modified time | relevance | path

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

12345678910>>...56

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Diso8859_13.c141 return FALSE;
146 return (v != 0 ? TRUE : FALSE);
156 return FALSE; in is_code_ctype()
H A Diso8859_15.c142 return FALSE;
147 return (v != 0 ? TRUE : FALSE);
157 return FALSE; in is_code_ctype()
H A Diso8859_3.c141 return FALSE;
146 return (v != 0 ? TRUE : FALSE);
156 return FALSE; in is_code_ctype()
H A Diso8859_4.c140 return FALSE;
145 return (v != 0 ? TRUE : FALSE);
155 return FALSE; in is_code_ctype()
H A Diso8859_9.c141 return FALSE;
146 return (v != 0 ? TRUE : FALSE);
156 return FALSE; in is_code_ctype()
H A Dsjis.c170 return (code_to_mbclen(code) > 1 ? TRUE : FALSE);
174 return FALSE;
205 return (SJIS_ISMB_TRAIL(c) ? FALSE : TRUE); in is_allowed_reverse_match()
263 return (code_to_mbclen(code) > 1 ? TRUE : FALSE); in is_code_ctype()
277 return FALSE; in is_code_ctype()
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp58 this->fText = utext_clone(this->fText, that.fText, FALSE, TRUE, &uec); in operator =()
78 return FALSE; in operator ==()
85 return FALSE; in operator ==()
109 return utext_clone(fillIn, this->fText, FALSE, TRUE, &status); in getUText()
128 this->fText = utext_clone(this->fText, text, FALSE, TRUE, &status); in setText()
280 this->fText = utext_clone(this->fText, input, FALSE, TRUE, &status); in refreshInputText()
/PHP-5.5/ext/bz2/tests/
H A Dbug72613.phpt8 if ($fp === FALSE) {
14 if ($res === FALSE) {
/PHP-5.5/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.5/ext/standard/tests/general_functions/
H A Dgetservbyname_variation2.phpt16 'uppercase FALSE' =>FALSE,
H A Dget_cfg_var_variation2.phpt22 'uppercase FALSE' =>FALSE,
H A Dgetservbyname_variation9.phpt21 'uppercase FALSE' =>FALSE,
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt21 $dom->validateOnParse = FALSE;
22 echo "validateOnParse set to FALSE: \n";
38 validateOnParse set to FALSE:
H A DDOMDocument_standalone_basic.phpt26 $dom->standalone = FALSE;
28 echo "Set standalone to FALSE, reading again:\n";
41 Set standalone to FALSE, reading again:
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c90 BOOL had_recurse = FALSE; in find_minlength()
168 had_recurse = FALSE; in find_minlength()
672 caseless = FALSE; in set_table_bit()
947 try_next = FALSE; in set_start_bits()
991 try_next = FALSE; in set_start_bits()
1083 try_next = FALSE; in set_start_bits()
1094 try_next = FALSE; in set_start_bits()
1129 try_next = FALSE; in set_start_bits()
1157 try_next = FALSE; in set_start_bits()
1167 try_next = FALSE; in set_start_bits()
[all …]
H A Dpcre_compile.c1522 *negptr = FALSE; in get_ucp()
1576 return FALSE; in get_ucp()
1581 return FALSE; in get_ucp()
2638 return FALSE; in could_be_empty_branch()
2777 return FALSE; in could_be_empty()
2887 return FALSE; in check_char_prop()
2931 list[1] = FALSE; in get_chr_property_list()
3951 return FALSE; in check_posix_syntax()
4498 BOOL utf = FALSE; in compile_branch()
8205 return FALSE; in compile_branch()
[all …]
/PHP-5.5/ext/dba/tests/
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) {
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) {
68 if (($db_file = dba_open($db_filename, 'r'.$lock_flag, $handler))!==FALSE) {
84 if (($db_file = dba_popen($db_filename, 'r'.($lock_flag==''?'':'-'), $handler))!==FALSE) {
/PHP-5.5/ext/standard/tests/strings/
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.5/ext/mbstring/tests/
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.5/sapi/cli/tests/
H A Dbug61546.phpt5 // reference doc for getmyinode() on php.net states that it returns an integer or FALSE on error
6 // on Windows, getmyinode() returns 0 which normally casts to FALSE
7 // however, the implementation of getmyinode() (in pageinfo.c) returns an explicit FALSE in the
/PHP-5.5/ext/intl/doc/
H A Dgrapheme_api.php104 function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {}
115 function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {}

Completed in 192 milliseconds

12345678910>>...56