2 Load the module and create a handle.
6 // See comment in php/run-php-tests.sh.
7 //putenv ('LIBGUESTFS_DEBUG=1');
9 $g = guestfs_create ();
11 echo ("Failed to create guestfs_php handle.\n");
14 echo ("Created guestfs_php handle.\n");
17 Created guestfs_php handle.