Home
last modified time | relevance | path

Searched refs:PHP_FE (Results 1 – 25 of 78) sorted by last modified time

1234

/PHP-5.5/sapi/nsapi/
H A Dnsapi.c188 PHP_FE(nsapi_virtual, arginfo_nsapi_virtual) /* Make subrequest */
190 PHP_FE(nsapi_request_headers, arginfo_nsapi_request_headers) /* get request headers */
193 PHP_FE(nsapi_response_headers, arginfo_nsapi_response_headers) /* get response headers */
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c1161 PHP_FE(litespeed_request_headers, arginfo_litespeed__void)
1162 PHP_FE(litespeed_response_headers, arginfo_litespeed__void)
1163 PHP_FE(apache_get_modules, arginfo_litespeed__void)
/PHP-5.5/sapi/milter/
H A Dphp_milter.c831 PHP_FE(smfi_setflags, arginfo_smfi_setflags)
832 PHP_FE(smfi_settimeout, arginfo_smfi_settimeout)
833 PHP_FE(smfi_getsymval, arginfo_smfi_getsymval)
834 PHP_FE(smfi_setreply, arginfo_smfi_setreply)
835 PHP_FE(smfi_addheader, arginfo_smfi_addheader)
836 PHP_FE(smfi_chgheader, arginfo_smfi_chgheader)
837 PHP_FE(smfi_addrcpt, arginfo_smfi_addrcpt)
838 PHP_FE(smfi_delrcpt, arginfo_smfi_delrcpt)
839 PHP_FE(smfi_replacebody, arginfo_smfi_replacebody)
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1548 PHP_FE(fastcgi_finish_request, NULL)
/PHP-5.5/sapi/cli/
H A Dphp_cli.c484 PHP_FE(cli_set_process_title, arginfo_cli_set_process_title)
485 PHP_FE(cli_get_process_title, arginfo_cli_get_process_title)
H A Dphp_cli_server.c597 PHP_FE(cli_set_process_title, arginfo_cli_set_process_title)
598 PHP_FE(cli_get_process_title, arginfo_cli_get_process_title)
599 PHP_FE(apache_request_headers, arginfo_no_args)
600 PHP_FE(apache_response_headers, arginfo_no_args)
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c85 PHP_FE(virtual, arginfo_apachehooks_virtual)
86 PHP_FE(apache_request_headers, arginfo_apachehooks__void)
87 PHP_FE(apache_note, arginfo_apachehooks_note)
88 PHP_FE(apache_lookup_uri, arginfo_apachehooks_lookup_uri)
89 PHP_FE(apache_child_terminate, arginfo_apachehooks__void)
90 PHP_FE(apache_setenv, arginfo_apachehooks_setenv)
91 PHP_FE(apache_response_headers, arginfo_apachehooks__void)
92 PHP_FE(apache_get_version, arginfo_apachehooks__void)
93 PHP_FE(apache_get_modules, arginfo_apachehooks__void)
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1712 PHP_FE(apache_child_terminate, arginfo_no_args)
1713 PHP_FE(apache_request_headers, arginfo_no_args)
1714 PHP_FE(apache_response_headers, arginfo_no_args)
/PHP-5.5/sapi/apache/
H A Dphp_apache.c99 PHP_FE(virtual, arginfo_apache_virtual)
100 PHP_FE(apache_request_headers, arginfo_apache_request_headers)
101 PHP_FE(apache_note, arginfo_apache_note)
102 PHP_FE(apache_lookup_uri, arginfo_apache_lookup_uri)
103 PHP_FE(apache_child_terminate, arginfo_apache_child_terminate)
104 PHP_FE(apache_setenv, arginfo_apache_setenv)
105 PHP_FE(apache_response_headers, arginfo_apache_response_headers)
106 PHP_FE(apache_get_version, arginfo_apache_get_version)
107 PHP_FE(apache_get_modules, arginfo_apache_get_modules)
108 PHP_FE(apache_reset_timeout, arginfo_apache_reset_timeout)
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c392 PHP_FE(apache_lookup_uri, arginfo_apache2filter_lookup_uri)
393 PHP_FE(virtual, arginfo_apache2filter_virtual)
394 PHP_FE(apache_request_headers, arginfo_apache2filter_getallheaders)
395 PHP_FE(apache_response_headers, arginfo_apache2filter_response_headers)
396 PHP_FE(apache_setenv, arginfo_apache2filter_setenv)
397 PHP_FE(apache_getenv, arginfo_apache2filter_getenv)
398 PHP_FE(apache_note, arginfo_apache2filter_note)
399 PHP_FE(apache_get_version, arginfo_apache2filter_get_version)
400 PHP_FE(apache_get_modules, arginfo_apache2filter_get_modules)
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c517 PHP_FE(apache_lookup_uri, arginfo_apache2handler_lookup_uri)
518 PHP_FE(virtual, arginfo_apache2handler_virtual)
519 PHP_FE(apache_request_headers, arginfo_apache2handler_getallheaders)
520 PHP_FE(apache_response_headers, arginfo_apache2handler_response_headers)
521 PHP_FE(apache_setenv, arginfo_apache2handler_setenv)
522 PHP_FE(apache_getenv, arginfo_apache2handler_getenv)
523 PHP_FE(apache_note, arginfo_apache2handler_note)
524 PHP_FE(apache_get_version, arginfo_apache2handler_get_version)
525 PHP_FE(apache_get_modules, arginfo_apache2handler_get_modules)
/PHP-5.5/sapi/aolserver/
H A Daolserver.c249 PHP_FE(getallheaders, arginfo_aolserver_getallheaders)
/PHP-5.5/main/
H A Dphp.h349 #define PHP_FE ZEND_FE macro
/PHP-5.5/ext/zlib/
H A Dzlib.c848 PHP_FE(readgzfile, arginfo_readgzfile)
856 PHP_FE(gzopen, arginfo_gzopen)
862 PHP_FE(gzfile, arginfo_gzfile)
863 PHP_FE(gzcompress, arginfo_gzcompress)
864 PHP_FE(gzuncompress, arginfo_gzuncompress)
865 PHP_FE(gzdeflate, arginfo_gzdeflate)
866 PHP_FE(gzinflate, arginfo_gzinflate)
867 PHP_FE(gzencode, arginfo_gzencode)
868 PHP_FE(gzdecode, arginfo_gzdecode)
869 PHP_FE(zlib_encode, arginfo_zlib_encode)
[all …]
/PHP-5.5/ext/zip/
H A Dphp_zip.c776 PHP_FE(zip_entry_open, arginfo_zip_entry_open)
777 PHP_FE(zip_entry_close, arginfo_zip_entry_close)
778 PHP_FE(zip_entry_read, arginfo_zip_entry_read)
779 PHP_FE(zip_entry_filesize, arginfo_zip_entry_filesize)
780 PHP_FE(zip_entry_name, arginfo_zip_entry_name)
781 PHP_FE(zip_entry_compressedsize, arginfo_zip_entry_compressedsize)
782 PHP_FE(zip_entry_compressionmethod, arginfo_zip_entry_compressionmethod)
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c479 PHP_FE(xmlwriter_open_uri, arginfo_xmlwriter_open_uri)
480 PHP_FE(xmlwriter_open_memory, arginfo_xmlwriter_void)
487 PHP_FE(xmlwriter_end_comment, arginfo_xmlwriter_resource)
497 PHP_FE(xmlwriter_end_element, arginfo_xmlwriter_resource)
502 PHP_FE(xmlwriter_start_pi, arginfo_xmlwriter_start_pi)
503 PHP_FE(xmlwriter_end_pi, arginfo_xmlwriter_resource)
504 PHP_FE(xmlwriter_write_pi, arginfo_xmlwriter_write_pi)
506 PHP_FE(xmlwriter_end_cdata, arginfo_xmlwriter_resource)
508 PHP_FE(xmlwriter_text, arginfo_xmlwriter_text)
514 PHP_FE(xmlwriter_end_dtd, arginfo_xmlwriter_resource)
[all …]
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c147 PHP_FE(xmlrpc_encode, arginfo_xmlrpc_encode)
148 PHP_FE(xmlrpc_decode, arginfo_xmlrpc_decode)
149 PHP_FE(xmlrpc_decode_request, arginfo_xmlrpc_decode_request)
150 PHP_FE(xmlrpc_encode_request, arginfo_xmlrpc_encode_request)
151 PHP_FE(xmlrpc_get_type, arginfo_xmlrpc_encode)
152 PHP_FE(xmlrpc_set_type, arginfo_xmlrpc_set_type)
153 PHP_FE(xmlrpc_is_fault, arginfo_xmlrpc_is_fault)
154 PHP_FE(xmlrpc_server_create, arginfo_xmlrpc_server_create)
155 PHP_FE(xmlrpc_server_destroy, arginfo_xmlrpc_server_destroy)
156 PHP_FE(xmlrpc_server_register_method, arginfo_xmlrpc_server_register_method)
[all …]
/PHP-5.5/ext/xml/
H A Dxml.c217 PHP_FE(xml_parser_create, arginfo_xml_parser_create)
218 PHP_FE(xml_parser_create_ns, arginfo_xml_parser_create_ns)
219 PHP_FE(xml_set_object, arginfo_xml_set_object)
229 PHP_FE(xml_parse, arginfo_xml_parse)
230 PHP_FE(xml_parse_into_struct, arginfo_xml_parse_into_struct)
231 PHP_FE(xml_get_error_code, arginfo_xml_get_error_code)
232 PHP_FE(xml_error_string, arginfo_xml_error_string)
236 PHP_FE(xml_parser_free, arginfo_xml_parser_free)
238 PHP_FE(xml_parser_get_option, arginfo_xml_parser_get_option)
239 PHP_FE(utf8_encode, arginfo_utf8_encode)
[all …]
/PHP-5.5/ext/wddx/
H A Dwddx.c138 PHP_FE(wddx_serialize_value, arginfo_wddx_serialize_value)
139 PHP_FE(wddx_serialize_vars, arginfo_wddx_serialize_vars)
140 PHP_FE(wddx_packet_start, arginfo_wddx_serialize_start)
141 PHP_FE(wddx_packet_end, arginfo_wddx_packet_end)
142 PHP_FE(wddx_add_vars, arginfo_wddx_add_vars)
143 PHP_FE(wddx_deserialize, arginfo_wddx_deserialize)
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c55 PHP_FE(token_get_all, arginfo_token_get_all)
56 PHP_FE(token_name, arginfo_token_name)
/PHP-5.5/ext/tidy/
H A Dtidy.c385 PHP_FE(tidy_repair_file, arginfo_tidy_repair_file)
387 PHP_FE(tidy_get_release, arginfo_tidy_get_release)
388 PHP_FE(tidy_get_config, arginfo_tidy_get_config)
389 PHP_FE(tidy_get_status, arginfo_tidy_get_status)
391 PHP_FE(tidy_is_xhtml, arginfo_tidy_is_xhtml)
392 PHP_FE(tidy_is_xml, arginfo_tidy_is_xml)
393 PHP_FE(tidy_error_count, arginfo_tidy_error_count)
400 PHP_FE(tidy_get_root, arginfo_tidy_get_root)
401 PHP_FE(tidy_get_head, arginfo_tidy_get_head)
402 PHP_FE(tidy_get_html, arginfo_tidy_get_html)
[all …]
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c91 PHP_FE(msg_get_queue, arginfo_msg_get_queue)
92 PHP_FE(msg_send, arginfo_msg_send)
93 PHP_FE(msg_receive, arginfo_msg_receive)
94 PHP_FE(msg_remove_queue, arginfo_msg_remove_queue)
95 PHP_FE(msg_stat_queue, arginfo_msg_stat_queue)
96 PHP_FE(msg_set_queue, arginfo_msg_set_queue)
97 PHP_FE(msg_queue_exists, arginfo_msg_queue_exists)
/PHP-5.5/ext/sysvsem/
H A Dsysvsem.c83 PHP_FE(sem_get, arginfo_sem_get)
84 PHP_FE(sem_acquire, arginfo_sem_acquire)
85 PHP_FE(sem_release, arginfo_sem_release)
86 PHP_FE(sem_remove, arginfo_sem_remove)
/PHP-5.5/ext/sysvshm/
H A Dsysvshm.c82 PHP_FE(shm_attach, arginfo_shm_attach)
83 PHP_FE(shm_remove, arginfo_shm_detach)
84 PHP_FE(shm_detach, arginfo_shm_remove)
85 PHP_FE(shm_put_var, arginfo_shm_put_var)
86 PHP_FE(shm_has_var, arginfo_shm_has_var)
87 PHP_FE(shm_get_var, arginfo_shm_get_var)
88 PHP_FE(shm_remove_var, arginfo_shm_remove_var)
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c158 PHP_FE(sybase_connect, arginfo_sybase_connect)
159 PHP_FE(sybase_pconnect, arginfo_sybase_pconnect)
160 PHP_FE(sybase_close, arginfo_sybase_close)
161 PHP_FE(sybase_select_db, arginfo_sybase_select_db)
162 PHP_FE(sybase_query, arginfo_sybase_query)
166 PHP_FE(sybase_num_rows, arginfo_sybase_num_rows)
167 PHP_FE(sybase_num_fields, arginfo_sybase_num_fields)
168 PHP_FE(sybase_fetch_row, arginfo_sybase_fetch_row)
172 PHP_FE(sybase_data_seek, arginfo_sybase_data_seek)
174 PHP_FE(sybase_field_seek, arginfo_sybase_field_seek)
[all …]

Completed in 117 milliseconds

1234