Server IP : 127.0.0.2 / Your IP : 3.145.180.66 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/x86_64-linux-gnu/perl/5.22/bits/ |
Upload File : |
require '_h2ph_pre.ph'; no warnings qw(redefine misc); if(defined (&__need_timeval) || defined (&__USE_GNU)) { unless(defined(&_STRUCT_TIMEVAL)) { eval 'sub _STRUCT_TIMEVAL () {1;}' unless defined(&_STRUCT_TIMEVAL); require 'bits/types.ph'; } } unless(defined(&__need_timeval)) { unless(defined(&_BITS_TIME_H)) { eval 'sub _BITS_TIME_H () {1;}' unless defined(&_BITS_TIME_H); eval 'sub CLOCKS_PER_SEC () {(( &clock_t) 1000000);}' unless defined(&CLOCKS_PER_SEC); if((!defined (&__STRICT_ANSI__) || defined (&__USE_POSIX)) && !defined (&__USE_XOPEN2K)) { require 'bits/types.ph'; eval 'sub CLK_TCK () {(( &__clock_t) &__sysconf (2));}' unless defined(&CLK_TCK); } if(defined(&__USE_POSIX199309)) { eval 'sub CLOCK_REALTIME () {0;}' unless defined(&CLOCK_REALTIME); eval 'sub CLOCK_MONOTONIC () {1;}' unless defined(&CLOCK_MONOTONIC); eval 'sub CLOCK_PROCESS_CPUTIME_ID () {2;}' unless defined(&CLOCK_PROCESS_CPUTIME_ID); eval 'sub CLOCK_THREAD_CPUTIME_ID () {3;}' unless defined(&CLOCK_THREAD_CPUTIME_ID); eval 'sub CLOCK_MONOTONIC_RAW () {4;}' unless defined(&CLOCK_MONOTONIC_RAW); eval 'sub CLOCK_REALTIME_COARSE () {5;}' unless defined(&CLOCK_REALTIME_COARSE); eval 'sub CLOCK_MONOTONIC_COARSE () {6;}' unless defined(&CLOCK_MONOTONIC_COARSE); eval 'sub CLOCK_BOOTTIME () {7;}' unless defined(&CLOCK_BOOTTIME); eval 'sub CLOCK_REALTIME_ALARM () {8;}' unless defined(&CLOCK_REALTIME_ALARM); eval 'sub CLOCK_BOOTTIME_ALARM () {9;}' unless defined(&CLOCK_BOOTTIME_ALARM); eval 'sub CLOCK_TAI () {11;}' unless defined(&CLOCK_TAI); eval 'sub TIMER_ABSTIME () {1;}' unless defined(&TIMER_ABSTIME); } if(defined(&__USE_GNU)) { require 'bits/timex.ph'; } } } undef(&__need_timeval) if defined(&__need_timeval); 1;