Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dmain.c1595 char memory_leak_buf[1024]; in php_message_handler_for_zend() local
1605 strlcat(memory_leak_buf, relay_buf, sizeof(memory_leak_buf)); in php_message_handler_for_zend()
1614 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()
1616 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1619 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1627 char memory_leak_buf[512]; in php_message_handler_for_zend() local
1632 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()
1637 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1646 char memory_leak_buf[4096]; in php_message_handler_for_zend() local
1659 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()
[all …]

Completed in 12 milliseconds