Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 25 of 835) sorted by last modified time

12345678910>>...34

/PHP-7.4/
H A DNEWS560 . Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb)
H A Drun-tests.php1413 if (FALSE !== strpos($sockHost, ":")) {
1434 if ($proc === FALSE) {
1441 if ($workerSock === FALSE) {
1461 if (fwrite($workerSock, $greeting) === FALSE) {
1467 if ($rawReply === FALSE) {
1479 stream_set_blocking($workerSock, FALSE);
1505 if ($i === FALSE) {
1509 while (FALSE !== ($rawMessage = fgets($workerSock))) {
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c687 packet->new_auth_protocol = mnd_pestrdup((char *)p, FALSE); in php_mysqlnd_auth_response_read()
719 packet->message = mnd_pestrndup((char *)p, packet->message_len, FALSE); in php_mysqlnd_auth_response_read()
859 packet->message = mnd_pestrndup((char *)p, packet->message_len, FALSE); in php_mysqlnd_ok_read()
1662 zend_bool uns = fields_metadata[i].flags & UNSIGNED_FLAG? TRUE:FALSE; in php_mysqlnd_rowp_read_text_protocol_aux()
1668 (uns == FALSE && (( L64(2147483647) < (int64_t) v) || in php_mysqlnd_rowp_read_text_protocol_aux()
1801 packet->eof = FALSE; in php_mysqlnd_rowp_read()
2033 packet->new_auth_protocol = mnd_pestrdup((char *)p, FALSE); in php_mysqlnd_chg_user_read()
2212 packet->new_auth_protocol = mnd_pestrdup((char *)p, FALSE); in php_mysqlnd_cached_sha2_result_read()
H A Dmysqlnd_result.c660 *fetched_anything = FALSE; in MYSQLND_METHOD()
674 row_packet->skip_extraction = FALSE; in MYSQLND_METHOD()
792 *fetched_anything = FALSE; in MYSQLND_METHOD()
928 if (ps == FALSE) { in MYSQLND_METHOD()
1036 *fetched_anything = *row? TRUE:FALSE; in MYSQLND_METHOD()
1041 *fetched_anything = FALSE; in MYSQLND_METHOD()
1049 *fetched_anything = FALSE; in MYSQLND_METHOD()
1136 *fetched_anything = FALSE; in MYSQLND_METHOD()
1243 *fetched_anything = FALSE; in MYSQLND_METHOD()
1261 *fetched_anything = FALSE; in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_connection.c597 zend_bool unix_socket = FALSE;
598 zend_bool named_pipe = FALSE;
599 zend_bool reconnect = FALSE;
600 zend_bool saved_compression = FALSE;
601 zend_bool local_tx_started = FALSE;
638 pfc->data->compressed = FALSE;
641 pfc->data->ssl = FALSE;
2043 zend_bool warned = FALSE;
2064 } else if (warned == FALSE) {
2551 zend_bool disproportion = FALSE;
[all …]
H A Dmysqlnd_ps.c242 …RN((stmt && conn && (conn->m->get_server_status(conn) & SERVER_MORE_RESULTS_EXISTS))? TRUE: FALSE); in MYSQLND_METHOD()
754 *fetched_anything = FALSE; in mysqlnd_stmt_fetch_row_buffered()
838 *fetched_anything = FALSE; in mysqlnd_stmt_fetch_row_unbuffered()
855 row_packet->skip_extraction = stmt && stmt->result_bind? FALSE:TRUE; in mysqlnd_stmt_fetch_row_unbuffered()
1028 row_packet->skip_extraction = stmt->result_bind? FALSE:TRUE; in mysqlnd_fetch_stmt_row_cursor()
1097 *fetched_anything = FALSE; in mysqlnd_fetch_stmt_row_cursor()
1823 stmt->update_max_length = bval? TRUE:FALSE; in MYSQLND_METHOD()
H A Dmysqlnd_auth.c73 …ested_protocol = mnd_pestrdup(auth_protocol? auth_protocol : MYSQLND_DEFAULT_AUTH_PROTOCOL, FALSE); in mysqlnd_run_authentication()
83 mnd_pefree(requested_protocol, FALSE); in mysqlnd_run_authentication()
84 requested_protocol = mnd_pestrdup(MYSQLND_DEFAULT_AUTH_PROTOCOL, FALSE); in mysqlnd_run_authentication()
127 if (FALSE == is_change_user) { in mysqlnd_run_authentication()
147 first_call = FALSE; in mysqlnd_run_authentication()
231 charset_no, session_options, mysql_flags, FALSE /*silent*/, FALSE/*is_change*/); in mysqlnd_connect_run_authentication()
339 …= mnd_pestrndup(auth_resp_packet.new_auth_protocol, auth_resp_packet.new_auth_protocol_len, FALSE); in mysqlnd_auth_handshake()
467 …tocol = mnd_pestrndup(chg_user_resp.new_auth_protocol, chg_user_resp.new_auth_protocol_len, FALSE); in mysqlnd_auth_change_user()
H A Dmysqlnd_libmysql_compat.h42 #define mysql_change_user(r,a,b,c) mysqlnd_change_user((r), (a), (b), (c), FALSE)
109 #define mysql_free_result(r) mysqlnd_free_result((r), FALSE)
/PHP-7.4/ext/gd/libgd/
H A Dgd_png.c15 #define FALSE 0 macro
141 volatile int palette_allocated = FALSE; in gdImageCreateFromPngCtx()
498 volatile int remap = FALSE; in gdImagePngCtxEx()
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp61 this->fText = utext_clone(this->fText, that.fText, FALSE, TRUE, &uec); in operator =()
85 return FALSE; in operator ==()
92 return FALSE; in operator ==()
116 return utext_clone(fillIn, this->fText, FALSE, TRUE, &status); in getUText()
135 this->fText = utext_clone(this->fText, text, FALSE, TRUE, &status); in setText()
287 this->fText = utext_clone(this->fText, input, FALSE, TRUE, &status); in refreshInputText()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1627 return FALSE; in detect_repeat()
1647 return FALSE; in detect_repeat()
1697 return FALSE; in detect_repeat()
5386 any = FALSE; in scan_prefix()
5387 class = FALSE; in scan_prefix()
5829 return FALSE; in check_fast_forward_char_pair_simd()
5948 return FALSE; in fast_forward_first_n_chars()
6670 return FALSE; in optimize_class_ranges()
6776 return FALSE; in optimize_class_ranges()
6790 return FALSE; in optimize_class_chars()
[all …]
/PHP-7.4/ext/mysqli/
H A Dmysqli.c564 mysqli_globals->rollback_on_cached_plink = FALSE; in PHP_INI_END()
H A Dmysqli_api.c74 zend_bool warned = FALSE; in mysqli_escape_string_for_tx_name_in_comment()
95 } else if (warned == FALSE) { in mysqli_escape_string_for_tx_name_in_comment()
695 mysqli_commit_or_rollback_libmysql(mysql->mysql, FALSE, TRANS_COR_NO_OPT, NULL)) in php_mysqli_close()
708 mysql->persistent = FALSE; in php_mysqli_close()
1130 RETURN_BOOL(FALSE);
1373 mysqli_free_result(result, FALSE);
1529 php_mysqli_init(INTERNAL_FUNCTION_PARAM_PASSTHRU, FALSE);
1874 mysqli_stmt_close(stmt->stmt, FALSE);
1920 mysqli_common_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, TRUE, FALSE);
1998 if (mysqli_commit_or_rollback_libmysql(mysql->mysql, FALSE, flags, name)) {
[all …]
/PHP-7.4/TSRM/
H A Dtsrm_win32.c205 BOOL fAccess = FALSE; in tsrm_win32_access()
366 if(fAccess == FALSE) { in tsrm_win32_access()
522 read = (type[0] == 'r') ? TRUE : FALSE; in popen_ex()
526 in = dupHandle(in, FALSE); in popen_ex()
530 out = dupHandle(out, FALSE); in popen_ex()
546 asuser = FALSE; in popen_ex()
623 BOOL created = FALSE; in shmget()
629 shm_handle = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, shm_segment); in shmget()
630 info_handle = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, shm_info); in shmget()
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h81 #define FALSE 0 macro
H A Dzero.c59 return FALSE; in bc_is_zero_for_scale()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c2247 WaitForMultipleObjects(kids, kid_cgi_ps, FALSE, INFINITE);
/PHP-7.4/sapi/cli/
H A Dphp_cli.c611 return FALSE; in php_cli_win32_ctrl_handler()
/PHP-7.4/ext/opcache/
H A Dshared_alloc_win32.c92 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp327 tz->getOffset(now, FALSE, rawOffset, dstOffset, uec); in TimeZone_get_debug_info()
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c641 BOOL isVolume = FALSE; in tsrm_realpath_r()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c58 #define FALSE 0 macro
2523 return FALSE; in odbc_sqlconnect()
2567 return FALSE; in odbc_sqlconnect()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c3464 return FALSE; in is_map()
3473 return FALSE; in is_map()
3489 different = FALSE; in get_array_type()
H A Dphp_xml.c208 return FALSE; in attr_is_equal_ex()
213 return FALSE; in attr_is_equal_ex()
224 return FALSE; in node_is_equal_ex()
229 return FALSE; in node_is_equal_ex()
324 return FALSE; in parse_namespace()
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c1708 if (php_win32_console_fileno_set_vt100(fileno, enable ? TRUE : FALSE)) { in PHP_FUNCTION()

Completed in 284 milliseconds

12345678910>>...34