/PHP-7.0/Zend/ |
H A D | zend_long.h | 60 # define ZEND_LONG_FMT "%" PRId64 macro 75 int st = snprintf((s), (len), ZEND_LONG_FMT, (i)); \ 88 # define ZEND_LONG_FMT "%" PRId32 macro 98 int st = snprintf((s), (len), ZEND_LONG_FMT, (i)); \
|
H A D | zend_exceptions.c | 760 str = zend_strpprintf(0, "%s: %s in %s:" ZEND_LONG_FMT in ZEND_METHOD() 766 str = zend_strpprintf(0, "%s in %s:" ZEND_LONG_FMT in ZEND_METHOD()
|
/PHP-7.0/ext/standard/ |
H A D | fsock.c | 59 spprintf(&hashkey, 0, "pfsockopen__%s:" ZEND_LONG_FMT, host, port); in php_fsockopen_stream() 63 hostname_len = spprintf(&hostname, 0, "%s:" ZEND_LONG_FMT, host, port); in php_fsockopen_stream() 95 …php_error_docref(NULL, E_WARNING, "unable to connect to %s:" ZEND_LONG_FMT " (%s)", host, port, er… in php_fsockopen_stream()
|
H A D | password.c | 167 sscanf(hash, "$2y$" ZEND_LONG_FMT "$", &cost); in PHP_FUNCTION() 211 sscanf(hash, "$2y$" ZEND_LONG_FMT "$", &cost); in PHP_FUNCTION() 287 …php_error_docref(NULL, E_WARNING, "Invalid bcrypt cost parameter specified: " ZEND_LONG_FMT, cost); in PHP_FUNCTION() 298 php_error_docref(NULL, E_WARNING, "Unknown password hashing algorithm: " ZEND_LONG_FMT, algo); in PHP_FUNCTION()
|
H A D | rand.c | 321 …php_error_docref(NULL, E_WARNING, "max(" ZEND_LONG_FMT ") is smaller than min(" ZEND_LONG_FMT ")",… in PHP_FUNCTION()
|
H A D | var.c | 41 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() 105 php_printf("%sint(" ZEND_LONG_FMT ")\n", COMMON, Z_LVAL_P(struc)); in php_var_dump() 213 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in zval_array_element_dump() 228 php_printf("%*c[" ZEND_LONG_FMT "]=>\n", level + 1, ' ', index); in zval_object_property_dump() 275 php_printf("%sint(" ZEND_LONG_FMT ")\n", COMMON, Z_LVAL_P(struc)); in php_debug_zval_dump() 1083 php_error_docref(NULL, E_NOTICE, "Error at offset " ZEND_LONG_FMT " of %zd bytes", in PHP_FUNCTION()
|
H A D | mail.c | 326 …spprintf(&hdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s\n%s", php_getuid(), ZSTR_VAL(f),… in php_mail() 328 spprintf(&hdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s", php_getuid(), ZSTR_VAL(f)); in php_mail()
|
H A D | head.c | 157 snprintf(tsdelta, sizeof(tsdelta), ZEND_LONG_FMT, (zend_long) diff); in php_setcookie()
|
H A D | file.c | 552 …php_error_docref(NULL, E_WARNING, "Failed to seek to position " ZEND_LONG_FMT " in the stream", of… in PHP_FUNCTION() 632 …php_error_docref(NULL, E_WARNING, "content truncated from %zu to " ZEND_LONG_FMT " bytes", len, ZE… in PHP_FUNCTION() 650 …php_error_docref(NULL, E_WARNING, "Only "ZEND_LONG_FMT" of %zd bytes written, possibly out of free… in PHP_FUNCTION() 685 …php_error_docref(NULL, E_WARNING, "Only "ZEND_LONG_FMT" of %zd bytes written, possibly out of free… in PHP_FUNCTION() 731 php_error_docref(NULL, E_WARNING, "'" ZEND_LONG_FMT "' flag is not supported", flags); in PHP_FUNCTION()
|
H A D | php_fopen_wrapper.c | 345 "Error duping file descriptor " ZEND_LONG_FMT "; possibly it doesn't exist: " in php_stream_url_wrap_php()
|
/PHP-7.0/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 140 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_cmd_buffer_size)); in PHP_MINFO_FUNCTION() 142 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_read_buffer_size)); in PHP_MINFO_FUNCTION() 144 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_read_timeout)); in PHP_MINFO_FUNCTION()
|
/PHP-7.0/ext/opcache/ |
H A D | zend_shared_alloc.c | 302 …L_LOG_WARNING, "Not enough free shared space to allocate "ZEND_LONG_FMT" bytes ("ZEND_LONG_FMT" by…
|
/PHP-7.0/main/ |
H A D | rfc1867.c | 721 …api_error(E_WARNING, "POST Content-Length of " ZEND_LONG_FMT " bytes exceeds the limit of " ZEND_L… 899 …php_error_docref(NULL, E_WARNING, "Input variables exceeded " ZEND_LONG_FMT ". To increase the lim… 1046 …sapi_module.sapi_error(E_NOTICE, "upload_max_filesize of " ZEND_LONG_FMT " bytes exceeded - file [… 1051 …sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of " ZEND_LONG_FMT " bytes exceeded - file [%s=%s]…
|
H A D | php_variables.c | 144 …php_error_docref(NULL, E_WARNING, "Input variable nesting level exceeded " ZEND_LONG_FMT ". To inc… in php_register_variable_ex() 458 …php_error_docref(NULL, E_WARNING, "Input variables exceeded " ZEND_LONG_FMT ". To increase the lim… in SAPI_TREAT_DATA_FUNC()
|
/PHP-7.0/main/streams/ |
H A D | userspace.c | 635 …::" USERSTREAM_WRITE " wrote " ZEND_LONG_FMT " bytes more data than requested (" ZEND_LONG_FMT " w… in php_userstreamop_write() 679 …%s::" USERSTREAM_READ " - read " ZEND_LONG_FMT " bytes more data than requested (" ZEND_LONG_FMT "… in php_userstreamop_read()
|
H A D | cast.c | 328 …php_error_docref(NULL, E_WARNING, ZEND_LONG_FMT " bytes of buffered data lost during stream conver… in _php_stream_cast()
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 221 …phpdbg_xml("<frame %r id=\"%d\" file=\"%s\" line=\"" ZEND_LONG_FMT "\"", i, Z_STRVAL_P(file), Z_LV… in phpdbg_dump_backtrace()
|
H A D | phpdbg_utils.c | 680 phpdbg_xml("<int refstatus=\"%s\" value=\"" ZEND_LONG_FMT "\" />", COMMON, Z_LVAL_P(zv)); in phpdbg_xml_var_dump() 803 spprintf(&decode, 0, ZEND_LONG_FMT, Z_LVAL_P(zv)); in phpdbg_short_zval_print()
|
H A D | phpdbg_prompt.c | 795 …xception", "name=\"%s\" file=\"%s\" line=\"" ZEND_LONG_FMT "\"", "Uncaught %s in %s on line " ZEND… in phpdbg_handle_exception() 1736 "name=\"%s\" file=\"%s\" line=\"" ZEND_LONG_FMT "\"", in phpdbg_execute_ex() 1737 "Uncaught %s in %s on line " ZEND_LONG_FMT ": %.*s", in phpdbg_execute_ex()
|
/PHP-7.0/ext/oci8/ |
H A D | oci8_lob.c | 62 php_error_docref(NULL, E_WARNING, "Unknown descriptor type " ZEND_LONG_FMT, type); in php_oci_lob_create() 629 php_error_docref(NULL, E_WARNING, "Invalid flag value: " ZEND_LONG_FMT, flush_flag); in php_oci_lob_flush() 908 php_error_docref(NULL, E_WARNING, "Invalid temporary lob type: " ZEND_LONG_FMT, type); in php_oci_lob_write_tmp()
|
/PHP-7.0/ext/ftp/ |
H A D | ftp.c | 662 snprintf(buffer, sizeof(buffer) - 1, ZEND_LONG_FMT, size); in ftp_alloc() 851 snprintf(arg, sizeof(arg), ZEND_LONG_FMT, resumepos); in ftp_get() 943 snprintf(arg, sizeof(arg), ZEND_LONG_FMT, startpos); in ftp_put() 1913 snprintf(arg, sizeof(arg), ZEND_LONG_FMT, resumepos); in ftp_nb_get() 2027 snprintf(arg, sizeof(arg), ZEND_LONG_FMT, startpos); in ftp_nb_put()
|
/PHP-7.0/ext/mysqli/ |
H A D | mysqli.c | 983 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MyG(num_active_persistent)); in PHP_MINFO_FUNCTION() 985 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MyG(num_inactive_persistent)); in PHP_MINFO_FUNCTION() 987 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MyG(num_links)); in PHP_MINFO_FUNCTION()
|
/PHP-7.0/ext/interbase/ |
H A D | ibase_service.c | 523 _php_ibase_module_error("Unrecognised option (" ZEND_LONG_FMT ")", action); in _php_ibase_service_action()
|
H A D | ibase_query.c | 1118 "(" ZEND_LONG_FMT ") reached", l); in PHP_FUNCTION() 1364 …l = slprintf(string_data, sizeof(string_data), ZEND_LONG_FMT ".%0*" ZEND_LONG_FMT_SPEC, n / f, -sc… in _php_ibase_var_zval() 1366 …l = slprintf(string_data, sizeof(string_data), ZEND_LONG_FMT ".%0*" ZEND_LONG_FMT_SPEC, n / f, -sc… in _php_ibase_var_zval()
|
/PHP-7.0/ext/hash/ |
H A D | hash.c | 631 …php_error_docref(NULL, E_WARNING, "Iterations must be a positive integer: " ZEND_LONG_FMT, iterati… in PHP_FUNCTION() 636 …php_error_docref(NULL, E_WARNING, "Length must be greater than or equal to 0: " ZEND_LONG_FMT, len… in PHP_FUNCTION()
|