| /PHP_TRUNK/ext/bcmath/libbcmath/src/ |
| H A D | nearzero.c | 67 return TRUE;
|
| H A D | str2num.c | 73 zero_int = TRUE;
|
| H A D | zero.c | 50 if (num == BCG(_zero_)) return TRUE; 62 return TRUE;
|
| /PHP_TRUNK/ext/soap/interop/ |
| H A D | test.utility.php | 55 if (($f1 == 'true' || $f1 === TRUE || $f1 != 0) && 56 ($f2 == 'true' || $f2 === TRUE || $f2 != 0)) return TRUE; 58 ($f2 == 'false' || $f2 === FALSE || $f2 == 0)) return TRUE; 86 return TRUE;
|
| /PHP_TRUNK/ext/xmlreader/examples/ |
| H A D | xmlreader_validatedtd.php | 6 $xml->setParserProperty(XMLREADER::LOADDTD, TRUE); 7 $xml->setParserProperty(XMLREADER::VALIDATE, TRUE);
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_io_dp.c | 25 #define TRUE 1 macro 180 return TRUE; 281 dp->dataGood = TRUE; 286 dp->dataGood = TRUE; 289 return TRUE; 324 return TRUE; 336 return TRUE; 349 return TRUE;
|
| H A D | gd_ss.c | 7 #define TRUE 1 macro
|
| H A D | gdkanji.c | 31 #ifdef TRUE 32 #undef TRUE macro 38 #define TRUE 1 macro 322 daku = TRUE; /* Daku-ten */ 324 handaku = TRUE; /* Han-daku-ten */ 400 jisx0208 = TRUE; 409 hankaku = TRUE; 470 int kanji = TRUE;
|
| /PHP_TRUNK/ext/intl/breakiterator/ |
| H A D | codepointiterator_internal.cpp | 58 this->fText = utext_clone(this->fText, that.fText, FALSE, TRUE, &uec); 88 return TRUE; 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_locale.c | 69 RETVAL_STRINGL( locale_name, strlen(locale_name), TRUE );
|
| /PHP_TRUNK/ext/mbstring/oniguruma/enc/ |
| H A D | euc_tw.c | 108 if (c <= 0x7e) return TRUE;
|
| H A D | sjis.c | 170 return (code_to_mbclen(code) > 1 ? TRUE : FALSE); 205 return (SJIS_ISMB_TRAIL(c) ? FALSE : TRUE); 263 return (code_to_mbclen(code) > 1 ? TRUE : FALSE);
|
| H A D | utf16_be.c | 164 return TRUE; 176 return TRUE; 178 return (v != 0 ? TRUE : FALSE);
|
| H A D | utf16_le.c | 166 return TRUE; 177 return TRUE; 179 return (v != 0 ? TRUE : FALSE);
|
| H A D | utf32_be.c | 128 return TRUE; 139 return TRUE; 141 return (v != 0 ? TRUE : FALSE);
|
| H A D | utf32_le.c | 128 return TRUE; 139 return TRUE; 141 return (v != 0 ? TRUE : FALSE);
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli_mysqlnd.h | 44 #define mysqli_change_user_silent(c, u, p, d, p_len) mysqlnd_change_user_ex((c), (u), (p), (d), TRUE, (size_t)(p_len))
|
| /PHP_TRUNK/ext/mysql/ |
| H A D | php_mysql_structs.h | 30 #ifndef TRUE 31 #define TRUE 1 macro
|
| /PHP_TRUNK/main/ |
| H A D | win95nt.h | 50 #define php_sleep(t) SleepEx(t*1000, TRUE)
|
| /PHP_TRUNK/win32/build/ |
| H A D | deplister.c | 34 return TRUE; 38 return TRUE; 40 return TRUE;
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_driver.c | 58 if (mysqlnd_library_initted == TRUE) { 73 mysqlnd_library_initted = TRUE; 107 mnd_pefree(element->error, TRUE); 244 ret->m->dtor(ret, TRUE TSRMLS_CC);
|
| H A D | mysqlnd_ps_codec.c | 364 mysqlnd_ps_fetch_functions[MYSQL_TYPE_NULL].can_ret_as_str_in_uni = TRUE; 369 mysqlnd_ps_fetch_functions[MYSQL_TYPE_TINY].can_ret_as_str_in_uni = TRUE; 374 mysqlnd_ps_fetch_functions[MYSQL_TYPE_SHORT].can_ret_as_str_in_uni = TRUE; 379 mysqlnd_ps_fetch_functions[MYSQL_TYPE_YEAR].can_ret_as_str_in_uni = TRUE; 384 mysqlnd_ps_fetch_functions[MYSQL_TYPE_INT24].can_ret_as_str_in_uni = TRUE; 389 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].can_ret_as_str_in_uni = TRUE; 394 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONGLONG].can_ret_as_str_in_uni = TRUE; 399 mysqlnd_ps_fetch_functions[MYSQL_TYPE_FLOAT].can_ret_as_str_in_uni = TRUE; 404 mysqlnd_ps_fetch_functions[MYSQL_TYPE_DOUBLE].can_ret_as_str_in_uni = TRUE; 409 mysqlnd_ps_fetch_functions[MYSQL_TYPE_TIME].can_ret_as_str_in_uni = TRUE; [all...] |
| H A D | mysqlnd_ps.c | 104 ret = result->m.store_result_fetch_data(conn, result, result->meta, TRUE TSRMLS_CC); 174 if ((result = result->m.store_result(result, conn, TRUE TSRMLS_CC))) { 187 result->m.free_result(result, TRUE TSRMLS_CC); 202 TRUE: 260 field_packet->skip_parsing = TRUE; 401 if (FAIL == stmt_to_prepare->conn->m->simple_command(stmt_to_prepare->conn, COM_STMT_PREPARE, (const zend_uchar *) query, query_len, PROT_LAST, FALSE, TRUE TSRMLS_CC) || 453 s_to_prepare->m->dtor(s_to_prepare, TRUE TSRMLS_CC); 461 s_to_prepare->m->dtor(s_to_prepare, TRUE TSRMLS_CC); 536 stmt->cursor_exists = TRUE; 608 stmt->result_zvals_separated_once == TRUE [all...] |
| /PHP_TRUNK/win32/ |
| H A D | registry.c | 192 PW32G(registry_event) = CreateEvent(NULL, TRUE, FALSE, NULL); 194 RegNotifyChangeKeyValue(PW32G(registry_key), TRUE, RegNotifyFlags, PW32G(registry_event), TRUE); local 200 RegNotifyChangeKeyValue(PW32G(registry_key), TRUE, RegNotifyFlags, PW32G(registry_event), TRUE); local
|
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre_newline.c | 70 utf TRUE if in utf mode 72 Returns: TRUE or FALSE 94 case CHAR_LF: *lenptr = 1; return TRUE; 96 return TRUE; 109 case CHAR_FF: *lenptr = 1; return TRUE; 113 return TRUE; 117 case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE; 119 case 0x2029: *lenptr = 3; return TRUE; /* PS */ 123 case 0x2029: *lenptr = 1; return TRUE; /* PS */ 145 utf TRUE i [all...] |