/PHP-8.0/tests/lang/ |
H A D | bug22592.phpt | 14 $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.0/ext/odbc/ |
H A D | php_odbc.c | 927 SQLNumParams(result->stmt, &(result->numparams)); in PHP_FUNCTION() 928 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 1130 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 1325 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 2412 SQLNumParams(result->stmt, &(result->numparams)); in PHP_FUNCTION() 2781 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 2851 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 2915 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 2994 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 3055 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() [all …]
|
/PHP-8.0/ext/pgsql/tests/ |
H A D | 03sync_query.phpt | 23 pg_fetch_object($result); 27 pg_fetch_row($result, $i); 60 pg_result_error($result); 83 pg_field_name($result, 0); 85 pg_field_size($result, 0); 86 pg_field_type($result, 0); 87 pg_field_prtlen($result, 0); 88 pg_field_is_null($result, 0); 111 pg_field_name($result, 3); 127 pg_last_oid($result); [all …]
|
H A D | 24sync_query_prepared.phpt | 18 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 D | 23sync_query_params.phpt | 28 pg_fetch_object($result); 32 pg_fetch_row($result, $i); 39 pg_result_error($result); 42 pg_field_name($result, 0); 43 pg_field_num($result, $field_name); 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 D | 04async_query.phpt | 19 if (!($result = pg_get_result($db))) 33 pg_fetch_object($result); 37 pg_fetch_row($result, $i); 46 pg_field_name($result, 0); 47 pg_field_num($result, $field_name); 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 D | 32nb_async_query.phpt | 45 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 D | 25async_query_params.phpt | 24 if (!($result = pg_get_result($db))) 37 pg_fetch_object($result); 41 pg_fetch_row($result, $i); 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 D | 26async_query_prepared.phpt | 28 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 …]
|
H A D | 31nb_async_query_prepared.phpt | 37 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 D | 30nb_async_query_params.phpt | 44 pg_fetch_object($result); 47 pg_fetch_row($result, $i); 50 pg_fetch_result($result, $i, 0); 55 pg_field_name($result, 0); 56 pg_field_num($result, $field_name); 57 pg_field_size($result, 0); 58 pg_field_type($result, 0); 59 pg_field_prtlen($result, 0); 60 pg_field_is_null($result, 0); 70 pg_last_oid($result); [all …]
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_result.c | 279 result->unbuf->m.free_result(result->unbuf, result->conn? result->conn->stats : NULL); in MYSQLND_METHOD() 300 result->m.free_result_buffers(result); in MYSQLND_METHOD() 320 result->m.skip_result(result); in MYSQLND_METHOD() 321 result->m.free_result_contents(result); in MYSQLND_METHOD() 345 result->meta = result->m.result_meta_init(result, result->field_count); in MYSQLND_METHOD() 354 if (FAIL == result->meta->m->read_metadata(result->meta, conn, result)) { in MYSQLND_METHOD() 495 result = stmt->result; in mysqlnd_query_read_result_set_header() 623 return (result->last_row_data || result->eof_reached)? result->lengths : NULL; in MYSQLND_METHOD() 1521 result->m.free_result_internal(result); in MYSQLND_METHOD() 1600 (result->unbuf? result->unbuf->m.num_rows(result->unbuf) : 0); in MYSQLND_METHOD() [all …]
|
/PHP-8.0/ext/pgsql/ |
H A D | pgsql.stub.php | 88 * @param resource $result 98 * @param resource $result 108 * @param resource $result 124 * @param resource $result 134 * @param resource $result 144 * @param resource $result 157 * @param resource $result 164 * @param resource $result 170 * @param resource $result 178 * @param resource $result [all …]
|
/PHP-8.0/ext/standard/ |
H A D | image.c | 116 return result; in php_handle_gif() 136 return result; in php_handle_psd() 163 result->height = abs((int32_t)result->height); in php_handle_bmp() 169 return result; in php_handle_bmp() 182 result = result + in php_swf_get_bits() 185 return result; in php_swf_get_bits() 266 return result; in php_handle_swc() 292 return result; in php_handle_swf() 321 return result; in php_handle_png() 1011 if (result) { in php_get_xbm() [all …]
|
H A D | ftp_fopen_wrapper.c | 109 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.0/ext/odbc/tests/ |
H A D | odbc_columns_001.phpt | 13 var_dump(odbc_fetch_row($result)); 15 var_dump($result = odbc_columns($conn)); 16 var_dump(odbc_fetch_row($result)); 17 var_dump(odbc_free_result($result)); 20 var_dump(odbc_fetch_row($result)); 21 var_dump(odbc_free_result($result)); 24 var_dump(odbc_fetch_row($result)); 28 resource(%d) of type (odbc result) 30 resource(%d) of type (odbc result) 33 resource(%d) of type (odbc result) [all …]
|
H A D | odbc_tables_001.phpt | 13 var_dump(odbc_fetch_row($result)); 15 var_dump($result = odbc_tables($conn)); 16 var_dump(odbc_fetch_row($result)); 17 var_dump(odbc_free_result($result)); 20 var_dump(odbc_fetch_row($result)); 21 var_dump(odbc_free_result($result)); 24 var_dump(odbc_fetch_row($result)); 28 resource(%d) of type (odbc result) 30 resource(%d) of type (odbc result) 33 resource(%d) of type (odbc result) [all …]
|
H A D | odbc_columnprivileges_001.phpt | 12 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)
|
/PHP-8.0/ext/filter/tests/ |
H A D | 033_run.inc | 26 … 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.0/ext/standard/tests/strings/ |
H A D | vprintf_basic3.phpt | 21 $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 D | vprintf_basic9.phpt | 21 $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 D | printf_basic3.phpt | 23 $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.0/scripts/dev/ |
H A D | bless_tests.php | 80 $result = str_replace('%e', '\\' . DIRECTORY_SEPARATOR, $result); 81 $result = str_replace('%s', '[^\r\n]+', $result); 82 $result = str_replace('%S', '[^\r\n]*', $result); 83 $result = str_replace('%w', '\s*', $result); 84 $result = str_replace('%i', '[+-]?\d+', $result); 85 $result = str_replace('%d', '\d+', $result); 86 $result = str_replace('%x', '[0-9a-fA-F]+', $result); 87 $result = str_replace('%f', '[+-]?\.?\d+\.?\d*(?:[Ee][+-]?\d+)?', $result); 88 $result = str_replace('%c', '.', $result); 103 $result = []; [all …]
|
/PHP-8.0/Zend/tests/throw/ |
H A D | 001.phpt | 8 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.0/ext/date/tests/ |
H A D | bug20382-2.phpt | 49 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 …]
|