Searched refs:format_offset (Results 1 – 1 of 1) sorted by relevance
403 if ((use_array && argc != (2 + format_offset)) in php_formatted_print()404 || (!use_array && argc < (1 + format_offset))) { in php_formatted_print()408 convert_to_string_ex(&args[format_offset]); in php_formatted_print()414 z_format = &args[format_offset]; in php_formatted_print()415 array = &args[1 + format_offset]; in php_formatted_print()429 format_offset = 0; in php_formatted_print()432 format = Z_STRVAL(args[format_offset]); in php_formatted_print()433 format_len = Z_STRLEN(args[format_offset]); in php_formatted_print()438 while (inpos < Z_STRLEN(args[format_offset])) { in php_formatted_print()480 argnum += format_offset; in php_formatted_print()[all …]
Completed in 6 milliseconds