Home
last modified time | relevance | path

Searched refs:char_pos_buf (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_compile.c78 char char_pos_buf[32]; in build_runtime_defined_function_key() local
82 char_pos_len = zend_sprintf(char_pos_buf, "%p", LANG_SCNG(yy_text)); in build_runtime_defined_function_key()
95 sprintf(result->value.str.val+1, "%s%s%s", name, filename, char_pos_buf); in build_runtime_defined_function_key()
97 zend_spprintf(&result->value.str.val, 0, "%c%s%s%s", '\0', name, filename, char_pos_buf); in build_runtime_defined_function_key()

Completed in 18 milliseconds