ZEND_LONG_FMT     206 Zend/zend.c    			snprintf(key, sizeof(key), ZEND_LONG_FMT, num_key);
ZEND_LONG_FMT     464 Zend/zend_builtin_functions.c 		zend_error(E_WARNING, "func_get_arg():  Argument " ZEND_LONG_FMT " not passed to function", requested_offset);
ZEND_LONG_FMT     754 Zend/zend_exceptions.c 			str = zend_strpprintf(0, "%s: %s in %s:" ZEND_LONG_FMT
ZEND_LONG_FMT     760 Zend/zend_exceptions.c 			str = zend_strpprintf(0, "%s in %s:" ZEND_LONG_FMT
ZEND_LONG_FMT    1309 Zend/zend_execute.c 		zend_error(E_WARNING, "Illegal string offset:  " ZEND_LONG_FMT, offset);
ZEND_LONG_FMT    1550 Zend/zend_execute.c 					zend_error(E_NOTICE,"Undefined offset: " ZEND_LONG_FMT, hval);
ZEND_LONG_FMT    1557 Zend/zend_execute.c 					zend_error(E_NOTICE,"Undefined offset: " ZEND_LONG_FMT, hval);
ZEND_LONG_FMT      75 Zend/zend_long.h 		int st = snprintf((s), (len), ZEND_LONG_FMT, (i)); \
ZEND_LONG_FMT      98 Zend/zend_long.h 		int st = snprintf((s), (len), ZEND_LONG_FMT, (i)); \
ZEND_LONG_FMT     528 Zend/zend_operators.c 			int len = snprintf(buf, sizeof(buf), "Resource id #" ZEND_LONG_FMT, (zend_long)Z_RES_HANDLE_P(op));
ZEND_LONG_FMT     824 Zend/zend_operators.c 			len = snprintf(buf, sizeof(buf), "Resource id #" ZEND_LONG_FMT, (zend_long)Z_RES_HANDLE_P(op));
ZEND_LONG_FMT    4245 ext/date/php_date.c 				case 's': length = slprintf(buffer, 32, ZEND_LONG_FMT, (zend_long) t->s); break;
ZEND_LONG_FMT     659 ext/ftp/ftp.c  	snprintf(buffer, sizeof(buffer) - 1, ZEND_LONG_FMT, size);
ZEND_LONG_FMT     848 ext/ftp/ftp.c  		snprintf(arg, sizeof(arg), ZEND_LONG_FMT, resumepos);
ZEND_LONG_FMT     940 ext/ftp/ftp.c  		snprintf(arg, sizeof(arg), ZEND_LONG_FMT, startpos);
ZEND_LONG_FMT    1906 ext/ftp/ftp.c  		snprintf(arg, sizeof(arg), ZEND_LONG_FMT, resumepos);
ZEND_LONG_FMT    2020 ext/ftp/ftp.c  		snprintf(arg, sizeof(arg), ZEND_LONG_FMT, startpos);
ZEND_LONG_FMT     631 ext/hash/hash.c 		php_error_docref(NULL, E_WARNING, "Iterations must be a positive integer: " ZEND_LONG_FMT, iterations);
ZEND_LONG_FMT     636 ext/hash/hash.c 		php_error_docref(NULL, E_WARNING, "Length must be greater than or equal to 0: " ZEND_LONG_FMT, length);
ZEND_LONG_FMT    1118 ext/interbase/ibase_query.c 						"(" ZEND_LONG_FMT ") reached", l);
ZEND_LONG_FMT    1364 ext/interbase/ibase_query.c 					l = slprintf(string_data, sizeof(string_data), ZEND_LONG_FMT ".%0*" ZEND_LONG_FMT_SPEC, n / f, -scale,  n % f);
ZEND_LONG_FMT    1366 ext/interbase/ibase_query.c 					l = slprintf(string_data, sizeof(string_data), ZEND_LONG_FMT ".%0*" ZEND_LONG_FMT_SPEC, n / f, -scale,  -n % f);
ZEND_LONG_FMT     523 ext/interbase/ibase_service.c 				_php_ibase_module_error("Unrecognised option (" ZEND_LONG_FMT ")", action);
ZEND_LONG_FMT      46 ext/intl/converter/converter.c                                           fname "() returned error " ZEND_LONG_FMT ": %s", (zend_long)error, u_errorName(error))
ZEND_LONG_FMT     277 ext/ldap/ldap.c 		snprintf(tmp, 31, ZEND_LONG_FMT "/unlimited", LDAPG(num_links));
ZEND_LONG_FMT     279 ext/ldap/ldap.c 		snprintf(tmp, 31, ZEND_LONG_FMT "/" ZEND_LONG_FMT, LDAPG(num_links), LDAPG(max_links));
ZEND_LONG_FMT     983 ext/mysqli/mysqli.c 	snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MyG(num_active_persistent));
ZEND_LONG_FMT     985 ext/mysqli/mysqli.c 	snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MyG(num_inactive_persistent));
ZEND_LONG_FMT     987 ext/mysqli/mysqli.c 	snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MyG(num_links));
ZEND_LONG_FMT    1733 ext/mysqlnd/mysqlnd_wireprotocol.c 					bit_area += 1 + sprintf((char *)start, ZEND_LONG_FMT, Z_LVAL_P(current_field));
ZEND_LONG_FMT     141 ext/mysqlnd/php_mysqlnd.c 	snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_cmd_buffer_size));
ZEND_LONG_FMT     143 ext/mysqlnd/php_mysqlnd.c 	snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_read_buffer_size));
ZEND_LONG_FMT     145 ext/mysqlnd/php_mysqlnd.c 	snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_read_timeout));
ZEND_LONG_FMT     848 ext/odbc/php_odbc.c 	snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ODBCG(num_persistent));
ZEND_LONG_FMT     850 ext/odbc/php_odbc.c 	snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ODBCG(num_links));
ZEND_LONG_FMT     478 ext/opcache/zend_accelerator_module.c 			snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCG(accel_directives).memory_consumption-zend_shared_alloc_get_free_memory()-ZSMMG(wasted_shared_memory));
ZEND_LONG_FMT     369 ext/pdo_pgsql/pgsql_driver.c 		*len = spprintf(&id, 0, ZEND_LONG_FMT, (zend_long) H->pgoid);
ZEND_LONG_FMT    1261 ext/pgsql/pgsql.c 	snprintf(buf, sizeof(buf), ZEND_LONG_FMT, PGG(num_persistent));
ZEND_LONG_FMT    1263 ext/pgsql/pgsql.c 	snprintf(buf, sizeof(buf), ZEND_LONG_FMT, PGG(num_links));
ZEND_LONG_FMT     327 ext/session/session.c 	spprintf(&buf, 0, "%.15s%ld" ZEND_LONG_FMT "%0.8F", remote_addr ? remote_addr : "", tv.tv_sec, (zend_long)tv.tv_usec, php_combined_lcg() * 10);
ZEND_LONG_FMT    1242 ext/session/session.c 	snprintf(buf, sizeof(buf) , "Cache-Control: public, max-age=" ZEND_LONG_FMT, PS(cache_expire) * 60); /* SAFE */
ZEND_LONG_FMT    1253 ext/session/session.c 	snprintf(buf, sizeof(buf), "Cache-Control: private, max-age=" ZEND_LONG_FMT, PS(cache_expire) * 60); /* SAFE */
ZEND_LONG_FMT     646 ext/soap/php_http.c 					snprintf(cnonce, sizeof(cnonce), ZEND_LONG_FMT, php_rand());
ZEND_LONG_FMT     547 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "Failed to seek to position " ZEND_LONG_FMT " in the stream", offset);
ZEND_LONG_FMT     627 ext/standard/file.c 					php_error_docref(NULL, E_WARNING, "content truncated from %zu to " ZEND_LONG_FMT " bytes", len, ZEND_LONG_MAX);
ZEND_LONG_FMT     645 ext/standard/file.c 					php_error_docref(NULL, E_WARNING, "Only "ZEND_LONG_FMT" of %zd bytes written, possibly out of free disk space", numbytes, Z_STRLEN_P(data));
ZEND_LONG_FMT     680 ext/standard/file.c 						php_error_docref(NULL, E_WARNING, "Only "ZEND_LONG_FMT" of %zd bytes written, possibly out of free disk space", numbytes, Z_STRLEN(out));
ZEND_LONG_FMT     726 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "'" ZEND_LONG_FMT "' flag is not supported", flags);
ZEND_LONG_FMT      59 ext/standard/fsock.c 		spprintf(&hashkey, 0, "pfsockopen__%s:" ZEND_LONG_FMT, host, port);
ZEND_LONG_FMT      63 ext/standard/fsock.c 		hostname_len = spprintf(&hostname, 0, "%s:" ZEND_LONG_FMT, host, port);
ZEND_LONG_FMT      95 ext/standard/fsock.c 		php_error_docref(NULL, E_WARNING, "unable to connect to %s:" ZEND_LONG_FMT " (%s)", host, port, errstr == NULL ? "Unknown error" : ZSTR_VAL(errstr));
ZEND_LONG_FMT     151 ext/standard/head.c 			snprintf(tsdelta, sizeof(tsdelta), ZEND_LONG_FMT, (zend_long) difftime(expires, time(NULL)));
ZEND_LONG_FMT     326 ext/standard/mail.c 			spprintf(&hdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s\n%s", php_getuid(), ZSTR_VAL(f), headers);
ZEND_LONG_FMT     328 ext/standard/mail.c 			spprintf(&hdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s", php_getuid(), ZSTR_VAL(f));
ZEND_LONG_FMT     989 ext/standard/pack.c 				php_error_docref(NULL, E_WARNING, "Type %c: not enough input, need %d, have " ZEND_LONG_FMT, type, size, inputlen - inputpos);
ZEND_LONG_FMT     167 ext/standard/password.c 				sscanf(hash, "$2y$" ZEND_LONG_FMT "$", &cost);
ZEND_LONG_FMT     211 ext/standard/password.c 				sscanf(hash, "$2y$" ZEND_LONG_FMT "$", &cost);
ZEND_LONG_FMT     287 ext/standard/password.c 				php_error_docref(NULL, E_WARNING, "Invalid bcrypt cost parameter specified: " ZEND_LONG_FMT, cost);
ZEND_LONG_FMT     298 ext/standard/password.c 			php_error_docref(NULL, E_WARNING, "Unknown password hashing algorithm: " ZEND_LONG_FMT, algo);
ZEND_LONG_FMT     341 ext/standard/php_fopen_wrapper.c 				"Error duping file descriptor " ZEND_LONG_FMT "; possibly it doesn't exist: "
ZEND_LONG_FMT     321 ext/standard/rand.c 			php_error_docref(NULL, E_WARNING, "max(" ZEND_LONG_FMT ") is smaller than min(" ZEND_LONG_FMT ")", max, min);
ZEND_LONG_FMT     476 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "Failed to seek to position " ZEND_LONG_FMT " in the stream", pos);
ZEND_LONG_FMT    1453 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "The chunk size must be a positive integer, given " ZEND_LONG_FMT, csize);
ZEND_LONG_FMT     713 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Item '" ZEND_LONG_FMT "' is not valid", item);
ZEND_LONG_FMT    5297 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Offset value " ZEND_LONG_FMT " exceeds string length", offset);
ZEND_LONG_FMT    5309 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Length value " ZEND_LONG_FMT " exceeds string length", length);
ZEND_LONG_FMT    5537 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Invalid format value " ZEND_LONG_FMT, type);
ZEND_LONG_FMT     418 ext/standard/url.c 				php_error_docref(NULL, E_WARNING, "Invalid URL component identifier " ZEND_LONG_FMT, key);
ZEND_LONG_FMT      41 ext/standard/var.c 		php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index);
ZEND_LONG_FMT      56 ext/standard/var.c 		php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index);
ZEND_LONG_FMT     105 ext/standard/var.c 			php_printf("%sint(" ZEND_LONG_FMT ")\n", COMMON, Z_LVAL_P(struc));
ZEND_LONG_FMT     213 ext/standard/var.c 		php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index);
ZEND_LONG_FMT     228 ext/standard/var.c 		php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index);
ZEND_LONG_FMT     275 ext/standard/var.c 		php_printf("%sint(" ZEND_LONG_FMT ")\n", COMMON, Z_LVAL_P(struc));
ZEND_LONG_FMT    1048 ext/standard/var.c 			php_error_docref(NULL, E_NOTICE, "Error at offset " ZEND_LONG_FMT " of %zd bytes",
ZEND_LONG_FMT     291 main/SAPI.c    				php_error_docref(NULL, E_WARNING, "Actual POST length does not match Content-Length, and exceeds " ZEND_LONG_FMT " bytes", SG(post_max_size));
ZEND_LONG_FMT    1295 main/main.c    	new_timeout_strlen = (int)zend_spprintf(&new_timeout_str, 0, ZEND_LONG_FMT, new_timeout);
ZEND_LONG_FMT     144 main/php_variables.c 					php_error_docref(NULL, E_WARNING, "Input variable nesting level exceeded " ZEND_LONG_FMT ". To increase the limit change max_input_nesting_level in php.ini.", PG(max_input_nesting_level));
ZEND_LONG_FMT     452 main/php_variables.c 			php_error_docref(NULL, E_WARNING, "Input variables exceeded " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
ZEND_LONG_FMT     721 main/rfc1867.c 		sapi_module.sapi_error(E_WARNING, "POST Content-Length of " ZEND_LONG_FMT " bytes exceeds the limit of " ZEND_LONG_FMT " bytes", SG(request_info).content_length, SG(post_max_size));
ZEND_LONG_FMT     899 main/rfc1867.c 						php_error_docref(NULL, E_WARNING, "Input variables exceeded " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
ZEND_LONG_FMT    1046 main/rfc1867.c 					sapi_module.sapi_error(E_NOTICE, "upload_max_filesize of " ZEND_LONG_FMT " bytes exceeded - file [%s=%s] not saved", PG(upload_max_filesize), param, filename);
ZEND_LONG_FMT    1051 main/rfc1867.c 					sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of " ZEND_LONG_FMT " bytes exceeded - file [%s=%s] not saved", max_file_size, param, filename);
ZEND_LONG_FMT     328 main/streams/cast.c 		php_error_docref(NULL, E_WARNING, ZEND_LONG_FMT " bytes of buffered data lost during stream conversion!", (zend_long)(stream->writepos - stream->readpos));
ZEND_LONG_FMT     625 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_WRITE " wrote " ZEND_LONG_FMT " bytes more data than requested (" ZEND_LONG_FMT " written, " ZEND_LONG_FMT " max)",
ZEND_LONG_FMT     669 main/streams/userspace.c 			php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_READ " - read " ZEND_LONG_FMT " bytes more data than requested (" ZEND_LONG_FMT " read, " ZEND_LONG_FMT " max) - excess data will be lost",
ZEND_LONG_FMT     105 main/streams/xp_socket.c 		php_error_docref(NULL, E_NOTICE, "send of " ZEND_LONG_FMT " bytes failed with errno=%ld %s",
ZEND_LONG_FMT     221 sapi/phpdbg/phpdbg_frame.c 			phpdbg_xml("<frame %r id=\"%d\" file=\"%s\" line=\"" ZEND_LONG_FMT "\"", i, Z_STRVAL_P(file), Z_LVAL_P(line));
ZEND_LONG_FMT     655 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_error("exception", "name=\"%s\" file=\"%s\" line=\"" ZEND_LONG_FMT "\"", "Uncaught %s in %s on line " ZEND_LONG_FMT, ZSTR_VAL(ex->ce->name), ZSTR_VAL(file), line);
ZEND_LONG_FMT    1525 sapi/phpdbg/phpdbg_prompt.c 				"name=\"%s\" file=\"%s\" line=\"" ZEND_LONG_FMT "\"",
ZEND_LONG_FMT    1526 sapi/phpdbg/phpdbg_prompt.c 				"Uncaught %s in %s on line " ZEND_LONG_FMT ": %.*s",
ZEND_LONG_FMT     680 sapi/phpdbg/phpdbg_utils.c 				phpdbg_xml("<int refstatus=\"%s\" value=\"" ZEND_LONG_FMT "\" />", COMMON, Z_LVAL_P(zv));
ZEND_LONG_FMT     803 sapi/phpdbg/phpdbg_utils.c 			spprintf(&decode, 0, ZEND_LONG_FMT, Z_LVAL_P(zv));
ZEND_LONG_FMT     471 sapi/phpdbg/phpdbg_watch.c 			new_watch->name_in_parent = strpprintf(0, ZEND_LONG_FMT, h);
ZEND_LONG_FMT     576 sapi/phpdbg/phpdbg_watch.c 			str = strpprintf(0, "%.*s%s" ZEND_LONG_FMT "%s", (int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str), (watch->flags & PHPDBG_WATCH_ARRAY) ? "[" : "->", numkey, (watch->flags & PHPDBG_WATCH_ARRAY) ? "]" : "");