Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dmain.c1302 char memory_leak_buf[1024]; in php_message_handler_for_zend() local
1312 strlcat(memory_leak_buf, relay_buf, sizeof(memory_leak_buf)); in php_message_handler_for_zend()
1320 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()
1322 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1330 char memory_leak_buf[512]; in php_message_handler_for_zend() local
1334 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()
1336 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1345 char memory_leak_buf[4096]; in php_message_handler_for_zend() local
1354 …snprintf(memory_leak_buf, sizeof(memory_leak_buf), "[null] Script: '%s'\n", SAFE_FILENAME(SG(req… in php_message_handler_for_zend()
1357 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()
[all …]

Completed in 13 milliseconds