/PHP-8.3/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.3/ext/mysqlnd/ |
H A D | mysqlnd_result.c | 88 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() 291 result = stmt->result; in mysqlnd_query_read_result_set_header() 372 if (result->current_row > result->row_count || result->current_row == 0) { in MYSQLND_METHOD() 826 result->m.skip_result(result); in MYSQLND_METHOD() 827 result->m.free_result_contents(result); in MYSQLND_METHOD() 887 (result->unbuf? result->unbuf->m.num_rows(result->unbuf) : 0); in MYSQLND_METHOD() [all …]
|
/PHP-8.3/ext/odbc/ |
H A D | php_odbc.c | 860 SQLNumParams(result->stmt, &(result->numparams)); in PHP_FUNCTION() 861 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 1063 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 1258 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 2397 SQLNumParams(result->stmt, &(result->numparams)); in PHP_FUNCTION() 2767 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 2837 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 2901 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 2980 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() 3041 SQLNumResultCols(result->stmt, &(result->numcols)); in PHP_FUNCTION() [all …]
|
/PHP-8.3/ext/pgsql/tests/ |
H A D | 03sync_query.phpt | 25 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 D | 24sync_query_prepared.phpt | 20 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 D | 23sync_query_params.phpt | 30 pg_fetch_object($result); 34 pg_fetch_row($result, $i); 38 pg_fetch_result($result, $i, 0); 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, null, 0); 52 pg_last_oid($result); [all …]
|
H A D | 04async_query.phpt | 21 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 D | 25async_query_params.phpt | 26 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 D | 26async_query_prepared.phpt | 30 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 D | 31nb_async_query_prepared.phpt | 39 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 D | 32nb_async_query.phpt | 47 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, null, 0); 63 pg_field_is_null($result, null, 0); 78 pg_last_oid($result); [all …]
|
H A D | 30nb_async_query_params.phpt | 46 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.3/ext/standard/ |
H A D | image.c | 86 return result; in php_handle_gif() 106 return result; in php_handle_psd() 133 result->height = abs((int32_t)result->height); in php_handle_bmp() 139 return result; in php_handle_bmp() 152 result = result + in php_swf_get_bits() 155 return result; in php_swf_get_bits() 232 result = NULL; in php_handle_swc() 236 return result; in php_handle_swc() 262 return result; in php_handle_swf() 291 return result; in php_handle_png() [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() 464 if (result > 299 || result < 200) in php_stream_url_wrap_ftp() 477 if (result > 299 || result < 200) { in php_stream_url_wrap_ftp() 702 if (result > 299 || result < 200) in php_stream_ftp_opendir() 791 if (result < 200 || result > 299) { in php_stream_ftp_url_stat() 801 if(result < 200 || result > 299) { in php_stream_ftp_url_stat() [all …]
|
/PHP-8.3/ext/tokenizer/ |
H A D | tokenizer_data_gen.php | 19 $result = "<?php\n\n/** @generate-class-entries */\n\n"; variable 28 $result .= "/**\n * @var int\n * @cvalue $tokenName\n */\n"; 29 $result .= "const $tokenName = UNKNOWN;\n"; 32 $result .= "/**\n * @var int\n * @cvalue T_PAAMAYIM_NEKUDOTAYIM\n */\n"; 33 $result .= "const T_DOUBLE_COLON = UNKNOWN;\n"; 35 file_put_contents($outfile_stub, $result); 39 $result = <<<CODE variable 77 $result .= "\t\tcase T_PAAMAYIM_NEKUDOTAYIM: return \"T_DOUBLE_COLON\";\n"; 79 $result .= "\t\tcase $tokenName: return \"$tokenName\";\n"; 83 $result .= <<<CODE [all …]
|
/PHP-8.3/ext/odbc/tests/ |
H A D | odbc_tables_001.phpt | 15 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 …]
|
/PHP-8.3/scripts/dev/ |
H A D | bless_tests.php | 81 $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.3/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.3/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.3/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 …]
|
H A D | printf_basic9.phpt | 24 $result = printf($format); 26 var_dump($result); 29 $result = printf($format1, $arg1); 31 var_dump($result); 32 $result = printf($format11, $arg1); 34 var_dump($result); 37 $result = printf($format2, $arg1, $arg2); 39 var_dump($result); 42 var_dump($result); 47 var_dump($result); [all …]
|
/PHP-8.3/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 …]
|
/PHP-8.3/Zend/Optimizer/ |
H A D | sccp.c | 335 ZVAL_TRUE(result); in ct_eval_bool_cast() 416 ZVAL_TRUE(result); in ct_eval_isset_isempty() 554 array_init(result); in ct_eval_assign_dim() 571 memcpy(ZSTR_VAL(new_str), Z_STRVAL_P(result), Z_STRLEN_P(result)); in ct_eval_assign_dim() 834 ZVAL_NULL(result); in ct_eval_func_call() 1107 if (result && Z_TYPE_P(result) == IS_NULL) { in sccp_visit_instr() 1130 if (!result) { in sccp_visit_instr() 1153 if (result) { in sccp_visit_instr() 1195 ZVAL_NULL(result); in sccp_visit_instr() 1998 zval result; in sccp_visit_phi() local [all …]
|