Home
last modified time | relevance | path

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

1234

/PHP-8.0/Zend/
H A Dzend_long.h57 # define ZEND_LONG_FMT "%" PRId64 macro
73 int st = snprintf((s), (len), ZEND_LONG_FMT, (i)); \
86 # define ZEND_LONG_FMT "%" PRId32 macro
97 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.0/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()
92 …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.c130 sscanf(ZSTR_VAL(hash), "$2y$" ZEND_LONG_FMT "$", &cost); in php_password_bcrypt_get_info()
146 sscanf(ZSTR_VAL(hash), "$2y$" ZEND_LONG_FMT "$", &old_cost); in php_password_bcrypt_needs_rehash()
192 zend_value_error("Invalid bcrypt cost parameter specified: " ZEND_LONG_FMT, cost); in php_password_bcrypt_hash()
253 sscanf(p, "v=" ZEND_LONG_FMT "$m=" ZEND_LONG_FMT ",t=" ZEND_LONG_FMT ",p=" ZEND_LONG_FMT, in extract_argon2_parameters()
H A Dmail.c157 zend_type_error("Header name cannot be numeric, " ZEND_LONG_FMT " given", idx); in php_mail_build_headers()
487 …spprintf(&ahdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s\r\n%s", php_getuid(), ZSTR_VAL(… in php_mail()
489 spprintf(&ahdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s", php_getuid(), ZSTR_VAL(f)); in php_mail()
H A Dvar.c41 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in php_array_element_dump()
56 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in php_object_property_dump()
113 php_printf("%sint(" ZEND_LONG_FMT ")\n", COMMON, Z_LVAL_P(struc)); in php_var_dump()
226 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in zval_array_element_dump()
241 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in zval_object_property_dump()
294 php_printf("%sint(" ZEND_LONG_FMT ")\n", COMMON, Z_LVAL_P(struc)); in php_debug_zval_dump()
1249 php_error_docref(NULL, E_NOTICE, "Error at offset " ZEND_LONG_FMT " of %zd bytes", in php_unserialize_with_options()
H A Dvar_unserializer.re115 …fprintf(stderr, "var_push(" ZEND_LONG_FMT "): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_P(r…
181 …fprintf(stderr, "var_replace(" ZEND_LONG_FMT "): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_…
199 …fprintf(stderr, "var_access(" ZEND_LONG_FMT "): " ZEND_LONG_FMT "\n", var_hash?var_hash->used_slot…
225 fprintf(stderr, "var_destroy( " ZEND_LONG_FMT ")\n", var_hash?var_hash->used_slots:-1L);
454 "Maximum depth of " ZEND_LONG_FMT " exceeded. "
666 …ror(E_WARNING, "Insufficient data for unserializing - " ZEND_LONG_FMT " required, " ZEND_LONG_FMT
H A Dhttp.c118 ekey_len = spprintf(&ekey, 0, ZEND_LONG_FMT, idx); in php_url_encode_hash_ex()
/PHP-8.0/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.0/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.0/ext/mysqlnd/
H A Dphp_mysqlnd.c102 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_cmd_buffer_size)); in PHP_MINFO_FUNCTION()
104 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_read_buffer_size)); in PHP_MINFO_FUNCTION()
106 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_read_timeout)); in PHP_MINFO_FUNCTION()
/PHP-8.0/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.0/ext/opcache/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()
160 fprintf(stderr, ZEND_LONG_FMT "..", r->min); in zend_dump_range()
167 fprintf(stderr, ZEND_LONG_FMT "]", r->max); in zend_dump_range()
382 fprintf(stderr, " + " ZEND_LONG_FMT, r->range.min); in zend_dump_range_constraint()
384 fprintf(stderr, " - " ZEND_LONG_FMT, -r->range.min); in zend_dump_range_constraint()
388 fprintf(stderr, ZEND_LONG_FMT " .. ", r->range.min); in zend_dump_range_constraint()
397 fprintf(stderr, " + " ZEND_LONG_FMT, r->range.max); in zend_dump_range_constraint()
399 fprintf(stderr, " - " ZEND_LONG_FMT, -r->range.max); in zend_dump_range_constraint()
403 fprintf(stderr, ZEND_LONG_FMT "]", r->range.max); in zend_dump_range_constraint()
[all …]
/PHP-8.0/ext/sysvshm/
H A Dsysvshm.c232 …php_error_docref(NULL, E_WARNING, "Failed for key 0x%x, id " ZEND_LONG_FMT ": %s", shm_list_ptr->k… in PHP_FUNCTION()
305 php_error_docref(NULL, E_WARNING, "Variable key " ZEND_LONG_FMT " doesn't exist", shm_key); in PHP_FUNCTION()
361 php_error_docref(NULL, E_WARNING, "Variable key " ZEND_LONG_FMT " doesn't exist", shm_key); in PHP_FUNCTION()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_disasm_x86.c320 fprintf(stderr, ".ENTRY" ZEND_LONG_FMT ":\n", -Z_LVAL_P(z)); in zend_jit_disasm()
322 fprintf(stderr, ".L" ZEND_LONG_FMT ":\n", Z_LVAL_P(z)); in zend_jit_disasm()
343 fprintf(stderr, "\t%.*s.ENTRY" ZEND_LONG_FMT "\n", len, str, -Z_LVAL_P(z)); in zend_jit_disasm()
345 fprintf(stderr, "\t%.*s.L" ZEND_LONG_FMT "\n", len, str, Z_LVAL_P(z)); in zend_jit_disasm()
/PHP-8.0/ext/filter/
H A Dfilter.c663 php_error_docref(NULL, E_WARNING, "Unknown filter with ID " ZEND_LONG_FMT, filter); in PHP_FUNCTION()
725 php_error_docref(NULL, E_WARNING, "Unknown filter with ID " ZEND_LONG_FMT, filter); in PHP_FUNCTION()
752 php_error_docref(NULL, E_WARNING, "Unknown filter with ID " ZEND_LONG_FMT, op_long); in PHP_FUNCTION()
802 php_error_docref(NULL, E_WARNING, "Unknown filter with ID " ZEND_LONG_FMT, op_long); in PHP_FUNCTION()
/PHP-8.0/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.0/ext/pspell/
H A Dpspell.c79 …zend_throw_error(NULL, "%s(): " ZEND_LONG_FMT " is not a PSPELL config index", get_active_function…
88 …zend_throw_error(NULL, "%s(): " ZEND_LONG_FMT " is not a PSPELL result index", get_active_function…
642 snprintf(ignore_str, sizeof(ignore_str), ZEND_LONG_FMT, ignore); in PHP_FUNCTION()
/PHP-8.0/ext/sockets/
H A Dsendrecvmsg.c301 zend_value_error("Pair level " ZEND_LONG_FMT " and/or type " ZEND_LONG_FMT " is not supported", in PHP_FUNCTION()
H A Dconversions.c976 "expected a length of at least " ZEND_LONG_FMT ", but got " ZEND_LONG_FMT, in to_zval_read_cmsg_data()
1066 do_from_zval_err(ctx, "the buffer size must be between 1 and " ZEND_LONG_FMT "; " in from_zval_write_msghdr_buffer_size()
1067 "given " ZEND_LONG_FMT, (zend_long)MAX_USER_BUFF_SIZE, lval); in from_zval_write_msghdr_buffer_size()
1239 "larger than %u; given " ZEND_LONG_FMT, UINT_MAX, Z_LVAL_P(zv)); in from_zval_write_ifindex()
1410 … "offset (" ZEND_LONG_FMT " vs " ZEND_LONG_FMT ")", (zend_long)*cmsg_len, (zend_long)data_offset); in to_zval_read_fd_array()
/PHP-8.0/ext/fileinfo/
H A Dfileinfo.c111 php_error_docref(NULL, E_WARNING, "Failed to set option '" ZEND_LONG_FMT "' %d:%s", \
266 php_error_docref(NULL, E_WARNING, "Invalid mode '" ZEND_LONG_FMT "'.", options); in PHP_FUNCTION()
/PHP-8.0/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()
658 …%s::" USERSTREAM_READ " - read " ZEND_LONG_FMT " bytes more data than requested (" ZEND_LONG_FMT "… in php_userstreamop_read()
/PHP-8.0/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()
/PHP-8.0/ext/oci8/
H A Doci8_lob.c60 php_error_docref(NULL, E_WARNING, "Unknown descriptor type " ZEND_LONG_FMT, type); in php_oci_lob_create()
627 php_error_docref(NULL, E_WARNING, "Invalid flag value: " ZEND_LONG_FMT, flush_flag); in php_oci_lob_flush()
906 php_error_docref(NULL, E_WARNING, "Invalid temporary lob type: " ZEND_LONG_FMT, type); in php_oci_lob_write_tmp()
/PHP-8.0/main/
H A Drfc1867.c708 …api_error(E_WARNING, "POST Content-Length of " ZEND_LONG_FMT " bytes exceeds the limit of " ZEND_L…
896 …php_error_docref(NULL, E_WARNING, "Input variables exceeded " ZEND_LONG_FMT ". To increase the lim…
1042 …sapi_module.sapi_error(E_NOTICE, "upload_max_filesize of " ZEND_LONG_FMT " bytes exceeded - file […

Completed in 89 milliseconds

1234