Home
last modified time | relevance | path

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

1234

/PHP-7.4/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-7.4/ext/standard/
H A Dfsock.c62 spprintf(&hashkey, 0, "pfsockopen__%s:" ZEND_LONG_FMT, host, port); in php_fsockopen_stream()
66 hostname_len = spprintf(&hostname, 0, "%s:" ZEND_LONG_FMT, host, port); in php_fsockopen_stream()
89 …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.c206 sscanf(ZSTR_VAL(hash), "$2y$" ZEND_LONG_FMT "$", &cost); in php_password_bcrypt_get_info()
222 sscanf(ZSTR_VAL(hash), "$2y$" ZEND_LONG_FMT "$", &old_cost); in php_password_bcrypt_needs_rehash()
268 …php_error_docref(NULL, E_WARNING, "Invalid bcrypt cost parameter specified: " ZEND_LONG_FMT, cost); in php_password_bcrypt_hash()
329 sscanf(p, "v=" ZEND_LONG_FMT "$m=" ZEND_LONG_FMT ",t=" ZEND_LONG_FMT ",p=" ZEND_LONG_FMT, in extract_argon2_parameters()
H A Dmt_rand.c330 …php_error_docref(NULL, E_WARNING, "max(" ZEND_LONG_FMT ") is smaller than min(" ZEND_LONG_FMT ")",… in PHP_FUNCTION()
H A Dvar.c44 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in php_array_element_dump()
59 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in php_object_property_dump()
118 php_printf("%sint(" ZEND_LONG_FMT ")\n", COMMON, Z_LVAL_P(struc)); in php_var_dump()
236 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in zval_array_element_dump()
251 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in zval_object_property_dump()
307 php_printf("%sint(" ZEND_LONG_FMT ")\n", COMMON, Z_LVAL_P(struc)); in php_debug_zval_dump()
1285 php_error_docref(NULL, E_NOTICE, "Error at offset " ZEND_LONG_FMT " of %zd bytes", in PHP_FUNCTION()
H A Dmail.c191 php_error_docref(NULL, E_WARNING, "Found numeric header (" ZEND_LONG_FMT ")", idx); in php_mail_build_headers()
524 …spprintf(&hdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s\n%s", php_getuid(), ZSTR_VAL(f),… in php_mail()
526 spprintf(&hdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s", php_getuid(), ZSTR_VAL(f)); in php_mail()
H A Dvar_unserializer.re117 …fprintf(stderr, "var_push(" ZEND_LONG_FMT "): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_P(r…
183 …fprintf(stderr, "var_replace(" ZEND_LONG_FMT "): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_…
201 …fprintf(stderr, "var_access(" ZEND_LONG_FMT "): " ZEND_LONG_FMT "\n", var_hash?var_hash->used_slot…
228 fprintf(stderr, "var_destroy( " ZEND_LONG_FMT ")\n", var_hash?var_hash->used_slots:-1L);
462 "Maximum depth of " ZEND_LONG_FMT " exceeded. "
655 …ror(E_WARNING, "Insufficient data for unserializing - " ZEND_LONG_FMT " required, " ZEND_LONG_FMT
/PHP-7.4/ext/sodium/
H A Dsodium_pwhash.c135 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-7.4/ext/sockets/
H A Dsendrecvmsg.c74 php_error_docref(NULL, E_WARNING, "The value " ZEND_LONG_FMT " does not fit inside " \
301 php_error_docref(NULL, E_WARNING, "The pair level " ZEND_LONG_FMT "/type " ZEND_LONG_FMT " is " in PHP_FUNCTION()
310 "third argument (" ZEND_LONG_FMT ") is too large", n); in PHP_FUNCTION()
H A Dconversions.c983 "expected a length of at least " ZEND_LONG_FMT ", but got " ZEND_LONG_FMT, in to_zval_read_cmsg_data()
1073 do_from_zval_err(ctx, "the buffer size must be between 1 and " ZEND_LONG_FMT "; " in from_zval_write_msghdr_buffer_size()
1074 "given " ZEND_LONG_FMT, (zend_long)MAX_USER_BUFF_SIZE, lval); in from_zval_write_msghdr_buffer_size()
1246 "larger than %u; given " ZEND_LONG_FMT, UINT_MAX, Z_LVAL_P(zv)); in from_zval_write_ifindex()
1407 … "offset (" ZEND_LONG_FMT " vs " ZEND_LONG_FMT ")", (zend_long)*cmsg_len, (zend_long)data_offset); in to_zval_read_fd_array()
/PHP-7.4/ext/sysvsem/
H A Dsysvsem.c331 …php_error_docref(NULL, E_WARNING, "SysV semaphore " ZEND_LONG_FMT " (key 0x%x) is not currently ac… in php_sysvsem_semop()
400 …php_error_docref(NULL, E_WARNING, "SysV semaphore " ZEND_LONG_FMT " does not (any longer) exist", …
409 …php_error_docref(NULL, E_WARNING, "failed for SysV semaphore " ZEND_LONG_FMT ": %s", Z_LVAL_P(arg_…
/PHP-7.4/ext/mysqlnd/
H A Dphp_mysqlnd.c115 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_cmd_buffer_size)); in PHP_MINFO_FUNCTION()
117 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_read_buffer_size)); in PHP_MINFO_FUNCTION()
119 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_read_timeout)); in PHP_MINFO_FUNCTION()
/PHP-7.4/ext/zlib/
H A Dzlib_filter.c331 …php_error_docref(NULL, E_WARNING, "Invalid parameter give for window size. (" ZEND_LONG_FMT ")", t… in php_zlib_filter_create()
363 …php_error_docref(NULL, E_WARNING, "Invalid parameter give for memory level. (" ZEND_LONG_FMT ")", … in php_zlib_filter_create()
373 …php_error_docref(NULL, E_WARNING, "Invalid parameter give for window size. (" ZEND_LONG_FMT ")", t… in php_zlib_filter_create()
393 …php_error_docref(NULL, E_WARNING, "Invalid compression level specified. (" ZEND_LONG_FMT ")", tmp); in php_zlib_filter_create()
H A Dzlib.c674 …php_error_docref(NULL, E_WARNING, "compression level (" ZEND_LONG_FMT ") must be within -1..9", le…
703 …php_error_docref(NULL, E_WARNING, "length (" ZEND_LONG_FMT ") must be greater or equal zero", max_…
848 …php_error_docref(NULL, E_WARNING, "zlib window size (lograithm) (" ZEND_LONG_FMT ") must be within… in PHP_FUNCTION()
1084 …php_error_docref(NULL, E_WARNING, "compression level (" ZEND_LONG_FMT ") must be within -1..9", le… in PHP_FUNCTION()
1092 …php_error_docref(NULL, E_WARNING, "compression memory level (" ZEND_LONG_FMT ") must be within 1..… in PHP_FUNCTION()
1100 …php_error_docref(NULL, E_WARNING, "zlib window size (logarithm) (" ZEND_LONG_FMT ") must be within… in PHP_FUNCTION()
/PHP-7.4/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()
161 fprintf(stderr, ZEND_LONG_FMT "..", r->min); in zend_dump_range()
166 fprintf(stderr, ZEND_LONG_FMT "]", r->max); in zend_dump_range()
386 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()
392 fprintf(stderr, ZEND_LONG_FMT " .. ", r->range.min); in zend_dump_range_constraint()
401 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()
407 fprintf(stderr, ZEND_LONG_FMT "]", r->range.max); in zend_dump_range_constraint()
[all …]
/PHP-7.4/ext/sysvshm/
H A Dsysvshm.c245 …php_error_docref(NULL, E_WARNING, "failed for key 0x%x, id " ZEND_LONG_FMT ": %s", shm_list_ptr->k… in PHP_FUNCTION()
315 php_error_docref(NULL, E_WARNING, "variable key " ZEND_LONG_FMT " doesn't exist", shm_key); in PHP_FUNCTION()
362 php_error_docref(NULL, E_WARNING, "variable key " ZEND_LONG_FMT " doesn't exist", shm_key); in PHP_FUNCTION()
/PHP-7.4/ext/calendar/
H A Dcalendar.c316 php_error_docref(NULL, E_WARNING, "invalid calendar ID " ZEND_LONG_FMT, cal); in PHP_FUNCTION()
338 php_error_docref(NULL, E_WARNING, "invalid calendar ID " ZEND_LONG_FMT, cal); in PHP_FUNCTION()
384 php_error_docref(NULL, E_WARNING, "invalid calendar ID " ZEND_LONG_FMT, cal); in PHP_FUNCTION()
405 php_error_docref(NULL, E_WARNING, "invalid calendar ID " ZEND_LONG_FMT, cal); in PHP_FUNCTION()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_parse.c99 php_error_docref(NULL, E_WARNING, "Unsupported format type " ZEND_LONG_FMT, type); in PHP_FUNCTION()
H A Dformatter_format.c123 php_error_docref(NULL, E_WARNING, "Unsupported format type " ZEND_LONG_FMT, type); in PHP_FUNCTION()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_format.c83 spprintf(&message, 0, "datefmt_format: value " ZEND_LONG_FMT " is out of " in internal_get_arr_ele()
/PHP-7.4/main/streams/
H A Duserspace.c635 …::" USERSTREAM_WRITE " wrote " ZEND_LONG_FMT " bytes more data than requested (" ZEND_LONG_FMT " w… in php_userstreamop_write()
692 …%s::" USERSTREAM_READ " - read " ZEND_LONG_FMT " bytes more data than requested (" ZEND_LONG_FMT "… in php_userstreamop_read()
/PHP-7.4/ext/bz2/
H A Dbz2_filter.c370 …_WARNING, "Invalid parameter given for number of blocks to allocate. (" ZEND_LONG_FMT ")", blocks); in php_bz2_filter_create()
380 …php_error_docref(NULL, E_WARNING, "Invalid parameter given for work factor. (" ZEND_LONG_FMT ")", … in php_bz2_filter_create()
/PHP-7.4/ext/pspell/
H A Dpspell.c229 php_error_docref(NULL, E_WARNING, ZEND_LONG_FMT " is not a PSPELL config index", conf); \
238 php_error_docref(NULL, E_WARNING, ZEND_LONG_FMT " is not a PSPELL result index", scin); \
807 snprintf(ignore_str, sizeof(ignore_str), ZEND_LONG_FMT, ignore); in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c174 php_error_docref(NULL, E_WARNING, "Failed to set option '" ZEND_LONG_FMT "' %d:%s", \
346 php_error_docref(NULL, E_WARNING, "Invalid mode '" ZEND_LONG_FMT "'.", options); in PHP_FUNCTION()

Completed in 128 milliseconds

1234