Home
last modified time | relevance | path

Searched refs:ZEND_LONG_FMT (Results 1 – 25 of 89) sorted by relevance

1234

/PHP-8.3/Zend/
H A Dzend_long.h58 # define ZEND_LONG_FMT "%" PRId64 macro
74 int st = snprintf((s), (len), ZEND_LONG_FMT, (i)); \
87 # define ZEND_LONG_FMT "%" PRId32 macro
98 int st = snprintf((s), (len), ZEND_LONG_FMT, (i)); \
H A Dzend_vm_trace_handlers.h75 fprintf(f, "%s "ZEND_LONG_FMT"\n", ZSTR_VAL(key), Z_LVAL_P(val)); in zend_vm_trace_finish()
/PHP-8.3/ext/standard/
H A Dfsock.c65 spprintf(&hashkey, 0, "pfsockopen__%s:" ZEND_LONG_FMT, host, port); in php_fsockopen_stream()
69 hostname_len = spprintf(&hostname, 0, "%s:" ZEND_LONG_FMT, host, port); in php_fsockopen_stream()
105 …php_error_docref(NULL, E_WARNING, "Unable to connect to %s:" ZEND_LONG_FMT " (%s)", host, port, er… in php_fsockopen_stream()
H A Dpassword.c129 sscanf(ZSTR_VAL(hash), "$2y$" ZEND_LONG_FMT "$", &cost); in php_password_bcrypt_get_info()
145 sscanf(ZSTR_VAL(hash), "$2y$" ZEND_LONG_FMT "$", &old_cost); in php_password_bcrypt_needs_rehash()
193 zend_value_error("Invalid bcrypt cost parameter specified: " ZEND_LONG_FMT, cost); in php_password_bcrypt_hash()
254 sscanf(p, "v=" ZEND_LONG_FMT "$m=" ZEND_LONG_FMT ",t=" ZEND_LONG_FMT ",p=" ZEND_LONG_FMT, in extract_argon2_parameters()
H A Dvar.c43 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in php_array_element_dump()
58 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in php_object_property_dump()
115 php_printf("%sint(" ZEND_LONG_FMT ")\n", COMMON, Z_LVAL_P(struc)); in php_var_dump()
199 …php_printf("%sresource(" ZEND_LONG_FMT ") of type (%s)\n", COMMON, Z_RES_P(struc)->handle, type_na… in php_var_dump()
237 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in zval_array_element_dump()
252 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in zval_object_property_dump()
303 php_printf("int(" ZEND_LONG_FMT ")\n", Z_LVAL_P(struc)); in php_debug_zval_dump()
389 …php_printf("resource(" ZEND_LONG_FMT ") of type (%s) refcount(%u)\n", Z_RES_P(struc)->handle, type… in php_debug_zval_dump()
1400 php_error_docref(NULL, E_WARNING, "Error at offset " ZEND_LONG_FMT " of %zd bytes", in php_unserialize_with_options()
1410 … php_error_docref(NULL, E_WARNING, "Extra data starting at offset " ZEND_LONG_FMT " of %zd bytes", in php_unserialize_with_options()
H A Dmail.c195 zend_type_error("Header name cannot be numeric, " ZEND_LONG_FMT " given", idx); in php_mail_build_headers()
480 …spprintf(&ahdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s%s%s", php_getuid(), ZSTR_VAL(f)… in php_mail()
482 spprintf(&ahdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s", php_getuid(), ZSTR_VAL(f)); in php_mail()
H A Dvar_unserializer.re120 …fprintf(stderr, "var_push(" ZEND_LONG_FMT "): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_P(r…
197 …fprintf(stderr, "var_replace(" ZEND_LONG_FMT "): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_…
215 …fprintf(stderr, "var_access(" ZEND_LONG_FMT "): " ZEND_LONG_FMT "\n", var_hash?var_hash->used_slot…
239 fprintf(stderr, "var_destroy( " ZEND_LONG_FMT ")\n", var_hash?var_hash->used_slots:-1L);
473 "Maximum depth of " ZEND_LONG_FMT " exceeded. "
581 "Maximum depth of " ZEND_LONG_FMT " exceeded. "
762 …ror(E_WARNING, "Insufficient data for unserializing - " ZEND_LONG_FMT " required, " ZEND_LONG_FMT
/PHP-8.3/ext/sodium/
H A Dsodium_pwhash.c133 sscanf(p, "v=" ZEND_LONG_FMT "$m=" ZEND_LONG_FMT ",t=" ZEND_LONG_FMT ",p=" ZEND_LONG_FMT, in php_sodium_argon2_get_info()
/PHP-8.3/ext/calendar/
H A Dcal_unix.c66 …zend_value_error("jday must be between 2440588 and " ZEND_LONG_FMT, ZEND_LONG_MAX / SECS_PER_DAY +… in PHP_FUNCTION()
/PHP-8.3/ext/mysqlnd/
H A Dphp_mysqlnd.c105 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_cmd_buffer_size)); in PHP_MINFO_FUNCTION()
107 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_read_buffer_size)); in PHP_MINFO_FUNCTION()
109 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_read_timeout)); in PHP_MINFO_FUNCTION()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_disasm.c441 fprintf(stderr, ".ENTRY" ZEND_LONG_FMT ":\n", -Z_LVAL_P(z));
443 fprintf(stderr, ".L" ZEND_LONG_FMT ":\n", Z_LVAL_P(z));
481 fprintf(stderr, ".ENTRY" ZEND_LONG_FMT, -Z_LVAL_P(z));
484 fprintf(stderr, ".L" ZEND_LONG_FMT, Z_LVAL_P(z));
524 fprintf(stderr, ".ENTRY" ZEND_LONG_FMT ":\n", -Z_LVAL_P(z));
526 fprintf(stderr, ".L" ZEND_LONG_FMT ":\n", Z_LVAL_P(z));
547 fprintf(stderr, "\t%.*s.ENTRY" ZEND_LONG_FMT "\n", len, str, -Z_LVAL_P(z));
549 fprintf(stderr, "\t%.*s.L" ZEND_LONG_FMT "\n", len, str, Z_LVAL_P(z));
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_set.c107 phpdbg_writeln("Breakpoint #"ZEND_LONG_FMT" %s", param->num, brake->disabled ? "off" : "on"); in PHPDBG_SET()
109 phpdbg_error("Failed to find breakpoint #"ZEND_LONG_FMT, param->num); in PHPDBG_SET()
H A Dphpdbg_frame.c283 phpdbg_out(" at %s:"ZEND_LONG_FMT"\n", Z_STRVAL_P(file), Z_LVAL_P(line)); in phpdbg_dump_backtrace()
303 phpdbg_writeln("frame #%d: {main} at %s:"ZEND_LONG_FMT, i, Z_STRVAL_P(file), Z_LVAL_P(line)); in phpdbg_dump_backtrace()
H A Dphpdbg_info.c146 VARIABLEINFO("\nint ("ZEND_LONG_FMT")", Z_LVAL(data->value)); in PHPDBG_INFO()
267 VARIABLEINFO("\nint ("ZEND_LONG_FMT")", Z_LVAL_P(data)); in phpdbg_print_symbols()
H A Dphpdbg_cmd.c108 ZEND_IGNORE_VALUE(asprintf(pointer, ZEND_LONG_FMT, param->num)); in phpdbg_param_tostring()
354 … fprintf(stderr, "%s NUMERIC_FUNCTION_PARAM(%s::"ZEND_LONG_FMT")\n", msg, param->str, param->num); in phpdbg_param_debug()
358 fprintf(stderr, "%s NUMERIC_PARAM("ZEND_LONG_FMT")\n", msg, param->num); in phpdbg_param_debug()
/PHP-8.3/ext/zlib/
H A Dzlib_filter.c330 …php_error_docref(NULL, E_WARNING, "Invalid parameter given for window size (" ZEND_LONG_FMT ")", t… in php_zlib_filter_create()
362 …php_error_docref(NULL, E_WARNING, "Invalid parameter given for memory level (" ZEND_LONG_FMT ")", … in php_zlib_filter_create()
372 …php_error_docref(NULL, E_WARNING, "Invalid parameter given for window size (" ZEND_LONG_FMT ")", t… in php_zlib_filter_create()
392 …php_error_docref(NULL, E_WARNING, "Invalid compression level specified. (" ZEND_LONG_FMT ")", tmp); in php_zlib_filter_create()
/PHP-8.3/Zend/Optimizer/
H A Dzend_dump.c44 fprintf(stderr, ZEND_LONG_FMT, index); in zend_dump_ht()
64 fprintf(stderr, " int(" ZEND_LONG_FMT ")", Z_LVAL_P(zv)); in zend_dump_const()
164 fprintf(stderr, ZEND_LONG_FMT "..", r->min); in zend_dump_range()
171 fprintf(stderr, ZEND_LONG_FMT "]", r->max); in zend_dump_range()
416 fprintf(stderr, " + " ZEND_LONG_FMT, r->range.min); in zend_dump_range_constraint()
418 fprintf(stderr, " - " ZEND_LONG_FMT, -r->range.min); in zend_dump_range_constraint()
422 fprintf(stderr, ZEND_LONG_FMT " .. ", r->range.min); in zend_dump_range_constraint()
431 fprintf(stderr, " + " ZEND_LONG_FMT, r->range.max); in zend_dump_range_constraint()
433 fprintf(stderr, " - " ZEND_LONG_FMT, -r->range.max); in zend_dump_range_constraint()
437 fprintf(stderr, ZEND_LONG_FMT "]", r->range.max); in zend_dump_range_constraint()
[all …]
/PHP-8.3/ext/sysvshm/
H A Dsysvshm.c227 …php_error_docref(NULL, E_WARNING, "Failed for key 0x%x, id " ZEND_LONG_FMT ": %s", shm_list_ptr->k… in PHP_FUNCTION()
300 php_error_docref(NULL, E_WARNING, "Variable key " ZEND_LONG_FMT " doesn't exist", shm_key); in PHP_FUNCTION()
356 php_error_docref(NULL, E_WARNING, "Variable key " ZEND_LONG_FMT " doesn't exist", shm_key); in PHP_FUNCTION()
/PHP-8.3/ext/filter/
H A Dfilter.c599 php_error_docref(NULL, E_WARNING, "Unknown filter with ID " ZEND_LONG_FMT, filter); in PHP_FUNCTION()
661 php_error_docref(NULL, E_WARNING, "Unknown filter with ID " ZEND_LONG_FMT, filter); in PHP_FUNCTION()
688 php_error_docref(NULL, E_WARNING, "Unknown filter with ID " ZEND_LONG_FMT, op_long); in PHP_FUNCTION()
738 php_error_docref(NULL, E_WARNING, "Unknown filter with ID " ZEND_LONG_FMT, op_long); in PHP_FUNCTION()
/PHP-8.3/ext/fileinfo/
H A Dfileinfo.c99 php_error_docref(NULL, E_WARNING, "Failed to set option '" ZEND_LONG_FMT "' %d:%s", \
217 php_error_docref(NULL, E_WARNING, "Invalid mode '" ZEND_LONG_FMT "'.", options); in PHP_FUNCTION()
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat_format.c76 spprintf(&message, 0, "datefmt_format: value " ZEND_LONG_FMT " is out of " in internal_get_arr_ele()
/PHP-8.3/ext/sockets/
H A Dsendrecvmsg.c307 zend_value_error("Pair level " ZEND_LONG_FMT " and/or type " ZEND_LONG_FMT " is not supported", in PHP_FUNCTION()
H A Dconversions.c989 "expected a length of at least " ZEND_LONG_FMT ", but got " ZEND_LONG_FMT, in to_zval_read_cmsg_data()
1079 do_from_zval_err(ctx, "the buffer size must be between 1 and " ZEND_LONG_FMT "; " in from_zval_write_msghdr_buffer_size()
1080 "given " ZEND_LONG_FMT, (zend_long)MAX_USER_BUFF_SIZE, lval); in from_zval_write_msghdr_buffer_size()
1255 "larger than %u; given " ZEND_LONG_FMT, UINT_MAX, Z_LVAL_P(zv)); in from_zval_write_ifindex()
1436 … "offset (" ZEND_LONG_FMT " vs " ZEND_LONG_FMT ")", (zend_long)*cmsg_len, (zend_long)data_offset); in to_zval_read_fd_array()
/PHP-8.3/main/streams/
H A Duserspace.c601 …::" USERSTREAM_WRITE " wrote " ZEND_LONG_FMT " bytes more data than requested (" ZEND_LONG_FMT " w… in php_userstreamop_write()
654 …%s::" USERSTREAM_READ " - read " ZEND_LONG_FMT " bytes more data than requested (" ZEND_LONG_FMT "… in php_userstreamop_read()
/PHP-8.3/ext/bz2/
H A Dbz2_filter.c369 …E_WARNING, "Invalid parameter given for number of blocks to allocate (" ZEND_LONG_FMT ")", blocks); in php_bz2_filter_create()
379 …php_error_docref(NULL, E_WARNING, "Invalid parameter given for work factor (" ZEND_LONG_FMT ")", w… in php_bz2_filter_create()

Completed in 74 milliseconds

1234