Home
last modified time | relevance | path

Searched refs:set (Results 376 – 400 of 618) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_escape_string_eucjpms.phpt18 die(sprintf("skip Cannot set charset 'eucjpms'"));
H A Dmysqli_real_escape_string_euckr.phpt18 die(sprintf("skip Cannot set charset 'euckr'"));
H A Dmysqli_real_escape_string_gb2312.phpt18 die(sprintf("skip Cannot set charset 'gb2312'"));
H A Dmysqli_stmt_get_result2.phpt123 printf("[021] Bound variables should not have been set\n");
138 printf("[024] Unknown result set type %s\n", $res->type);
H A Dmysqli_pconn_disabled.phpt26 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-4.phpt82 Warning: socket_set_block(): unable to set blocking mode [%d]: %s in %s on line %d
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt19 die('Unable to set nonblocking mode for socket');
H A Dsocket_import_stream-4-win.phpt83 Warning: socket_set_block(): unable to set blocking mode [%d]: An operation was attempted on someth…
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug68371.phpt18 // Extensive test: default value and set+get values
/PHP-5.5/ext/spl/internal/
H A Dsplqueue.inc30 * can be set:
/PHP-5.5/ext/oci8/tests/
H A Ddetails.inc9 * greater, and $dbase should be set to the tnsnames.ora entry
H A Dxmltype_01.phpt61 set xt_spec = XMLType(:clob)
H A Dpassword.phpt7 if (empty($dbase)) die ("skip requires database connection string be set");
H A Dpassword_2.phpt7 if (empty($dbase)) die ("skip requires database connection string be set");
/PHP-5.5/ext/standard/tests/general_functions/
H A Disset_basic1.phpt6 * Description: Determine if a variable is set and is not NULL
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps.c717 MYSQLND_RES_BUFFERED *set = result->stored_data; in mysqlnd_stmt_fetch_row_buffered() local
725 if (set->data_cursor && in mysqlnd_stmt_fetch_row_buffered()
726 (set->data_cursor - set->data) < (set->row_count * field_count)) in mysqlnd_stmt_fetch_row_buffered()
732 zval **current_row = set->data_cursor; in mysqlnd_stmt_fetch_row_buffered()
735 uint64_t row_num = (set->data_cursor - set->data) / field_count; in mysqlnd_stmt_fetch_row_buffered()
736 enum_func_status rc = result->m.row_decoder(set->row_buffers[row_num], in mysqlnd_stmt_fetch_row_buffered()
745 set->initialized_rows++; in mysqlnd_stmt_fetch_row_buffered()
793 set->data_cursor += field_count; in mysqlnd_stmt_fetch_row_buffered()
799 set->data_cursor = NULL; in mysqlnd_stmt_fetch_row_buffered()
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c897 fd_set set;
900 FD_ZERO(&set);
901 FD_SET(req->fd, &set);
904 ret = select(req->fd + 1, &set, NULL, NULL, &tv) >= 0;
906 if (ret > 0 && FD_ISSET(req->fd, &set)) {
/PHP-5.5/
H A DREADME.STREAMS121 This function will set buf to the address of the buffer that it allocated,
123 data remaining on the stream if you set maxlen to PHP_STREAM_COPY_ALL.
140 make_seekable will always set newstream to be the stream that is valid
164 not a lock can be set on this stream. Typically you can only set locks on stdio streams.
310 hold it, allocate it (use pemalloc with the persistent flag set
H A Dacinclude.m446 dnl execute code, if variable is not set in namespace
54 eval "$1$unique=set"
132 AC_MSG_ERROR([host_alias is not set!])
249 set $ac_src
1593 eval test '"${'$ac_shellvar'+set}"' = set && ac_set=$ac_shellvar
2233 set $icu_version_full
2548 set $libxml_full_version
2618 set $ac_output
2803 dnl We also set some useful CFLAGS if the user didn't set any
2921 set $ac_provsrc
[all …]
/PHP-5.5/ext/mysql/tests/
H A Dmysql_client_encoding.phpt41 printf("[008] Cannot determine current character set and collation\n");
H A Dmysql_error.phpt56 printf("[009] Connect error should have been set\n");
/PHP-5.5/ext/standard/tests/strings/
H A Dconvert_cyr_string_variation1.phpt7 * Description: Convert from one Cyrillic character set to another
/PHP-5.5/ext/curl/tests/
H A Dbug48203_multi.phpt22 // we also need to set CURLOPT_VERBOSE to test CURLOPT_STDERR properly
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_variation1.phpt33 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation3.phpt22 mb_regex_encoding('utf-8'); // have to set otherwise won't match $mb properly

Completed in 93 milliseconds

1...<<11121314151617181920>>...25