Server IP : 104.21.38.3 / Your IP : 172.70.208.9 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,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,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/php/80/src/ext/ctype/ |
Upload File : |
/* This is a generated file, edit the .stub.php file instead. * Stub hash: aa287af25fe33a05d15d85b92b0edcfae00284a2 */ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ctype_alnum, 0, 1, _IS_BOOL, 0) ZEND_ARG_TYPE_INFO(0, text, IS_MIXED, 0) ZEND_END_ARG_INFO() #define arginfo_ctype_alpha arginfo_ctype_alnum #define arginfo_ctype_cntrl arginfo_ctype_alnum #define arginfo_ctype_digit arginfo_ctype_alnum #define arginfo_ctype_lower arginfo_ctype_alnum #define arginfo_ctype_graph arginfo_ctype_alnum #define arginfo_ctype_print arginfo_ctype_alnum #define arginfo_ctype_punct arginfo_ctype_alnum #define arginfo_ctype_space arginfo_ctype_alnum #define arginfo_ctype_upper arginfo_ctype_alnum #define arginfo_ctype_xdigit arginfo_ctype_alnum ZEND_FUNCTION(ctype_alnum); ZEND_FUNCTION(ctype_alpha); ZEND_FUNCTION(ctype_cntrl); ZEND_FUNCTION(ctype_digit); ZEND_FUNCTION(ctype_lower); ZEND_FUNCTION(ctype_graph); ZEND_FUNCTION(ctype_print); ZEND_FUNCTION(ctype_punct); ZEND_FUNCTION(ctype_space); ZEND_FUNCTION(ctype_upper); ZEND_FUNCTION(ctype_xdigit); static const zend_function_entry ext_functions[] = { ZEND_FE(ctype_alnum, arginfo_ctype_alnum) ZEND_FE(ctype_alpha, arginfo_ctype_alpha) ZEND_FE(ctype_cntrl, arginfo_ctype_cntrl) ZEND_FE(ctype_digit, arginfo_ctype_digit) ZEND_FE(ctype_lower, arginfo_ctype_lower) ZEND_FE(ctype_graph, arginfo_ctype_graph) ZEND_FE(ctype_print, arginfo_ctype_print) ZEND_FE(ctype_punct, arginfo_ctype_punct) ZEND_FE(ctype_space, arginfo_ctype_space) ZEND_FE(ctype_upper, arginfo_ctype_upper) ZEND_FE(ctype_xdigit, arginfo_ctype_xdigit) ZEND_FE_END };