Lines Matching refs:ZEND_FE
2830 ZEND_FE(set_time_limit, arginfo_set_time_limit)
2831 ZEND_FE(header_register_callback, arginfo_header_register_callback)
2832 ZEND_FE(ob_start, arginfo_ob_start)
2833 ZEND_FE(ob_flush, arginfo_ob_flush)
2834 ZEND_FE(ob_clean, arginfo_ob_clean)
2835 ZEND_FE(ob_end_flush, arginfo_ob_end_flush)
2836 ZEND_FE(ob_end_clean, arginfo_ob_end_clean)
2837 ZEND_FE(ob_get_flush, arginfo_ob_get_flush)
2838 ZEND_FE(ob_get_clean, arginfo_ob_get_clean)
2839 ZEND_FE(ob_get_contents, arginfo_ob_get_contents)
2840 ZEND_FE(ob_get_level, arginfo_ob_get_level)
2841 ZEND_FE(ob_get_length, arginfo_ob_get_length)
2842 ZEND_FE(ob_list_handlers, arginfo_ob_list_handlers)
2843 ZEND_FE(ob_get_status, arginfo_ob_get_status)
2844 ZEND_FE(ob_implicit_flush, arginfo_ob_implicit_flush)
2845 ZEND_FE(output_reset_rewrite_vars, arginfo_output_reset_rewrite_vars)
2846 ZEND_FE(output_add_rewrite_var, arginfo_output_add_rewrite_var)
2847 ZEND_FE(stream_wrapper_register, arginfo_stream_wrapper_register)
2849 ZEND_FE(stream_wrapper_unregister, arginfo_stream_wrapper_unregister)
2850 ZEND_FE(stream_wrapper_restore, arginfo_stream_wrapper_restore)
2851 ZEND_FE(array_push, arginfo_array_push)
2852 ZEND_FE(krsort, arginfo_krsort)
2853 ZEND_FE(ksort, arginfo_ksort)
2856 ZEND_FE(natsort, arginfo_natsort)
2857 ZEND_FE(natcasesort, arginfo_natcasesort)
2858 ZEND_FE(asort, arginfo_asort)
2859 ZEND_FE(arsort, arginfo_arsort)
2860 ZEND_FE(sort, arginfo_sort)
2861 ZEND_FE(rsort, arginfo_rsort)
2862 ZEND_FE(usort, arginfo_usort)
2863 ZEND_FE(uasort, arginfo_uasort)
2864 ZEND_FE(uksort, arginfo_uksort)
2865 ZEND_FE(end, arginfo_end)
2866 ZEND_FE(prev, arginfo_prev)
2867 ZEND_FE(next, arginfo_next)
2868 ZEND_FE(reset, arginfo_reset)
2869 ZEND_FE(current, arginfo_current)
2871 ZEND_FE(key, arginfo_key)
2874 ZEND_FE(array_walk, arginfo_array_walk)
2875 ZEND_FE(array_walk_recursive, arginfo_array_walk_recursive)
2878 ZEND_FE(extract, arginfo_extract)
2879 ZEND_FE(compact, arginfo_compact)
2880 ZEND_FE(array_fill, arginfo_array_fill)
2881 ZEND_FE(array_fill_keys, arginfo_array_fill_keys)
2882 ZEND_FE(range, arginfo_range)
2883 ZEND_FE(shuffle, arginfo_shuffle)
2884 ZEND_FE(array_pop, arginfo_array_pop)
2885 ZEND_FE(array_shift, arginfo_array_shift)
2886 ZEND_FE(array_unshift, arginfo_array_unshift)
2887 ZEND_FE(array_splice, arginfo_array_splice)
2900 ZEND_FE(array_pad, arginfo_array_pad)
2905 ZEND_FE(array_intersect_ukey, arginfo_array_intersect_ukey)
2907 ZEND_FE(array_uintersect, arginfo_array_uintersect)
2909 ZEND_FE(array_uintersect_assoc, arginfo_array_uintersect_assoc)
2910 ZEND_FE(array_intersect_uassoc, arginfo_array_intersect_uassoc)
2911 ZEND_FE(array_uintersect_uassoc, arginfo_array_uintersect_uassoc)
2913 ZEND_FE(array_diff_ukey, arginfo_array_diff_ukey)
2915 ZEND_FE(array_udiff, arginfo_array_udiff)
2917 ZEND_FE(array_diff_uassoc, arginfo_array_diff_uassoc)
2918 ZEND_FE(array_udiff_assoc, arginfo_array_udiff_assoc)
2919 ZEND_FE(array_udiff_uassoc, arginfo_array_udiff_uassoc)
2920 ZEND_FE(array_multisort, arginfo_array_multisort)
2921 ZEND_FE(array_rand, arginfo_array_rand)
2924 ZEND_FE(array_reduce, arginfo_array_reduce)
2925 ZEND_FE(array_filter, arginfo_array_filter)
2926 ZEND_FE(array_map, arginfo_array_map)
2934 ZEND_FE(constant, arginfo_constant)
2935 ZEND_FE(ip2long, arginfo_ip2long)
2936 ZEND_FE(long2ip, arginfo_long2ip)
2937 ZEND_FE(getenv, arginfo_getenv)
2939 ZEND_FE(putenv, arginfo_putenv)
2941 ZEND_FE(getopt, arginfo_getopt)
2942 ZEND_FE(flush, arginfo_flush)
2943 ZEND_FE(sleep, arginfo_sleep)
2944 ZEND_FE(usleep, arginfo_usleep)
2946 ZEND_FE(time_nanosleep, arginfo_time_nanosleep)
2949 ZEND_FE(time_sleep_until, arginfo_time_sleep_until)
2951 ZEND_FE(get_current_user, arginfo_get_current_user)
2952 ZEND_FE(get_cfg_var, arginfo_get_cfg_var)
2953 ZEND_FE(error_log, arginfo_error_log)
2954 ZEND_FE(error_get_last, arginfo_error_get_last)
2955 ZEND_FE(error_clear_last, arginfo_error_clear_last)
2956 ZEND_FE(call_user_func, arginfo_call_user_func)
2957 ZEND_FE(call_user_func_array, arginfo_call_user_func_array)
2958 ZEND_FE(forward_static_call, arginfo_forward_static_call)
2959 ZEND_FE(forward_static_call_array, arginfo_forward_static_call_array)
2960 ZEND_FE(register_shutdown_function, arginfo_register_shutdown_function)
2961 ZEND_FE(highlight_file, arginfo_highlight_file)
2963 ZEND_FE(php_strip_whitespace, arginfo_php_strip_whitespace)
2964 ZEND_FE(highlight_string, arginfo_highlight_string)
2965 ZEND_FE(ini_get, arginfo_ini_get)
2966 ZEND_FE(ini_get_all, arginfo_ini_get_all)
2967 ZEND_FE(ini_set, arginfo_ini_set)
2969 ZEND_FE(ini_restore, arginfo_ini_restore)
2970 ZEND_FE(ini_parse_quantity, arginfo_ini_parse_quantity)
2971 ZEND_FE(set_include_path, arginfo_set_include_path)
2972 ZEND_FE(get_include_path, arginfo_get_include_path)
2973 ZEND_FE(print_r, arginfo_print_r)
2974 ZEND_FE(connection_aborted, arginfo_connection_aborted)
2975 ZEND_FE(connection_status, arginfo_connection_status)
2976 ZEND_FE(ignore_user_abort, arginfo_ignore_user_abort)
2978 ZEND_FE(getservbyname, arginfo_getservbyname)
2981 ZEND_FE(getservbyport, arginfo_getservbyport)
2984 ZEND_FE(getprotobyname, arginfo_getprotobyname)
2987 ZEND_FE(getprotobynumber, arginfo_getprotobynumber)
2989 ZEND_FE(register_tick_function, arginfo_register_tick_function)
2990 ZEND_FE(unregister_tick_function, arginfo_unregister_tick_function)
2991 ZEND_FE(is_uploaded_file, arginfo_is_uploaded_file)
2992 ZEND_FE(move_uploaded_file, arginfo_move_uploaded_file)
2993 ZEND_FE(parse_ini_file, arginfo_parse_ini_file)
2996 ZEND_FE(config_get_hash, arginfo_config_get_hash)
2999 ZEND_FE(sys_getloadavg, arginfo_sys_getloadavg)
3001 ZEND_FE(get_browser, arginfo_get_browser)
3003 ZEND_FE(crypt, arginfo_crypt)
3008 ZEND_FE(gethostname, arginfo_gethostname)
3010 ZEND_FE(gethostbyaddr, arginfo_gethostbyaddr)
3011 ZEND_FE(gethostbyname, arginfo_gethostbyname)
3012 ZEND_FE(gethostbynamel, arginfo_gethostbynamel)
3014 ZEND_FE(dns_check_record, arginfo_dns_check_record)
3020 ZEND_FE(dns_get_record, arginfo_dns_get_record)
3023 ZEND_FE(dns_get_mx, arginfo_dns_get_mx)
3029 ZEND_FE(net_get_interfaces, arginfo_net_get_interfaces)
3032 ZEND_FE(ftok, arginfo_ftok)
3034 ZEND_FE(hrtime, arginfo_hrtime)
3035 ZEND_FE(md5, arginfo_md5)
3036 ZEND_FE(md5_file, arginfo_md5_file)
3037 ZEND_FE(getmyuid, arginfo_getmyuid)
3038 ZEND_FE(getmygid, arginfo_getmygid)
3039 ZEND_FE(getmypid, arginfo_getmypid)
3040 ZEND_FE(getmyinode, arginfo_getmyinode)
3041 ZEND_FE(getlastmod, arginfo_getlastmod)
3042 ZEND_FE(sha1, arginfo_sha1)
3043 ZEND_FE(sha1_file, arginfo_sha1_file)
3045 ZEND_FE(openlog, arginfo_openlog)
3048 ZEND_FE(closelog, arginfo_closelog)
3051 ZEND_FE(syslog, arginfo_syslog)
3054 ZEND_FE(inet_ntop, arginfo_inet_ntop)
3057 ZEND_FE(inet_pton, arginfo_inet_pton)
3059 ZEND_FE(metaphone, arginfo_metaphone)
3060 ZEND_FE(header, arginfo_header)
3061 ZEND_FE(header_remove, arginfo_header_remove)
3062 ZEND_FE(setrawcookie, arginfo_setrawcookie)
3063 ZEND_FE(setcookie, arginfo_setcookie)
3064 ZEND_FE(http_response_code, arginfo_http_response_code)
3065 ZEND_FE(headers_sent, arginfo_headers_sent)
3066 ZEND_FE(headers_list, arginfo_headers_list)
3067 ZEND_FE(htmlspecialchars, arginfo_htmlspecialchars)
3068 ZEND_FE(htmlspecialchars_decode, arginfo_htmlspecialchars_decode)
3069 ZEND_FE(html_entity_decode, arginfo_html_entity_decode)
3070 ZEND_FE(htmlentities, arginfo_htmlentities)
3071 ZEND_FE(get_html_translation_table, arginfo_get_html_translation_table)
3072 ZEND_FE(assert, arginfo_assert)
3079 ZEND_FE(nl_langinfo, arginfo_nl_langinfo)
3081 ZEND_FE(strcoll, arginfo_strcoll)
3090 ZEND_FE(strtok, arginfo_strtok)
3093 ZEND_FE(str_increment, arginfo_str_increment)
3094 ZEND_FE(str_decrement, arginfo_str_decrement)
3095 ZEND_FE(basename, arginfo_basename)
3096 ZEND_FE(dirname, arginfo_dirname)
3097 ZEND_FE(pathinfo, arginfo_pathinfo)
3120 ZEND_FE(similar_text, arginfo_similar_text)
3127 ZEND_FE(hebrev, arginfo_hebrev)
3130 ZEND_FE(setlocale, arginfo_setlocale)
3131 ZEND_FE(parse_str, arginfo_parse_str)
3132 ZEND_FE(str_getcsv, arginfo_str_getcsv)
3133 ZEND_FE(str_repeat, arginfo_str_repeat)
3135 ZEND_FE(strnatcmp, arginfo_strnatcmp)
3136 ZEND_FE(localeconv, arginfo_localeconv)
3137 ZEND_FE(strnatcasecmp, arginfo_strnatcasecmp)
3139 ZEND_FE(str_pad, arginfo_str_pad)
3140 ZEND_FE(sscanf, arginfo_sscanf)
3142 ZEND_FE(str_shuffle, arginfo_str_shuffle)
3143 ZEND_FE(str_word_count, arginfo_str_word_count)
3149 ZEND_FE(opendir, arginfo_opendir)
3150 ZEND_FE(dir, arginfo_dir)
3151 ZEND_FE(closedir, arginfo_closedir)
3152 ZEND_FE(chdir, arginfo_chdir)
3154 ZEND_FE(chroot, arginfo_chroot)
3156 ZEND_FE(getcwd, arginfo_getcwd)
3157 ZEND_FE(rewinddir, arginfo_rewinddir)
3158 ZEND_FE(readdir, arginfo_readdir)
3159 ZEND_FE(scandir, arginfo_scandir)
3161 ZEND_FE(glob, arginfo_glob)
3163 ZEND_FE(exec, arginfo_exec)
3164 ZEND_FE(system, arginfo_system)
3165 ZEND_FE(passthru, arginfo_passthru)
3166 ZEND_FE(escapeshellcmd, arginfo_escapeshellcmd)
3167 ZEND_FE(escapeshellarg, arginfo_escapeshellarg)
3168 ZEND_FE(shell_exec, arginfo_shell_exec)
3170 ZEND_FE(proc_nice, arginfo_proc_nice)
3172 ZEND_FE(flock, arginfo_flock)
3173 ZEND_FE(get_meta_tags, arginfo_get_meta_tags)
3174 ZEND_FE(pclose, arginfo_pclose)
3175 ZEND_FE(popen, arginfo_popen)
3176 ZEND_FE(readfile, arginfo_readfile)
3177 ZEND_FE(rewind, arginfo_rewind)
3178 ZEND_FE(rmdir, arginfo_rmdir)
3179 ZEND_FE(umask, arginfo_umask)
3180 ZEND_FE(fclose, arginfo_fclose)
3181 ZEND_FE(feof, arginfo_feof)
3182 ZEND_FE(fgetc, arginfo_fgetc)
3183 ZEND_FE(fgets, arginfo_fgets)
3184 ZEND_FE(fread, arginfo_fread)
3185 ZEND_FE(fopen, arginfo_fopen)
3186 ZEND_FE(fscanf, arginfo_fscanf)
3187 ZEND_FE(fpassthru, arginfo_fpassthru)
3188 ZEND_FE(ftruncate, arginfo_ftruncate)
3189 ZEND_FE(fstat, arginfo_fstat)
3190 ZEND_FE(fseek, arginfo_fseek)
3191 ZEND_FE(ftell, arginfo_ftell)
3192 ZEND_FE(fflush, arginfo_fflush)
3193 ZEND_FE(fsync, arginfo_fsync)
3194 ZEND_FE(fdatasync, arginfo_fdatasync)
3195 ZEND_FE(fwrite, arginfo_fwrite)
3197 ZEND_FE(mkdir, arginfo_mkdir)
3198 ZEND_FE(rename, arginfo_rename)
3199 ZEND_FE(copy, arginfo_copy)
3200 ZEND_FE(tempnam, arginfo_tempnam)
3201 ZEND_FE(tmpfile, arginfo_tmpfile)
3202 ZEND_FE(file, arginfo_file)
3203 ZEND_FE(file_get_contents, arginfo_file_get_contents)
3204 ZEND_FE(unlink, arginfo_unlink)
3205 ZEND_FE(file_put_contents, arginfo_file_put_contents)
3206 ZEND_FE(fputcsv, arginfo_fputcsv)
3207 ZEND_FE(fgetcsv, arginfo_fgetcsv)
3208 ZEND_FE(realpath, arginfo_realpath)
3210 ZEND_FE(fnmatch, arginfo_fnmatch)
3212 ZEND_FE(sys_get_temp_dir, arginfo_sys_get_temp_dir)
3213 ZEND_FE(fileatime, arginfo_fileatime)
3214 ZEND_FE(filectime, arginfo_filectime)
3215 ZEND_FE(filegroup, arginfo_filegroup)
3216 ZEND_FE(fileinode, arginfo_fileinode)
3217 ZEND_FE(filemtime, arginfo_filemtime)
3218 ZEND_FE(fileowner, arginfo_fileowner)
3219 ZEND_FE(fileperms, arginfo_fileperms)
3220 ZEND_FE(filesize, arginfo_filesize)
3221 ZEND_FE(filetype, arginfo_filetype)
3222 ZEND_FE(file_exists, arginfo_file_exists)
3223 ZEND_FE(is_writable, arginfo_is_writable)
3225 ZEND_FE(is_readable, arginfo_is_readable)
3226 ZEND_FE(is_executable, arginfo_is_executable)
3227 ZEND_FE(is_file, arginfo_is_file)
3228 ZEND_FE(is_dir, arginfo_is_dir)
3229 ZEND_FE(is_link, arginfo_is_link)
3230 ZEND_FE(stat, arginfo_stat)
3231 ZEND_FE(lstat, arginfo_lstat)
3232 ZEND_FE(chown, arginfo_chown)
3233 ZEND_FE(chgrp, arginfo_chgrp)
3235 ZEND_FE(lchown, arginfo_lchown)
3238 ZEND_FE(lchgrp, arginfo_lchgrp)
3240 ZEND_FE(chmod, arginfo_chmod)
3242 ZEND_FE(touch, arginfo_touch)
3244 ZEND_FE(clearstatcache, arginfo_clearstatcache)
3245 ZEND_FE(disk_total_space, arginfo_disk_total_space)
3246 ZEND_FE(disk_free_space, arginfo_disk_free_space)
3248 ZEND_FE(realpath_cache_get, arginfo_realpath_cache_get)
3249 ZEND_FE(realpath_cache_size, arginfo_realpath_cache_size)
3250 ZEND_FE(sprintf, arginfo_sprintf)
3251 ZEND_FE(printf, arginfo_printf)
3252 ZEND_FE(vprintf, arginfo_vprintf)
3253 ZEND_FE(vsprintf, arginfo_vsprintf)
3254 ZEND_FE(fprintf, arginfo_fprintf)
3255 ZEND_FE(vfprintf, arginfo_vfprintf)
3256 ZEND_FE(fsockopen, arginfo_fsockopen)
3257 ZEND_FE(pfsockopen, arginfo_pfsockopen)
3258 ZEND_FE(http_build_query, arginfo_http_build_query)
3261 ZEND_FE(getimagesize, arginfo_getimagesize)
3262 ZEND_FE(getimagesizefromstring, arginfo_getimagesizefromstring)
3263 ZEND_FE(phpinfo, arginfo_phpinfo)
3265 ZEND_FE(phpcredits, arginfo_phpcredits)
3268 ZEND_FE(php_ini_scanned_files, arginfo_php_ini_scanned_files)
3269 ZEND_FE(php_ini_loaded_file, arginfo_php_ini_loaded_file)
3270 ZEND_FE(iptcembed, arginfo_iptcembed)
3271 ZEND_FE(iptcparse, arginfo_iptcparse)
3272 ZEND_FE(levenshtein, arginfo_levenshtein)
3274 ZEND_FE(readlink, arginfo_readlink)
3277 ZEND_FE(linkinfo, arginfo_linkinfo)
3280 ZEND_FE(symlink, arginfo_symlink)
3283 ZEND_FE(link, arginfo_link)
3285 ZEND_FE(mail, arginfo_mail)
3329 ZEND_FE(microtime, arginfo_microtime)
3332 ZEND_FE(gettimeofday, arginfo_gettimeofday)
3335 ZEND_FE(getrusage, arginfo_getrusage)
3339 ZEND_FE(password_get_info, arginfo_password_get_info)
3340 ZEND_FE(password_hash, arginfo_password_hash)
3341 ZEND_FE(password_needs_rehash, arginfo_password_needs_rehash)
3342 ZEND_FE(password_verify, arginfo_password_verify)
3345 ZEND_FE(proc_open, arginfo_proc_open)
3348 ZEND_FE(proc_close, arginfo_proc_close)
3351 ZEND_FE(proc_terminate, arginfo_proc_terminate)
3354 ZEND_FE(proc_get_status, arginfo_proc_get_status)
3358 ZEND_FE(soundex, arginfo_soundex)
3359 ZEND_FE(stream_select, arginfo_stream_select)
3360 ZEND_FE(stream_context_create, arginfo_stream_context_create)
3361 ZEND_FE(stream_context_set_params, arginfo_stream_context_set_params)
3362 ZEND_FE(stream_context_get_params, arginfo_stream_context_get_params)
3363 ZEND_FE(stream_context_set_option, arginfo_stream_context_set_option)
3364 ZEND_FE(stream_context_set_options, arginfo_stream_context_set_options)
3365 ZEND_FE(stream_context_get_options, arginfo_stream_context_get_options)
3366 ZEND_FE(stream_context_get_default, arginfo_stream_context_get_default)
3367 ZEND_FE(stream_context_set_default, arginfo_stream_context_set_default)
3368 ZEND_FE(stream_filter_prepend, arginfo_stream_filter_prepend)
3369 ZEND_FE(stream_filter_append, arginfo_stream_filter_append)
3370 ZEND_FE(stream_filter_remove, arginfo_stream_filter_remove)
3371 ZEND_FE(stream_socket_client, arginfo_stream_socket_client)
3372 ZEND_FE(stream_socket_server, arginfo_stream_socket_server)
3373 ZEND_FE(stream_socket_accept, arginfo_stream_socket_accept)
3374 ZEND_FE(stream_socket_get_name, arginfo_stream_socket_get_name)
3375 ZEND_FE(stream_socket_recvfrom, arginfo_stream_socket_recvfrom)
3376 ZEND_FE(stream_socket_sendto, arginfo_stream_socket_sendto)
3377 ZEND_FE(stream_socket_enable_crypto, arginfo_stream_socket_enable_crypto)
3379 ZEND_FE(stream_socket_shutdown, arginfo_stream_socket_shutdown)
3382 ZEND_FE(stream_socket_pair, arginfo_stream_socket_pair)
3384 ZEND_FE(stream_copy_to_stream, arginfo_stream_copy_to_stream)
3385 ZEND_FE(stream_get_contents, arginfo_stream_get_contents)
3386 ZEND_FE(stream_supports_lock, arginfo_stream_supports_lock)
3387 ZEND_FE(stream_set_write_buffer, arginfo_stream_set_write_buffer)
3389 ZEND_FE(stream_set_read_buffer, arginfo_stream_set_read_buffer)
3390 ZEND_FE(stream_set_blocking, arginfo_stream_set_blocking)
3392 ZEND_FE(stream_get_meta_data, arginfo_stream_get_meta_data)
3394 ZEND_FE(stream_get_line, arginfo_stream_get_line)
3395 ZEND_FE(stream_resolve_include_path, arginfo_stream_resolve_include_path)
3396 ZEND_FE(stream_get_wrappers, arginfo_stream_get_wrappers)
3397 ZEND_FE(stream_get_transports, arginfo_stream_get_transports)
3398 ZEND_FE(stream_is_local, arginfo_stream_is_local)
3399 ZEND_FE(stream_isatty, arginfo_stream_isatty)
3401 ZEND_FE(sapi_windows_vt100_support, arginfo_sapi_windows_vt100_support)
3403 ZEND_FE(stream_set_chunk_size, arginfo_stream_set_chunk_size)
3405 ZEND_FE(stream_set_timeout, arginfo_stream_set_timeout)
3412 ZEND_FE(settype, arginfo_settype)
3431 ZEND_FE(is_callable, arginfo_is_callable)
3435 ZEND_FE(uniqid, arginfo_uniqid)
3442 ZEND_FE(get_headers, arginfo_get_headers)
3443 ZEND_FE(stream_bucket_make_writeable, arginfo_stream_bucket_make_writeable)
3444 ZEND_FE(stream_bucket_prepend, arginfo_stream_bucket_prepend)
3445 ZEND_FE(stream_bucket_append, arginfo_stream_bucket_append)
3446 ZEND_FE(stream_bucket_new, arginfo_stream_bucket_new)
3447 ZEND_FE(stream_get_filters, arginfo_stream_get_filters)
3448 ZEND_FE(stream_filter_register, arginfo_stream_filter_register)
3451 ZEND_FE(var_dump, arginfo_var_dump)
3452 ZEND_FE(var_export, arginfo_var_export)
3453 ZEND_FE(debug_zval_dump, arginfo_debug_zval_dump)
3455 ZEND_FE(unserialize, arginfo_unserialize)
3456 ZEND_FE(memory_get_usage, arginfo_memory_get_usage)
3457 ZEND_FE(memory_get_peak_usage, arginfo_memory_get_peak_usage)
3458 ZEND_FE(memory_reset_peak_usage, arginfo_memory_reset_peak_usage)
3461 ZEND_FE(sapi_windows_cp_set, arginfo_sapi_windows_cp_set)
3464 ZEND_FE(sapi_windows_cp_get, arginfo_sapi_windows_cp_get)
3467 ZEND_FE(sapi_windows_cp_conv, arginfo_sapi_windows_cp_conv)
3470 ZEND_FE(sapi_windows_cp_is_utf8, arginfo_sapi_windows_cp_is_utf8)
3473 ZEND_FE(sapi_windows_set_ctrl_handler, arginfo_sapi_windows_set_ctrl_handler)
3476 ZEND_FE(sapi_windows_generate_ctrl_event, arginfo_sapi_windows_generate_ctrl_event)