Lines Matching refs:PHP_FUNCTION

46 PHP_FUNCTION(constant);
47 PHP_FUNCTION(sleep);
48 PHP_FUNCTION(usleep);
50 PHP_FUNCTION(time_nanosleep);
51 PHP_FUNCTION(time_sleep_until);
53 PHP_FUNCTION(flush);
60 PHP_FUNCTION(ip2long);
61 PHP_FUNCTION(long2ip);
64 PHP_FUNCTION(getenv);
65 PHP_FUNCTION(putenv);
67 PHP_FUNCTION(getopt);
69 PHP_FUNCTION(get_current_user);
70 PHP_FUNCTION(set_time_limit);
72 PHP_FUNCTION(get_cfg_var);
73 PHP_FUNCTION(set_magic_quotes_runtime);
74 PHP_FUNCTION(get_magic_quotes_runtime);
75 PHP_FUNCTION(get_magic_quotes_gpc);
77 PHP_FUNCTION(import_request_variables);
79 PHP_FUNCTION(error_log);
80 PHP_FUNCTION(error_get_last);
82 PHP_FUNCTION(call_user_func);
83 PHP_FUNCTION(call_user_func_array);
84 PHP_FUNCTION(call_user_method);
85 PHP_FUNCTION(call_user_method_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);
128 PHP_FUNCTION(parse_ini_file);
129 PHP_FUNCTION(parse_ini_string);
131 PHP_FUNCTION(config_get_hash);
134 PHP_FUNCTION(str_rot13);
135 PHP_FUNCTION(stream_get_filters);
136 PHP_FUNCTION(stream_filter_register);
137 PHP_FUNCTION(stream_bucket_make_writeable);
138 PHP_FUNCTION(stream_bucket_prepend);
139 PHP_FUNCTION(stream_bucket_append);
140 PHP_FUNCTION(stream_bucket_new);