| /PHP_TRUNK/ext/bcmath/libbcmath/src/ |
| H A D | add.c | 63 cmp_res = _bc_do_compare (n1, n2, FALSE, FALSE); /* Compare magnitudes. */
|
| H A D | nearzero.c | 65 return FALSE;
|
| H A D | sub.c | 64 cmp_res = _bc_do_compare (n1, n2, FALSE, FALSE);
|
| H A D | zero.c | 60 return FALSE;
|
| /PHP_TRUNK/ext/soap/interop/ |
| H A D | test.utility.php | 57 if (($f1 == 'false' || $f1 === FALSE || $f1 == 0) && 58 ($f2 == 'false' || $f2 === FALSE || $f2 == 0)) return TRUE; 59 return FALSE; 70 $ok = FALSE; 80 if (gettype($ar1) != 'array' || gettype($ar2) != 'array') return FALSE; 81 if (count($ar1) != count($ar2)) return FALSE; 83 if (!array_key_exists($k,$ar2)) return FALSE; 84 if (!compare($v,$ar2[$k])) return FALSE; 90 if (gettype($obj1) != 'object' || gettype($obj2) != 'object') return FALSE; 91 // if (class_name(obj1) != class_name(obj2)) return FALSE; [all...] |
| /PHP_TRUNK/sapi/isapi/stresstest/ |
| H A D | stresstest.cpp | 94 BOOL bUseTestFiles = FALSE; 115 return FALSE; 120 return FALSE; 131 retval = FALSE; 136 retval = FALSE; 144 retval = FALSE; 164 return FALSE; 176 retval = FALSE; 209 return FALSE; 376 return FALSE; [all...] |
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_io_dp.c | 26 #define FALSE 0 macro 159 return FALSE; 166 return FALSE; 277 dp->dataGood = FALSE; 299 return FALSE; 308 return FALSE; 357 return FALSE;
|
| H A D | gd_ss.c | 8 #define FALSE 0 macro
|
| H A D | gdkanji.c | 34 #ifdef FALSE 35 #undef FALSE macro 39 #define FALSE 0 macro 252 int daku = FALSE; 253 int handaku = FALSE; 387 int jisx0208 = FALSE; 388 int hankaku = FALSE; 401 hankaku = FALSE; 406 jisx0208 = FALSE; 411 hankaku = FALSE; [all...] |
| /PHP_TRUNK/ext/intl/breakiterator/ |
| H A D | codepointiterator_internal.cpp | 58 this->fText = utext_clone(this->fText, that.fText, FALSE, TRUE, &uec); 78 return FALSE; 85 return FALSE; 109 return utext_clone(fillIn, this->fText, FALSE, TRUE, &status); 128 this->fText = utext_clone(this->fText, text, FALSE, TRUE, &status); 280 this->fText = utext_clone(this->fText, input, FALSE, TRUE, &status);
|
| /PHP_TRUNK/ext/intl/collator/ |
| H A D | collator_convert.c | 71 ZVAL_STRINGL( znew_val, (char*)new_val, UBYTES(new_val_len), FALSE ); local 116 ZVAL_STRINGL( znew_val, (char*)new_val, new_val_len, FALSE ); 204 ZVAL_STRINGL( utf8_zval, str, str_len, FALSE ); 235 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); local 310 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); local
|
| H A D | collator_error.c | 83 RETURN_STRING( (char*)message, FALSE );
|
| /PHP_TRUNK/ext/intl/doc/ |
| H A D | grapheme_api.php | 36 * @return int Returns the position as an integer. If needle is not found, strpos() will return boolean FALSE. 48 * @return int Returns the position as an integer. If needle is not found, grapheme_stripos() will return boolean FALSE. 60 * @return int Returns the position as an integer. If needle is not found, grapheme_strrpos() will return boolean FALSE. 72 * @return int Returns the position as an integer. If needle is not found, grapheme_strripos() will return boolean FALSE. 87 long, FALSE will be returned. If length is given and is negative, then 100 * @param [boolean] $before_needle If TRUE (the default is FALSE), grapheme_strstr() returns the part of the 102 * @return string Returns the portion of string, or FALSE if needle is not found. 104 function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {} 111 * @param [boolean] $before_needle If TRUE (the default is FALSE), grapheme_strstr() returns the part of the 113 * @return string Returns the portion of string, or FALSE i [all...] |
| /PHP_TRUNK/ext/mbstring/oniguruma/enc/ |
| H A D | ascii.c | 38 return FALSE;
|
| H A D | sjis.c | 170 return (code_to_mbclen(code) > 1 ? TRUE : FALSE); 174 return FALSE; 205 return (SJIS_ISMB_TRAIL(c) ? FALSE : TRUE); 263 return (code_to_mbclen(code) > 1 ? TRUE : FALSE); 277 return FALSE;
|
| H A D | utf32_be.c | 137 return FALSE; 141 return (v != 0 ? TRUE : FALSE); 144 return FALSE;
|
| H A D | utf32_le.c | 137 return FALSE; 141 return (v != 0 ? TRUE : FALSE); 144 return FALSE;
|
| /PHP_TRUNK/ext/com_dotnet/ |
| H A D | com_olechar.c | 51 ok = FALSE; 83 ok = FALSE;
|
| /PHP_TRUNK/ext/mysql/ |
| H A D | php_mysql_structs.h | 34 #ifndef FALSE 35 #define FALSE 0 macro
|
| /PHP_TRUNK/ext/pdo_mysql/ |
| H A D | php_pdo_mysql_int.h | 42 #define PDO_DBG_INF(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LINE__, __FILE__, -1, "info : ", (msg)); } while (0) 43 #define PDO_DBG_ERR(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LINE__, __FILE__, -1, "error: ", (msg)); } while (0) 44 #define PDO_DBG_INF_FMT(...) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log_va(PDO_MYSQL_G(dbg), __LINE__, __FILE__, -1, "info : ", __VA_ARGS__); } while (0) 45 #define PDO_DBG_ERR_FMT(...) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log_va(PDO_MYSQL_G(dbg), __LINE__, __FILE__, -1, "error: ", __VA_ARGS__); } while (0)
|
| /PHP_TRUNK/ext/pdo_oci/ |
| H A D | php_pdo_oci_int.h | 91 #define oci_drv_error(w) _oci_error(H->err, dbh, NULL, w, H->last_err, FALSE, __FILE__, __LINE__ TSRMLS_CC) 92 #define oci_stmt_error(w) _oci_error(S->err, stmt->dbh, stmt, w, S->last_err, FALSE, __FILE__, __LINE__ TSRMLS_CC)
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_packet_soap.c | 47 return FALSE; 52 return FALSE; 71 return FALSE; 79 return FALSE; 87 return FALSE; 92 return FALSE; 96 return FALSE; 128 return FALSE; 136 return FALSE; 142 return FALSE; [all...] |
| H A D | php_xml.c | 211 return FALSE; 216 return FALSE; 227 return FALSE; 232 return FALSE; 327 return FALSE;
|
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre_newline.c | 72 Returns: TRUE or FALSE 97 default: return FALSE; 127 default: return FALSE; 147 Returns: TRUE or FALSE 176 default: return FALSE; 206 default: return FALSE;
|
| H A D | pcre_study.c | 87 BOOL had_recurse = FALSE; 162 had_recurse = FALSE; 588 caseless = FALSE; 868 if (rc == SSB_DONE) try_next = FALSE; else 884 try_next = FALSE; 940 tcode = set_table_bit(start_bits, tcode + 1, FALSE, cd, utf); 957 tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, FALSE, cd, utf); 975 (void)set_table_bit(start_bits, tcode + 1, FALSE, cd, utf); 976 try_next = FALSE; 987 try_next = FALSE; [all...] |