Skip to content

Instantly share code, notes, and snippets.

@gansbrest
Created June 19, 2015 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gansbrest/04ddfe935a4e3fdcdc7f to your computer and use it in GitHub Desktop.
Save gansbrest/04ddfe935a4e3fdcdc7f to your computer and use it in GitHub Desktop.
xdebug problem
<?php
echo "TEST";
if ($argv[1]) {
sleep(10);
echo "RUN AGAIN";
exit;
}
passthru('php test1.php run');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment