Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-8.1/tests/lang/
H A Dbug22592.phpt14 $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;
32 $e = $result[1] = $result[6];
[all …]
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_result.c88 result->meta->m->free_metadata(result->meta); in MYSQLND_METHOD()
93 result->unbuf->m.free_result(result->unbuf, result->conn? result->conn->stats : NULL); in MYSQLND_METHOD()
114 result->m.free_result_buffers(result); in MYSQLND_METHOD()
145 result->meta = result->m.result_meta_init(result, result->field_count); in MYSQLND_METHOD()
150 if (FAIL == result->meta->m->read_metadata(result->meta, conn, result)) { in MYSQLND_METHOD()
293 result = stmt->result; in mysqlnd_query_read_result_set_header()
374 if (result->current_row > result->row_count || result->current_row == 0) { in MYSQLND_METHOD()
828 result->m.skip_result(result); in MYSQLND_METHOD()
829 result->m.free_result_contents(result); in MYSQLND_METHOD()
889 (result->unbuf? result->unbuf->m.num_rows(result->unbuf) : 0); in MYSQLND_METHOD()
[all …]
/PHP-8.1/ext/odbc/
H A Dphp_odbc.c932 SQLNumParams(result->stmt, &(result->numparams)); in PHP_FUNCTION()
933 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
1135 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
1330 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
2426 SQLNumParams(result->stmt, &(result->numparams)); in PHP_FUNCTION()
2795 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
2865 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
2929 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
3008 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
3069 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/pgsql/tests/
H A D03sync_query.phpt25 pg_fetch_object($result);
29 pg_fetch_row($result, $i);
62 pg_result_error($result);
85 pg_field_name($result, 0);
87 pg_field_size($result, 0);
88 pg_field_type($result, 0);
89 pg_field_prtlen($result, 0);
90 pg_field_is_null($result, 0);
113 pg_field_name($result, 3);
129 pg_last_oid($result);
[all …]
H A D24sync_query_prepared.phpt20 pg_result_error($result);
21 pg_free_result($result);
33 pg_fetch_object($result);
44 pg_result_error($result);
47 pg_field_name($result, 0);
49 pg_field_size($result, 0);
50 pg_field_type($result, 0);
55 pg_result_error($result);
56 pg_free_result($result);
58 pg_last_oid($result);
[all …]
H A D23sync_query_params.phpt30 pg_fetch_object($result);
34 pg_fetch_row($result, $i);
41 pg_result_error($result);
44 pg_field_name($result, 0);
45 pg_field_num($result, $field_name);
46 pg_field_size($result, 0);
47 pg_field_type($result, 0);
48 pg_field_prtlen($result, 0);
49 pg_field_is_null($result, 0);
52 pg_last_oid($result);
[all …]
H A D04async_query.phpt21 if (!($result = pg_get_result($db)))
35 pg_fetch_object($result);
39 pg_fetch_row($result, $i);
48 pg_field_name($result, 0);
49 pg_field_num($result, $field_name);
50 pg_field_size($result, 0);
51 pg_field_type($result, 0);
52 pg_field_prtlen($result, 0);
53 pg_field_is_null($result, 0);
60 pg_last_oid($result);
[all …]
H A D25async_query_params.phpt26 if (!($result = pg_get_result($db)))
39 pg_fetch_object($result);
43 pg_fetch_row($result, $i);
52 pg_field_name($result, 0);
53 pg_field_num($result, $field_name);
54 pg_field_size($result, 0);
55 pg_field_type($result, 0);
56 pg_field_prtlen($result, 0);
57 pg_field_is_null($result, 0);
64 pg_last_oid($result);
[all …]
H A D26async_query_prepared.phpt30 pg_free_result($result);
53 pg_fetch_object($result);
57 pg_fetch_row($result, $i);
66 pg_field_name($result, 0);
68 pg_field_size($result, 0);
69 pg_field_type($result, 0);
70 pg_field_prtlen($result, 0);
71 pg_field_is_null($result, 0);
85 pg_free_result($result);
100 pg_last_oid($result);
[all …]
H A D31nb_async_query_prepared.phpt39 pg_free_result($result);
61 pg_fetch_object($result);
64 pg_fetch_row($result, $i);
72 pg_field_name($result, 0);
74 pg_field_size($result, 0);
75 pg_field_type($result, 0);
76 pg_field_prtlen($result, 0);
77 pg_field_is_null($result, 0);
91 pg_free_result($result);
106 pg_last_oid($result);
[all …]
H A D32nb_async_query.phpt47 pg_fetch_object($result);
50 pg_fetch_row($result, $i);
53 pg_fetch_result($result, $i, 0);
58 pg_field_name($result, 0);
59 pg_field_num($result, $field_name);
60 pg_field_size($result, 0);
61 pg_field_type($result, 0);
62 pg_field_prtlen($result, 0);
63 pg_field_is_null($result, 0);
78 pg_last_oid($result);
[all …]
H A D30nb_async_query_params.phpt46 pg_fetch_object($result);
49 pg_fetch_row($result, $i);
52 pg_fetch_result($result, $i, 0);
57 pg_field_name($result, 0);
58 pg_field_num($result, $field_name);
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);
72 pg_last_oid($result);
[all …]
/PHP-8.1/ext/standard/
H A Dimage.c117 return result; in php_handle_gif()
137 return result; in php_handle_psd()
164 result->height = abs((int32_t)result->height); in php_handle_bmp()
170 return result; in php_handle_bmp()
183 result = result + in php_swf_get_bits()
186 return result; in php_swf_get_bits()
267 return result; in php_handle_swc()
293 return result; in php_handle_swf()
322 return result; in php_handle_png()
1026 if (result) { in php_get_xbm()
[all …]
H A Dftp_fopen_wrapper.c109 if (result != 226 && result != 250) { in php_stream_ftp_stream_close()
163 if (result > 299 || result < 200) { in php_ftp_fopen_connect()
254 if (result >= 300 && result <= 399) { in php_ftp_fopen_connect()
276 if (result > 299 || result < 200) { in php_ftp_fopen_connect()
282 if (result > 299 || result < 200) { in php_ftp_fopen_connect()
466 if (result > 299 || result < 200) in php_stream_url_wrap_ftp()
479 if (result > 299 || result < 200) { in php_stream_url_wrap_ftp()
703 if (result > 299 || result < 200) in php_stream_ftp_opendir()
792 if (result < 200 || result > 299) { in php_stream_ftp_url_stat()
802 if(result < 200 || result > 299) { in php_stream_ftp_url_stat()
[all …]
/PHP-8.1/ext/odbc/tests/
H A Dodbc_tables_001.phpt15 var_dump(odbc_fetch_row($result));
17 var_dump($result = odbc_tables($conn));
18 var_dump(odbc_fetch_row($result));
19 var_dump(odbc_free_result($result));
22 var_dump(odbc_fetch_row($result));
23 var_dump(odbc_free_result($result));
26 var_dump(odbc_fetch_row($result));
30 resource(%d) of type (odbc result)
32 resource(%d) of type (odbc result)
35 resource(%d) of type (odbc result)
[all …]
H A Dodbc_columns_001.phpt15 var_dump(odbc_fetch_row($result));
17 var_dump($result = odbc_columns($conn));
18 var_dump(odbc_fetch_row($result));
19 var_dump(odbc_free_result($result));
22 var_dump(odbc_fetch_row($result));
23 var_dump(odbc_free_result($result));
26 var_dump(odbc_fetch_row($result));
30 resource(%d) of type (odbc result)
32 resource(%d) of type (odbc result)
35 resource(%d) of type (odbc result)
[all …]
/PHP-8.1/ext/tokenizer/
H A Dtokenizer_data_gen.php18 $result = ''; variable
20 $result .= <<<CODE
58 … $result .= "\tREGISTER_LONG_CONSTANT(\"$tokenName\", $tokenName, CONST_CS | CONST_PERSISTENT);\n";
60 $result .= "\tREGISTER_LONG_CONSTANT(\"T_DOUBLE_COLON\", T_PAAMAYIM_NEKUDOTAYIM, CONST_CS | CONST_P…
62 $result .= <<<CODE
77 $result .= "\t\tcase T_PAAMAYIM_NEKUDOTAYIM: return \"T_DOUBLE_COLON\";\n";
79 $result .= "\t\tcase $tokenName: return \"$tokenName\";\n";
83 $result .= <<<CODE
92 file_put_contents($outfile, $result);
/PHP-8.1/scripts/dev/
H A Dbless_tests.php81 $result = str_replace('%e', '\\' . DIRECTORY_SEPARATOR, $result);
82 $result = str_replace('%s', '[^\r\n]+', $result);
83 $result = str_replace('%S', '[^\r\n]*', $result);
84 $result = str_replace('%w', '\s*', $result);
85 $result = str_replace('%i', '[+-]?\d+', $result);
86 $result = str_replace('%d', '\d+', $result);
87 $result = str_replace('%x', '[0-9a-fA-F]+', $result);
89 $result = str_replace('%c', '.', $result);
90 $result = str_replace('%0', '\0', $result);
105 $result = [];
[all …]
/PHP-8.1/ext/filter/tests/
H A D033_run.inc26 … foreach($data as $k=>$d) $result[$k] = filter_var($d,filter_id($filter),array("options"=>"test"));
29 printf("%-5s",$result[0]);
30 printf("%-3s",$result[1]);
31 printf("%-15s",$result[2]);
32 printf("%-20s",$result[3]);
33 printf("%-10s",$result[4]);
34 printf("%-5s",$result[5]);
35 printf("%-20s",$result[6]);
36 printf("%-15s",$result[7]);
37 printf("%-10s",$result[8]);
[all …]
/PHP-8.1/Zend/tests/throw/
H A D001.phpt8 var_dump($result);
15 var_dump($result);
22 var_dump($result);
29 var_dump($result);
36 var_dump($result);
43 var_dump($result);
50 var_dump($result);
57 var_dump($result);
64 var_dump($result);
98 $result = "bar";
[all …]
/PHP-8.1/ext/standard/tests/strings/
H A Dvprintf_basic3.phpt21 $result = vprintf($format1,$arg1);
23 var_dump($result);
25 $result = vprintf($format11,$arg1);
27 var_dump($result);
29 $result = vprintf($format2,$arg2);
31 var_dump($result);
33 $result = vprintf($format22,$arg2);
35 var_dump($result);
37 $result = vprintf($format3,$arg3);
39 var_dump($result);
[all …]
H A Dvprintf_basic9.phpt21 $result = vprintf($format1,$arg1);
23 var_dump($result);
24 $result = vprintf($format11,$arg1);
26 var_dump($result);
28 $result = vprintf($format2,$arg2);
30 var_dump($result);
31 $result = vprintf($format22,$arg2);
33 var_dump($result);
36 var_dump($result);
37 $result = vprintf($format33,$arg3);
[all …]
H A Dprintf_basic3.phpt23 $result = printf($format);
25 var_dump($result);
28 $result = printf($format1, $arg1);
30 var_dump($result);
31 $result = printf($format11, $arg1);
33 var_dump($result);
36 $result = printf($format2, $arg1, $arg2);
38 var_dump($result);
41 var_dump($result);
46 var_dump($result);
[all …]
/PHP-8.1/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-8.1/Zend/Optimizer/
H A Dsccp.c392 ZVAL_TRUE(result); in ct_eval_bool_cast()
473 ZVAL_TRUE(result); in ct_eval_isset_isempty()
611 array_init(result); in ct_eval_assign_dim()
628 memcpy(ZSTR_VAL(new_str), Z_STRVAL_P(result), Z_STRLEN_P(result)); in ct_eval_assign_dim()
956 ZVAL_NULL(result); in ct_eval_func_call()
1245 if (result && Z_TYPE_P(result) == IS_NULL) { in sccp_visit_instr()
1268 if (!result) { in sccp_visit_instr()
1291 if (result) { in sccp_visit_instr()
1333 ZVAL_NULL(result); in sccp_visit_instr()
2086 zval result; in sccp_visit_phi() local
[all …]

Completed in 177 milliseconds

12345678910>>...39