Home
last modified time | relevance | path

Searched refs:PHP_FALIAS (Results 1 – 25 of 52) sorted by last modified time

123

/PHP-5.5/sapi/nsapi/
H A Dnsapi.c189 PHP_FALIAS(virtual, nsapi_virtual, arginfo_nsapi_virtual) /* compatibility */
191 PHP_FALIAS(getallheaders, nsapi_request_headers, arginfo_nsapi_request_headers) /* compatibility */
192PHP_FALIAS(apache_request_headers, nsapi_request_headers, arginfo_nsapi_request_headers) /* compat…
194PHP_FALIAS(apache_response_headers, nsapi_response_headers, arginfo_nsapi_response_headers) /* com…
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c1164 PHP_FALIAS(getallheaders, litespeed_request_headers, arginfo_litespeed__void)
1165 PHP_FALIAS(apache_request_headers, litespeed_request_headers, arginfo_litespeed__void)
1166 PHP_FALIAS(apache_response_headers, litespeed_response_headers, arginfo_litespeed__void)
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c601 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_no_args)
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1295 PHP_FALIAS(args, apache_request_args, NULL)
1296 PHP_FALIAS(boundary, apache_request_boundary, NULL)
1299 PHP_FALIAS(filename, apache_request_filename, NULL)
1300 PHP_FALIAS(handler, apache_request_handler, NULL)
1301 PHP_FALIAS(hostname, apache_request_hostname, NULL)
1302 PHP_FALIAS(method, apache_request_method, NULL)
1304 PHP_FALIAS(protocol, apache_request_protocol, NULL)
1308 PHP_FALIAS(uri, apache_request_uri, NULL)
1311 PHP_FALIAS(allowed, apache_request_allowed, NULL)
1317 PHP_FALIAS(mtime, apache_request_mtime, NULL)
[all …]
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1715 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_no_args)
/PHP-5.5/sapi/apache/
H A Dphp_apache.c109 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_apache_request_headers)
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c401 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_apache2filter_getallheaders)
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c526 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_apache2handler_getallheaders)
/PHP-5.5/main/
H A Dphp.h351 #define PHP_FALIAS ZEND_FALIAS macro
/PHP-5.5/ext/zlib/
H A Dzlib.c849 PHP_FALIAS(gzrewind, rewind, arginfo_gzpassthru)
850 PHP_FALIAS(gzclose, fclose, arginfo_gzpassthru)
851 PHP_FALIAS(gzeof, feof, arginfo_gzpassthru)
852 PHP_FALIAS(gzgetc, fgetc, arginfo_gzpassthru)
853 PHP_FALIAS(gzgets, fgets, arginfo_gzgets)
854 PHP_FALIAS(gzgetss, fgetss, arginfo_gzgetss)
855 PHP_FALIAS(gzread, fread, arginfo_gzread)
858 PHP_FALIAS(gzseek, fseek, arginfo_gzseek)
859 PHP_FALIAS(gztell, ftell, arginfo_gzpassthru)
860 PHP_FALIAS(gzwrite, fwrite, arginfo_gzputs)
[all …]
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c91PHP_FALIAS(importStylesheet, xsl_xsltprocessor_import_stylesheet, arginfo_xsl_xsltprocessor_import…
92PHP_FALIAS(transformToDoc, xsl_xsltprocessor_transform_to_doc, arginfo_xsl_xsltprocessor_transform…
93PHP_FALIAS(transformToUri, xsl_xsltprocessor_transform_to_uri, arginfo_xsl_xsltprocessor_transform…
94PHP_FALIAS(transformToXml, xsl_xsltprocessor_transform_to_xml, arginfo_xsl_xsltprocessor_transform…
95 PHP_FALIAS(setParameter, xsl_xsltprocessor_set_parameter, arginfo_xsl_xsltprocessor_set_parameter)
96 PHP_FALIAS(getParameter, xsl_xsltprocessor_get_parameter, arginfo_xsl_xsltprocessor_get_parameter)
97PHP_FALIAS(removeParameter, xsl_xsltprocessor_remove_parameter, arginfo_xsl_xsltprocessor_remove_p…
98PHP_FALIAS(hasExsltSupport, xsl_xsltprocessor_has_exslt_support, arginfo_xsl_xsltprocessor_has_exs…
100 PHP_FALIAS(setProfiling, xsl_xsltprocessor_set_profiling, arginfo_xsl_xsltprocessor_set_profiling)
101PHP_FALIAS(setSecurityPrefs, xsl_xsltprocessor_set_security_prefs, arginfo_xsl_xsltprocessor_set_s…
[all …]
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c183 PHP_FALIAS(mssql_connect, sybase_connect, arginfo_sybase_connect)
184 PHP_FALIAS(mssql_pconnect, sybase_pconnect, arginfo_sybase_pconnect)
185 PHP_FALIAS(mssql_close, sybase_close, arginfo_sybase_close)
186 PHP_FALIAS(mssql_select_db, sybase_select_db, arginfo_sybase_select_db)
187 PHP_FALIAS(mssql_query, sybase_query, arginfo_sybase_query)
191 PHP_FALIAS(mssql_num_rows, sybase_num_rows, arginfo_sybase_num_rows)
192 PHP_FALIAS(mssql_num_fields, sybase_num_fields, arginfo_sybase_num_fields)
193 PHP_FALIAS(mssql_fetch_row, sybase_fetch_row, arginfo_sybase_fetch_row)
197 PHP_FALIAS(mssql_data_seek, sybase_data_seek, arginfo_sybase_data_seek)
199 PHP_FALIAS(mssql_field_seek, sybase_field_seek, arginfo_sybase_field_seek)
[all …]
/PHP-5.5/ext/standard/
H A Ddir.c105 PHP_FALIAS(close, closedir, arginfo_dir)
106 PHP_FALIAS(rewind, rewinddir, arginfo_dir)
H A Dbasic_functions.c2803 PHP_FALIAS(join, implode, arginfo_implode)
2818 PHP_FALIAS(chop, rtrim, arginfo_rtrim)
2819 PHP_FALIAS(strchr, strstr, arginfo_strstr)
3014 PHP_FALIAS(ini_alter, ini_set, arginfo_ini_set)
3073 PHP_FALIAS(is_int, is_long, arginfo_is_long)
3074 PHP_FALIAS(is_integer, is_long, arginfo_is_long)
3076 PHP_FALIAS(is_real, is_float, arginfo_is_float)
3105 PHP_FALIAS(fputs, fwrite, arginfo_fwrite)
3209 PHP_FALIAS(dir, getdir, arginfo_dir)
3365 PHP_FALIAS(pos, current, arginfo_current)
[all …]
/PHP-5.5/ext/sockets/
H A Dsockets.c347 PHP_FALIAS(socket_getopt, socket_get_option, arginfo_socket_get_option)
348 PHP_FALIAS(socket_setopt, socket_set_option, arginfo_socket_set_option)
/PHP-5.5/ext/snmp/
H A Dsnmp.c394 PHP_FALIAS(snmpwalkoid, snmprealwalk, arginfo_snmprealwalk)
400PHP_FALIAS(snmp_set_oid_numeric_print, snmp_set_oid_output_format, arginfo_snmp_set_oid_output_for…
/PHP-5.5/ext/session/
H A Dsession.c2276 PHP_FALIAS(session_commit, session_write_close, arginfo_session_void)
/PHP-5.5/ext/recode/
H A Drecode.c86 PHP_FALIAS(recode, recode_string, arginfo_recode_string)
/PHP-5.5/ext/posix/
H A Dposix.c298 PHP_FALIAS(posix_errno, posix_get_last_error, arginfo_posix_get_last_error)
/PHP-5.5/ext/pgsql/
H A Dpgsql.c690 PHP_FALIAS(pg_exec, pg_query, arginfo_pg_query)
691 PHP_FALIAS(pg_getlastoid, pg_last_oid, arginfo_pg_last_oid)
696 PHP_FALIAS(pg_numrows, pg_num_rows, arginfo_pg_num_rows)
697 PHP_FALIAS(pg_numfields, pg_num_fields, arginfo_pg_num_fields)
698 PHP_FALIAS(pg_fieldname, pg_field_name, arginfo_pg_field_name)
700 PHP_FALIAS(pg_fieldtype, pg_field_type, arginfo_pg_field_type)
705 PHP_FALIAS(pg_result, pg_fetch_result, arginfo_pg_get_result)
709 PHP_FALIAS(pg_loopen, pg_lo_open, arginfo_pg_lo_open)
710 PHP_FALIAS(pg_loclose, pg_lo_close, arginfo_pg_lo_close)
711 PHP_FALIAS(pg_loread, pg_lo_read, arginfo_pg_lo_read)
[all …]
/PHP-5.5/ext/pcntl/
H A Dpcntl.c160 PHP_FALIAS(pcntl_errno, pcntl_get_last_error, NULL)
/PHP-5.5/ext/openssl/
H A Dopenssl.c415 PHP_FALIAS(openssl_free_key, openssl_pkey_free, arginfo_openssl_pkey_free)
416 PHP_FALIAS(openssl_get_privatekey, openssl_pkey_get_private, arginfo_openssl_pkey_get_private)
417 PHP_FALIAS(openssl_get_publickey, openssl_pkey_get_public, arginfo_openssl_pkey_get_public)
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c384 PHP_FALIAS(odbc_do, odbc_exec, arginfo_odbc_exec)
385 PHP_FALIAS(odbc_field_precision, odbc_field_len, arginfo_odbc_field_len)
H A Dbirdstep.c126 PHP_FALIAS(velocis_connect, birdstep_connect, arginfo_birdstep_connect)
127 PHP_FALIAS(velocis_close, birdstep_close, arginfo_birdstep_close)
128 PHP_FALIAS(velocis_exec, birdstep_exec, arginfo_birdstep_exec)
129 PHP_FALIAS(velocis_fetch, birdstep_fetch, arginfo_birdstep_fetch)
130 PHP_FALIAS(velocis_result, birdstep_result, arginfo_birdstep_result)
131 PHP_FALIAS(velocis_freeresult, birdstep_freeresult, arginfo_birdstep_freeresult)
132 PHP_FALIAS(velocis_autocommit, birdstep_autocommit, arginfo_birdstep_autocommit)
134 PHP_FALIAS(velocis_commit, birdstep_commit, arginfo_birdstep_commit)
135 PHP_FALIAS(velocis_rollback, birdstep_rollback, arginfo_birdstep_rollback)
136 PHP_FALIAS(velocis_fieldnum, birdstep_fieldnum, arginfo_birdstep_fieldnum)
[all …]
/PHP-5.5/ext/oci8/
H A Doci8.c927 PHP_FALIAS(ociexecute, oci_execute, arginfo_oci_execute)
928 PHP_FALIAS(ocicancel, oci_cancel, arginfo_oci_cancel)
929 PHP_FALIAS(ocifetch, oci_fetch, arginfo_oci_fetch)
934 PHP_FALIAS(ociparse, oci_parse, arginfo_oci_parse)
936 PHP_FALIAS(ociresult, oci_result, arginfo_oci_result)
940 PHP_FALIAS(ocilogoff, oci_close, arginfo_oci_close)
941 PHP_FALIAS(ocilogon, oci_connect, arginfo_oci_connect)
943 PHP_FALIAS(ociplogon, oci_pconnect, arginfo_oci_pconnect)
944 PHP_FALIAS(ocierror, oci_error, arginfo_oci_error)
950 PHP_FALIAS(ocicommit, oci_commit, arginfo_oci_commit)
[all …]

Completed in 168 milliseconds

123