Home
last modified time | relevance | path

Searched refs:result (Results 1 – 25 of 873) sorted by relevance

12345678910>>...35

/PHP-7.0/tests/lang/
H A Dbug22592.phpt14 $result = "* *-*";
15 var_dump($result);
16 $result[6] = '*';
18 $result[1] = $i;
20 $result[3] = $s;
22 $result[7] = 0;
24 $a = $result[1] = $result[3] = '-';
26 $b = $result[3] = $result[5] = $s;
28 $c = $result[0] = $result[2] = $result[4] = $i;
30 $d = $result[6] = $result[8] = 5;
[all …]
/PHP-7.0/ext/pgsql/tests/
H A D03sync_query.phpt23 pg_fetch_object($result);
27 pg_fetch_row($result, $i);
31 pg_fetch_result($result, $i, 0);
34 pg_result_error($result);
57 pg_field_name($result, 0);
59 pg_field_size($result, 0);
60 pg_field_type($result, 0);
61 pg_field_prtlen($result, 0);
62 pg_field_is_null($result, 0);
65 pg_last_oid($result);
[all …]
H A D24sync_query_prepared.phpt18 pg_result_error($result);
19 pg_free_result($result);
31 pg_fetch_object($result);
42 pg_result_error($result);
45 pg_field_name($result, 0);
47 pg_field_size($result, 0);
48 pg_field_type($result, 0);
53 pg_result_error($result);
54 pg_free_result($result);
56 pg_last_oid($result);
[all …]
H A D98old_api.phpt12 pg_numrows($result);
13 pg_numfields($result);
14 pg_fieldname($result, 0);
15 pg_fieldsize($result, 0);
16 pg_fieldtype($result, 0);
17 pg_fieldprtlen($result, 0);
18 pg_fieldisnull($result, 0);
20 pg_result($result,0,0);
22 $oid = pg_getlastoid($result);
23 pg_freeresult($result);
[all …]
H A D23sync_query_params.phpt28 pg_fetch_object($result);
32 pg_fetch_row($result, $i);
36 pg_fetch_result($result, $i, 0);
39 pg_result_error($result);
42 pg_field_name($result, 0);
44 pg_field_size($result, 0);
45 pg_field_type($result, 0);
46 pg_field_prtlen($result, 0);
47 pg_field_is_null($result, 0);
50 pg_last_oid($result);
[all …]
H A D04async_query.phpt19 if (!($result = pg_get_result($db)))
33 pg_fetch_object($result);
37 pg_fetch_row($result, $i);
41 pg_fetch_result($result, $i, 0);
46 pg_field_name($result, 0);
48 pg_field_size($result, 0);
49 pg_field_type($result, 0);
50 pg_field_prtlen($result, 0);
51 pg_field_is_null($result, 0);
58 pg_last_oid($result);
[all …]
H A D32nb_async_query.phpt45 pg_fetch_object($result);
48 pg_fetch_row($result, $i);
51 pg_fetch_result($result, $i, 0);
56 pg_field_name($result, 0);
57 pg_field_num($result, $field_name);
58 pg_field_size($result, 0);
59 pg_field_type($result, 0);
60 pg_field_prtlen($result, 0);
61 pg_field_is_null($result, 0);
76 pg_last_oid($result);
[all …]
H A D25async_query_params.phpt37 pg_fetch_object($result);
41 pg_fetch_row($result, $i);
45 pg_fetch_result($result, $i, 0);
50 pg_field_name($result, 0);
51 pg_field_num($result, $field_name);
52 pg_field_size($result, 0);
53 pg_field_type($result, 0);
54 pg_field_prtlen($result, 0);
55 pg_field_is_null($result, 0);
62 pg_last_oid($result);
[all …]
H A D31nb_async_query_prepared.phpt37 pg_free_result($result);
59 pg_fetch_object($result);
62 pg_fetch_row($result, $i);
70 pg_field_name($result, 0);
72 pg_field_size($result, 0);
73 pg_field_type($result, 0);
74 pg_field_prtlen($result, 0);
75 pg_field_is_null($result, 0);
89 pg_free_result($result);
104 pg_last_oid($result);
[all …]
H A D26async_query_prepared.phpt28 pg_free_result($result);
51 pg_fetch_object($result);
55 pg_fetch_row($result, $i);
64 pg_field_name($result, 0);
66 pg_field_size($result, 0);
67 pg_field_type($result, 0);
68 pg_field_prtlen($result, 0);
69 pg_field_is_null($result, 0);
83 pg_free_result($result);
98 pg_last_oid($result);
[all …]
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_result.c200 mnd_pefree(result, result->persistent); in MYSQLND_METHOD()
302 result->unbuf->m.free_result(result->unbuf, result->conn? result->conn->stats : NULL); in MYSQLND_METHOD()
321 result->m.free_result_buffers(result); in MYSQLND_METHOD()
338 result->m.skip_result(result); in MYSQLND_METHOD()
371 result->meta = result->m.result_meta_init(result->field_count, result->persistent); in MYSQLND_METHOD()
525 result = stmt->result; in mysqlnd_query_read_result_set_header()
708 result->unbuf->m.free_last_data(result->unbuf, result->conn? result->conn->stats : NULL); in MYSQLND_METHOD()
786 result->unbuf->m.free_last_data(result->unbuf, result->conn? result->conn->stats : NULL); in MYSQLND_METHOD()
827 result->unbuf->m.free_last_data(result->unbuf, result->conn? result->conn->stats : NULL); in MYSQLND_METHOD()
912 result->unbuf->m.free_last_data(result->unbuf, result->conn? result->conn->stats : NULL); in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_ps.c87 result = stmt->result; in MYSQLND_METHOD()
97 …ret = result->m.store_result_fetch_data(conn, result, result->meta, &result->stored_data->row_buff… in MYSQLND_METHOD()
186 result->meta = stmt->result->meta->m->clone_metadata(stmt->result->meta, FALSE); in MYSQLND_METHOD()
205 result->m.free_result(result, TRUE); in MYSQLND_METHOD()
445 stmt_to_prepare->result = result; in MYSQLND_METHOD()
889 result->unbuf->m.free_last_data(result->unbuf, result->conn? result->conn->stats : NULL); in mysqlnd_stmt_fetch_row_unbuffered()
1008 result = stmt->result; in MYSQLND_METHOD()
1010 result->m.use_result(stmt->result, TRUE); in MYSQLND_METHOD()
1035 if (!stmt || !stmt->conn || !result || !result->conn || !result->unbuf) { in mysqlnd_fetch_stmt_row_cursor()
1074 result->unbuf->m.free_last_data(result->unbuf, result->conn? result->conn->stats : NULL); in mysqlnd_fetch_stmt_row_cursor()
[all …]
/PHP-7.0/ext/intl/tests/
H A Dformatter_get_set_attribute.phpt102 Old attribute value: 0 ; Format result: '12,345.123' ; Parse result: 12345.123
104 New attribute value: 1 ; Format result: '12,345.123' ; Parse result: 12345
107 Old attribute value: 1 ; Format result: '12,345.123' ; Parse result: 12345.123
109 New attribute value: 0 ; Format result: '12345.123' ; Parse result: 12345.123
112 Old attribute value: 0 ; Format result: '12,345' ; Parse result: 12345
114 New attribute value: 1 ; Format result: '12,345.' ; Parse result: 12345
117 Old attribute value: 309 ; Format result: '12,345.123' ; Parse result: 12345.123
119 New attribute value: 2 ; Format result: '45.123' ; Parse result: 45.123
122 Old attribute value: 1 ; Format result: '12,345.123' ; Parse result: 12345.123
127 Old attribute value: 1 ; Format result: '12,345.123' ; Parse result: 12345.123
[all …]
/PHP-7.0/ext/standard/
H A Dbase64.c60 zend_string *result; in php_base64_encode() local
90 ZSTR_LEN(result) = (p - (unsigned char *)ZSTR_VAL(result)); in php_base64_encode()
92 return result; in php_base64_encode()
140 zend_string *result; in php_base64_decode_ex() local
199 ZSTR_LEN(result) = j; in php_base64_decode_ex()
200 ZSTR_VAL(result)[ZSTR_LEN(result)] = '\0'; in php_base64_decode_ex() local
202 return result; in php_base64_decode_ex()
212 zend_string *result; in PHP_FUNCTION() local
219 RETURN_STR(result); in PHP_FUNCTION()
233 zend_string *result; in PHP_FUNCTION() local
[all …]
H A Dimage.c120 return result; in php_handle_gif()
141 return result; in php_handle_psd()
169 result->height = abs((int32_t)result->height); in php_handle_bmp()
175 return result; in php_handle_bmp()
188 result = result + in php_swf_get_bits()
191 return result; in php_swf_get_bits()
269 return result; in php_handle_swc()
296 return result; in php_handle_swf()
325 return result; in php_handle_png()
1022 if (result) { in php_get_xbm()
[all …]
H A Dftp_fopen_wrapper.c117 if (result != 226 && result != 250) { in php_stream_ftp_stream_close()
172 if (result > 299 || result < 200) { in php_ftp_fopen_connect()
263 if (result >= 300 && result <= 399) { in php_ftp_fopen_connect()
285 if (result > 299 || result < 200) { in php_ftp_fopen_connect()
291 if (result > 299 || result < 200) { in php_ftp_fopen_connect()
476 if (result > 299 || result < 200) in php_stream_url_wrap_ftp()
489 if (result > 299 || result < 200) { in php_stream_url_wrap_ftp()
709 if (result > 299 || result < 200) in php_stream_ftp_opendir()
799 if (result < 200 || result > 299) { in php_stream_ftp_url_stat()
809 if(result < 200 || result > 299) { in php_stream_ftp_url_stat()
[all …]
/PHP-7.0/ext/odbc/
H A Dphp_odbc.c1252 SQLNumParams(result->stmt, &(result->numparams)); in PHP_FUNCTION()
1253 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
1490 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
1688 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
2822 SQLNumParams(result->stmt, &(result->numparams)); in PHP_FUNCTION()
3205 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
3276 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
3341 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
3421 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
3483 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/bcmath/
H A Dbcmath.c245 bc_init_num(&result); in PHP_FUNCTION()
251 result = split_bc_num(result); in PHP_FUNCTION()
258 bc_free_num(&result); in PHP_FUNCTION()
283 bc_init_num(&result); in PHP_FUNCTION()
289 result = split_bc_num(result); in PHP_FUNCTION()
327 result = split_bc_num(result); in PHP_FUNCTION()
366 result = split_bc_num(result); in PHP_FUNCTION()
443 result = split_bc_num(result); in PHP_FUNCTION()
485 result = split_bc_num(result); in PHP_FUNCTION()
504 bc_num result; in PHP_FUNCTION() local
[all …]
/PHP-7.0/ext/mbstring/libmbfl/tests/
H A Demoji.c34 mbfl_string string, result, *ret; in main() local
78 mbfl_string_init_set(&result, no_language, to_encoding); in main()
82 for (i = 0; i < result.len; i+= 2) { in main()
83 if (result.val[i] >= 0xD8 && result.val[i] < 0xE0) { // Surrogate pair in main()
84 int h = (result.val[i] & 0x07)<<8 | result.val[i+1]; in main()
85 int l = (result.val[i+2] & 0x03)<<8 | result.val[i+3]; in main()
90 printf("U+%x\n",(result.val[i] << 8) | result.val[i+1]); in main()
93 hexdump(&result); in main()
103 memcpy(dev2.buffer, result.val, result.len+1); in main()
109 hexdump(&result); in main()
[all …]
/PHP-7.0/ext/filter/tests/
H A D033_run.inc28 foreach($data as $k=>$d) $result[$k] = filter_var($d,filter_id($filter),array("options"=>"test"));
31 printf("%-5s",$result[0]);
32 printf("%-3s",$result[1]);
33 printf("%-15s",$result[2]);
34 printf("%-20s",$result[3]);
35 printf("%-10s",$result[4]);
36 printf("%-5s",$result[5]);
37 printf("%-20s",$result[6]);
38 printf("%-15s",$result[7]);
39 printf("%-10s",$result[8]);
[all …]
/PHP-7.0/ext/date/tests/
H A Dbug20382-2.phpt49 result = Monday 2037-10-26 00:00:00 CET
54 result = Monday 1970-01-05 00:00:00 %s
59 result = Monday 1970-01-05 00:00:00 %s
64 result = Monday 1970-01-05 00:00:00 AST
69 result = Monday 1970-01-05 00:00:00 AST
79 result = Monday 2037-10-26 00:00:00 +04
84 result = Monday 1970-01-05 00:00:00 AST
89 result = Monday 1970-01-05 00:00:00 WAT
134 result = Monday 1971-01-04 00:00:00 %s
154 result = Monday 1974-10-07 00:00:00 %s
[all …]
/PHP-7.0/ext/standard/tests/strings/
H A Dvprintf_basic3.phpt26 $result = vprintf($format1,$arg1);
28 var_dump($result);
30 $result = vprintf($format11,$arg1);
32 var_dump($result);
34 $result = vprintf($format2,$arg2);
36 var_dump($result);
38 $result = vprintf($format22,$arg2);
40 var_dump($result);
42 $result = vprintf($format3,$arg3);
44 var_dump($result);
[all …]
/PHP-7.0/ext/odbc/tests/
H A Dodbc_columns_001.phpt12 var_dump($result = odbc_columns($conn, '', '', '', ''));
13 var_dump(odbc_fetch_row($result));
15 var_dump($result = odbc_columns($conn, NULL, NULL, NULL, NULL));
16 var_dump(odbc_fetch_row($result));
18 var_dump($result = odbc_columns($conn, 'FOO', 'FOO', 'FOO', 'FOO'));
19 var_dump(odbc_fetch_row($result));
23 resource(%d) of type (odbc result)
25 resource(%d) of type (odbc result)
27 resource(%d) of type (odbc result)
H A Dodbc_tables_001.phpt12 var_dump($result = odbc_tables($conn, '', '', '', ''));
13 var_dump(odbc_fetch_row($result));
15 var_dump($result = odbc_tables($conn, NULL, NULL, NULL, NULL));
16 var_dump(odbc_fetch_row($result));
18 var_dump($result = odbc_tables($conn, 'FOO', 'FOO', 'FOO', 'FOO'));
19 var_dump(odbc_fetch_row($result));
24 resource(%d) of type (odbc result)
26 resource(%d) of type (odbc result)
28 resource(%d) of type (odbc result)
H A Dodbc_columnprivileges_001.phpt12 var_dump($result = odbc_columnprivileges($conn, '', '', '', ''));
13 var_dump(odbc_fetch_row($result));
15 var_dump($result = odbc_columnprivileges($conn, NULL, NULL, NULL, NULL));
16 var_dump(odbc_fetch_row($result));
18 var_dump($result = odbc_columnprivileges($conn, 'FOO', 'FOO', 'FOO', 'FOO'));
19 var_dump(odbc_fetch_row($result));
23 resource(%d) of type (odbc result)
25 resource(%d) of type (odbc result)
27 resource(%d) of type (odbc result)

Completed in 115 milliseconds

12345678910>>...35