Lines Matching refs:PHP_FUNCTION

48 PHP_FUNCTION(constant);
49 PHP_FUNCTION(sleep);
50 PHP_FUNCTION(usleep);
52 PHP_FUNCTION(time_nanosleep);
53 PHP_FUNCTION(time_sleep_until);
55 PHP_FUNCTION(flush);
62 PHP_FUNCTION(ip2long);
63 PHP_FUNCTION(long2ip);
66 PHP_FUNCTION(getenv);
67 PHP_FUNCTION(putenv);
69 PHP_FUNCTION(getopt);
71 PHP_FUNCTION(get_current_user);
72 PHP_FUNCTION(set_time_limit);
74 PHP_FUNCTION(header_register_callback);
76 PHP_FUNCTION(get_cfg_var);
77 PHP_FUNCTION(get_magic_quotes_runtime);
78 PHP_FUNCTION(get_magic_quotes_gpc);
80 PHP_FUNCTION(error_log);
81 PHP_FUNCTION(error_get_last);
82 PHP_FUNCTION(error_clear_last);
84 PHP_FUNCTION(call_user_func);
85 PHP_FUNCTION(call_user_func_array);
86 PHP_FUNCTION(forward_static_call);
87 PHP_FUNCTION(forward_static_call_array);
89 PHP_FUNCTION(register_shutdown_function);
90 PHP_FUNCTION(highlight_file);
91 PHP_FUNCTION(highlight_string);
92 PHP_FUNCTION(php_strip_whitespace);
95 PHP_FUNCTION(ini_get);
96 PHP_FUNCTION(ini_get_all);
97 PHP_FUNCTION(ini_set);
98 PHP_FUNCTION(ini_restore);
99 PHP_FUNCTION(get_include_path);
100 PHP_FUNCTION(set_include_path);
101 PHP_FUNCTION(restore_include_path);
103 PHP_FUNCTION(print_r);
104 PHP_FUNCTION(fprintf);
105 PHP_FUNCTION(vfprintf);
107 PHP_FUNCTION(connection_aborted);
108 PHP_FUNCTION(connection_status);
109 PHP_FUNCTION(ignore_user_abort);
111 PHP_FUNCTION(getservbyname);
112 PHP_FUNCTION(getservbyport);
113 PHP_FUNCTION(getprotobyname);
114 PHP_FUNCTION(getprotobynumber);
118 PHP_FUNCTION(register_tick_function);
119 PHP_FUNCTION(unregister_tick_function);
121 PHP_FUNCTION(sys_getloadavg);
124 PHP_FUNCTION(is_uploaded_file);
125 PHP_FUNCTION(move_uploaded_file);
127 PHP_FUNCTION(net_get_interfaces);
130 PHP_FUNCTION(parse_ini_file);
131 PHP_FUNCTION(parse_ini_string);
133 PHP_FUNCTION(config_get_hash);
137 PHP_FUNCTION(sapi_windows_cp_set);
138 PHP_FUNCTION(sapi_windows_cp_get);
139 PHP_FUNCTION(sapi_windows_cp_is_utf8);
140 PHP_FUNCTION(sapi_windows_cp_conv);
141 PHP_FUNCTION(sapi_windows_set_ctrl_handler);
142 PHP_FUNCTION(sapi_windows_generate_ctrl_event);
145 PHP_FUNCTION(str_rot13);
146 PHP_FUNCTION(stream_get_filters);
147 PHP_FUNCTION(stream_filter_register);
148 PHP_FUNCTION(stream_bucket_make_writeable);
149 PHP_FUNCTION(stream_bucket_prepend);
150 PHP_FUNCTION(stream_bucket_append);
151 PHP_FUNCTION(stream_bucket_new);