Home
last modified time | relevance | path

Searched refs:data (Results 1876 – 1900 of 2082) sorted by relevance

1...<<71727374757677787980>>...84

/PHP-5.4/ext/standard/tests/strings/
H A Dvfprintf_variation14_64bit.phpt61 // array of boolean data
H A Dvfprintf_variation18.phpt50 // array of boolean data
H A Dvprintf_variation18.phpt50 // array of boolean data
H A Dvsprintf_variation18.phpt50 // array of boolean data
/PHP-5.4/ext/standard/tests/array/
H A Dksort_variation3.phpt6 * Description: Sort an array by key, maintaining key to data correlation
H A Drsort_variation5.phpt16 * Pass arrays containing different string data to rsort() to test behaviour
H A Dkrsort_variation3.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Drsort_variation3.phpt15 * Pass arrays containing different numeric data to rsort() to test behaviour
/PHP-5.4/ext/standard/tests/file/
H A D007_variation16.phpt39 $file_handle = fopen($file, "x+t"); //Opening the existing data file in "x+t" mode to check for th…
H A D007_variation24.phpt39 $file_handle = fopen($file, "x+b"); //Opening the existing data file in "x+b" mode to check for th…
H A Dfscanf_variation4.phpt23 // non-integer type of data
H A Dfscanf_variation51.phpt22 //writing data to the file
H A Dfseek_ftell_rewind_basic1.phpt30 echo "\n-- File having data of type ". $file_content_type ." --\n";
66 -- File having data of type text_with_new_line --
260 -- File having data of type alphanumeric --
H A Dftruncate_variation1-win32.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
74 -- Testing ftruncate() with file having data of type numeric --
268 -- Testing ftruncate() with file having data of type text_with_new_line --
/PHP-5.4/ext/mbstring/
H A DREADME_PHP3-i18n-ja212 if you prefer to spit out anything in raw binary format, your data
381 takes place at the time of output. If you convert any data within
696 xxxx.php?data=<Japanese text>, use urlencode function in PHP. If not,
699 ex: <a href="hoge.php?data=<? echo urlencode($data) ?>">Link</a>
702 o When passing data via GET/POST/COOKIE, \ character sneaks in
704 When using SJIS as internal encoding, or passed-on data includes '"\,
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.c990 MYSQLND_CONN_DATA * conn = conn_handle->data;
1134 if (CONN_GET_STATE((*p)->data) <= CONN_READY || CONN_GET_STATE((*p)->data) == CONN_QUIT_SENT) {
1143 if (CONN_GET_STATE((*p)->data) <= CONN_READY || CONN_GET_STATE((*p)->data) == CONN_QUIT_SENT) {
1173 stream = (*p)->data->net->stream;
1200 stream = (*fwd)->data->net->stream;
2713 DBG_INF_FMT("conn=%llu", conn->data->thread_id);
2715 conn->data->m->free_reference(conn->data TSRMLS_CC);
2729 MYSQLND_CONN_DATA * conn = conn_handle->data;
H A Dmysqlnd_structs.h258 zend_uchar * data; member
690 …ta)(MYSQLND_STMT * const stmt, unsigned int param_num, const char * const data, unsigned long leng…
886 MYSQLND_CONN_DATA * data; member
920 zval **data; member
1020 MYSQLND_STMT_DATA * data; member
/PHP-5.4/ext/oci8/tests/
H A Dbug27303_1_11gR1.phpt32 $stmt = "insert into mytab (mydata, seqcol) values ('Some data', myseq.nextval) returning seqcol in…
H A Dbug27303_2_11gR1.phpt33 $stmt = "insert into mytab (mydata, seqcol) values ('Some data', myseq.nextval) returning seqcol in…
H A Dbug27303_3.phpt24 $stmt = "insert into mytab (mydata, seqcol) values ('Some data', myseq.nextval) returning seqcol in…
H A Dbug27303_4_11gR1.phpt31 $stmt = "insert into mytab (mydata, seqcol) values ('Some data', myseq.nextval) returning seqcol in…
/PHP-5.4/ext/mssql/
H A Dphp_mssql.h188 zval **data; member
/PHP-5.4/ext/mysqli/tests/
H A Dbug_mysql_49406.phpt85 printf("[008] PS and non-PS results differ, dumping data\n");
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt38 // Load data infile not allowed
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregparse.c1668 OnigCodePoint n, *data; in add_code_range_to_buf() local
1686 data++; in add_code_range_to_buf()
1698 if (to >= data[x*2] - 1) in add_code_range_to_buf()
1709 if (from > data[low*2]) in add_code_range_to_buf()
1710 from = data[low*2]; in add_code_range_to_buf()
1764 GET_CODE_POINT(n, data); in not_code_range_buf()
1765 data++; in not_code_range_buf()
1771 from = data[i*2]; in not_code_range_buf()
1772 to = data[i*2+1]; in not_code_range_buf()
1858 from2 = data[i*2]; in and_code_range1()
[all …]

Completed in 61 milliseconds

1...<<71727374757677787980>>...84