Home
last modified time | relevance | path

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

/php-src/main/
H A Dmain.c1647 char memory_leak_buf[1024]; in php_message_handler_for_zend() local
1657 strlcat(memory_leak_buf, relay_buf, sizeof(memory_leak_buf)); in php_message_handler_for_zend()
1666 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()
1668 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1671 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1679 char memory_leak_buf[512]; in php_message_handler_for_zend() local
1684 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()
1689 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1698 char memory_leak_buf[4096]; in php_message_handler_for_zend() local
1711 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()
[all …]

Completed in 10 milliseconds