Home
last modified time | relevance | path

Searched refs:result (Results 1 – 25 of 938) sorted by last modified time

12345678910>>...38

/PHP-7.2/
H A DNEWS143 . Fixed bug #78747 (OpCache corrupts custom extension result). (Nikita)
183 result set"). (cmb)
219 . Fixed bug #41997 (SP call yields additional empty result set). (cmb)
927 keys in result). (Laruence)
1067 . Fixed incorrect write to getenv result in FPM reload. (Jakub Zelenka)
1268 . Fixed bug #75781 (substr_count incorrect result). (Laruence)
1938 . Fixed bug #74658 (Undefined constants in array properties result in broken
2409 . Reverted fix for bug #73530 (Unsetting result set may reset other result
2705 . Fixed bug #73159 (imagegd2(): unrecognized formats may result in corrupted
2906 . Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY
[all …]
H A DUPGRADING214 . Calling parse_str() without the result argument has been deprecated.
/PHP-7.2/ext/standard/
H A Dimage.c123 return result; in php_handle_gif()
144 return result; in php_handle_psd()
172 result->height = abs((int32_t)result->height); in php_handle_bmp()
178 return result; in php_handle_bmp()
191 result = result + in php_swf_get_bits()
194 return result; in php_swf_get_bits()
276 return result; in php_handle_swc()
303 return result; in php_handle_swf()
332 return result; in php_handle_png()
1029 if (result) { in php_get_xbm()
[all …]
H A Dstring.c151 return result; in php_bin2hex()
263 if (!result) { in PHP_FUNCTION()
288 if (!result) { in PHP_FUNCTION()
790 return result; in php_charmask()
2351 ZSTR_VAL(result)[ZSTR_LEN(result)] = '\0'; local
2361 if (result) {
2564 ZSTR_VAL(result)[ZSTR_LEN(result)] = '\0'; local
2688 ZSTR_VAL(result)[ZSTR_LEN(result)] = '\0'; local
3177 return result;
4097 zval result; local
[all …]
/PHP-7.2/main/
H A Drfc1867.c529 char *result = emalloc(len + 1); in substring_conf() local
530 char *resp = result; in substring_conf()
542 return result; in substring_conf()
/PHP-7.2/main/streams/
H A Dstreams.c1401 zend_string *result; in _php_stream_copy_to_mem() local
1413 ptr = ZSTR_VAL(result); in _php_stream_copy_to_mem()
1423 ZSTR_LEN(result) = len; in _php_stream_copy_to_mem()
1428 result = zend_string_truncate(result, len, persistent); in _php_stream_copy_to_mem()
1432 result = NULL; in _php_stream_copy_to_mem()
1434 return result; in _php_stream_copy_to_mem()
1450 ptr = ZSTR_VAL(result); in _php_stream_copy_to_mem()
1455 result = zend_string_extend(result, max_len + step, persistent); in _php_stream_copy_to_mem()
1463 result = zend_string_truncate(result, len, persistent); in _php_stream_copy_to_mem()
1467 result = NULL; in _php_stream_copy_to_mem()
[all …]
/PHP-7.2/ext/exif/
H A Dexif.c2672 static void exif_process_SOFn (uchar *Data, int marker, jpeg_sof_info *result) in exif_process_SOFn() argument
2675 result->bits_per_sample = Data[2]; in exif_process_SOFn()
2676 result->height = php_jpg_get16(Data+3); in exif_process_SOFn()
2677 result->width = php_jpg_get16(Data+5); in exif_process_SOFn()
2678 result->num_components = Data[7]; in exif_process_SOFn()
2986 (*result) = estrndup(value, byte_count); /* NULL @ byte_count!!! */ in exif_process_undefined()
3001 (*result) = safe_emalloc(byte_count, 1, 1); in exif_process_string_raw()
3002 memcpy(*result, value, byte_count); in exif_process_string_raw()
3003 (*result)[byte_count] = '\0'; in exif_process_string_raw()
3022 return exif_process_undefined(result, value, byte_count); in exif_process_string()
[all …]
/PHP-7.2/ext/session/
H A Dsession.c857 int result; in PS_SERIALIZER_DECODE_FUNC() local
862 result = php_var_unserialize( in PS_SERIALIZER_DECODE_FUNC()
865 if (!result) { in PS_SERIALIZER_DECODE_FUNC()
/PHP-7.2/ext/phar/
H A Dphar_object.c147 zval result; in phar_file_action() local
266 ZVAL_UNDEF(&result); in phar_file_action()
269 zend_execute(new_op_array, &result); in phar_file_action()
280 zval_ptr_dtor(&result); in phar_file_action()
/PHP-7.2/ext/spl/
H A Dspl_directory.c2088 int result; in spl_filesystem_file_call() local
2120 result = zend_call_function(&fci, &fcic); in spl_filesystem_file_call()
2122 if (result == FAILURE || Z_ISUNDEF(retval)) { in spl_filesystem_file_call()
2129 return result; in spl_filesystem_file_call()
2817 int result; in SPL_METHOD() local
2826 result = php_stream_getc(intern->u.file.stream); in SPL_METHOD()
2828 if (result == EOF) { in SPL_METHOD()
2831 if (result == '\n') { in SPL_METHOD()
2834 buf[0] = result; in SPL_METHOD()
/PHP-7.2/win32/
H A Dsendmail.c136 zend_string *result, *result2; in php_win32_mail_trim_header() local
147 result = php_pcre_replace(regex, in php_win32_mail_trim_header()
156 if (NULL == result) { in php_win32_mail_trim_header()
164 result, ZSTR_VAL(result), (int)ZSTR_LEN(result), in php_win32_mail_trim_header()
170 zend_string_release(result); in php_win32_mail_trim_header()
988 int result; in FormatEmailAddress() local
992 result = snprintf(Buf, MAIL_BUFFER_SIZE, FormatString , tmpAddress1+1); in FormatEmailAddress()
994 return result; in FormatEmailAddress()
H A Dinstall.txt838 virtual()) to make subrequests on the web server and insert the result
1173 This will result in the following directory:
H A Dioutil.c265 int result = -1; in php_win32_ioutil_close() local
269 return result; in php_win32_ioutil_close()
273 result = _close(fd); in php_win32_ioutil_close()
275 result = 0; in php_win32_ioutil_close()
281 if (result == -1) { in php_win32_ioutil_close()
285 return result; in php_win32_ioutil_close()
H A Dphp_inttypes.h286 imaxdiv_t result; in imaxdiv() local
288 result.quot = numer / denom; in imaxdiv()
289 result.rem = numer % denom; in imaxdiv()
291 if (numer < 0 && result.rem > 0) { in imaxdiv()
293 ++result.quot; in imaxdiv()
294 result.rem -= denom; in imaxdiv()
297 return result; in imaxdiv()
H A Dreaddir.c130 int readdir_r(DIR *dp, struct dirent *entry, struct dirent **result) in readdir_r() argument
136 *result = NULL; in readdir_r()
143 *result = NULL; in readdir_r()
151 result = NULL; in readdir_r()
165 *result = &dp->dent; in readdir_r()
H A Dconsole.c26 BOOL result = FALSE; in php_win32_console_fileno_is_console() local
32 result = TRUE; in php_win32_console_fileno_is_console()
35 return result; in php_win32_console_fileno_is_console()
40 BOOL result = FALSE; in php_win32_console_fileno_has_vt100() local
52 result = TRUE; in php_win32_console_fileno_has_vt100()
57 return result; in php_win32_console_fileno_has_vt100()
62 BOOL result = FALSE; in php_win32_console_fileno_set_vt100() local
82 result = TRUE; in php_win32_console_fileno_set_vt100()
86 result = TRUE; in php_win32_console_fileno_set_vt100()
92 return result; in php_win32_console_fileno_set_vt100()
/PHP-7.2/tests/output/
H A Dstream_isatty.inc33 $result = ob_get_contents();
35 fwrite(STDERR, $result);
/PHP-7.2/tests/lang/operators/
H A Doperator_gt_basic.phpt24 // boolean test will result in both sides being converted to boolean so !0 = true and true is not >…
H A Doperator_spaceship_basic.phpt24 // boolean test will result in both sides being converted to boolean so !0 = true and true is not >…
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_watch.c224 …phpdbg_btree_result *result = phpdbg_btree_find_closest(&PHPDBG_G(watchpoint_tree), (zend_ulong) p… in phpdbg_check_for_watchpoint() local
226 if (result == NULL) { in phpdbg_check_for_watchpoint()
230 watch = result->ptr; in phpdbg_check_for_watchpoint()
1134 phpdbg_btree_result *result; local
1138 if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) ptr))) {
1139 phpdbg_watchpoint_t *watch = result->ptr;
1158 …if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), HT_WATCH_OFFSET + (zend_ulong) ptr))) {
1159 phpdbg_watchpoint_t *watch = result->ptr;
H A Dphpdbg_utils.c776 } while (!cur->result.num); in phpdbg_check_caught_ex()
H A Dphpdbg_wait.c53 int result; in phpdbg_array_data_compare() local
62 result = string_compare_function(first, second); in phpdbg_array_data_compare()
64 if (result < 0) { in phpdbg_array_data_compare()
66 } else if (result > 0) { in phpdbg_array_data_compare()
H A Dphpdbg_opcode.c69 char *result = NULL; in phpdbg_decode_input_op() local
71 result = phpdbg_decode_op(ops, &op, op_type); in phpdbg_decode_input_op()
75 spprintf(&result, 0, "%" PRIu32, op.num); in phpdbg_decode_input_op()
78 spprintf(&result, 0, "try-catch(%" PRIu32 ")", op.num); in phpdbg_decode_input_op()
85 result = estrdup("THIS"); in phpdbg_decode_input_op()
87 result = estrdup("NEXT"); in phpdbg_decode_input_op()
91 result = estrdup("CONSTRUCTOR"); in phpdbg_decode_input_op()
93 return result; in phpdbg_decode_input_op()
100 char *result, *decode[4] = {NULL, NULL, NULL, NULL}; in phpdbg_decode_opline() local
125 spprintf(&result, 0, in phpdbg_decode_opline()
[all …]
H A Dphpdbg.c328 zend_bool result = 1; in PHP_FUNCTION() local
335 result = 0; in PHP_FUNCTION()
341 if (result) { in PHP_FUNCTION()
H A Dphpdbg_bp.c1161 goto result; in phpdbg_find_breakpoint()
1165 goto result; in phpdbg_find_breakpoint()
1173 goto result; in phpdbg_find_breakpoint()
1179 goto result; in phpdbg_find_breakpoint()
1183 goto result; in phpdbg_find_breakpoint()
1188 result: in phpdbg_find_breakpoint()

Completed in 147 milliseconds

12345678910>>...38