Category Archives: PHP

Debug Output in PHP

This blogpost is an update for a old (2012) post on using the Win32 OutputDebugString API method from within PHP. To view the output of this Win32 API call, download dbgview.exe from SysInternals.com. The solution presented takes another route (not … Continue reading

Posted in PHP, Programming, Windows | Leave a comment

PHPUnit and Drupal8

Time to share some experiences with getting something up and running. This time getting PHPUnit to work under Drupal8 on Windows. PHPUnit I started reading PHPUnit in Drupal and the PHPUnit manual, downloaded the PHPUnit phar file and performed some … Continue reading

Posted in PHP, Programming | Tagged , | Leave a comment