Home
last modified time | relevance | path

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

12

/PHP-7.0/Zend/
H A Dzend_long.h60 # 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 Dzend_exceptions.c760 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 Dfsock.c59 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 Dpassword.c167 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 Drand.c321 …php_error_docref(NULL, E_WARNING, "max(" ZEND_LONG_FMT ") is smaller than min(" ZEND_LONG_FMT ")",… in PHP_FUNCTION()
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()
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 Dmail.c326 …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 Dhead.c157 snprintf(tsdelta, sizeof(tsdelta), ZEND_LONG_FMT, (zend_long) diff); in php_setcookie()
H A Dfile.c552 …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 Dphp_fopen_wrapper.c345 "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 Dphp_mysqlnd.c140 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 Dzend_shared_alloc.c302 …L_LOG_WARNING, "Not enough free shared space to allocate "ZEND_LONG_FMT" bytes ("ZEND_LONG_FMT" by…
/PHP-7.0/main/
H A Drfc1867.c721 …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 Dphp_variables.c144 …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 Duserspace.c635 …::" 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 Dcast.c328 …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 Dphpdbg_frame.c221 …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 Dphpdbg_utils.c680 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 Dphpdbg_prompt.c795 …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 Doci8_lob.c62 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 Dftp.c662 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 Dmysqli.c983 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 Dibase_service.c523 _php_ibase_module_error("Unrecognised option (" ZEND_LONG_FMT ")", action); in _php_ibase_service_action()
H A Dibase_query.c1118 "(" 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 Dhash.c631 …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()

Completed in 102 milliseconds

12