This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$x = 0; | |
echo $x . "\n"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@vagrant-ubuntu-oneiric:~$ lsmod | |
Module Size Used by | |
vesafb 13809 1 | |
ppdev 17113 0 | |
psmouse 73882 0 | |
serio_raw 13166 0 | |
i2c_piix4 13301 0 | |
parport_pc 36962 0 | |
lp 17799 0 | |
parport 46562 3 ppdev,parport_pc,lp |