This file contains 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
linux-vdso.so.1 => (0x00007fff35fff000) | |
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f97695f5000) | |
libexslt.so.0 => /usr/lib/x86_64-linux-gnu/libexslt.so.0 (0x00007f97693e0000) | |
libtidy-0.99.so.0 => /usr/lib/libtidy-0.99.so.0 (0x00007f9769183000) | |
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f9768f67000) | |
libreadline.so.6 => /lib/x86_64-linux-gnu/libreadline.so.6 (0x00007f9768d25000) | |
libaspell.so.15 => /usr/lib/libaspell.so.15 (0x00007f9768a57000) | |
libmcrypt.so.4 => /usr/lib/libmcrypt.so.4 (0x00007f9768824000) | |
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f9768620000) | |
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f976831f000) |
This file contains 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 | |
class C extends B {} | |
class B extends A {} | |
class A {} |
This file contains 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
#!/usr/local/bin/php | |
<?php | |
const TW_VERSION = '0.3.2'; | |
/** | |
@name tailwatch | |
@version 0.3.2 BETA | |
@author Sherif Ramadan | |
@url http://sheriframadan.com | |
@description This is a PHP script for monitoring your apache httpd log from the command line. | |
The script requires libevent and ncurses see (http://pecl.php.net/ncurses http://pecl.php.net/libevent) |
NewerOlder