Home
last modified time | relevance | path

Searched refs:PHP_FALIAS (Results 26 – 46 of 46) sorted by relevance

12

/PHP-7.1/ext/standard/
H A Dbasic_functions.c2800 PHP_FALIAS(join, implode, arginfo_implode)
2815 PHP_FALIAS(chop, rtrim, arginfo_rtrim)
2816 PHP_FALIAS(strchr, strstr, arginfo_strstr)
2858 PHP_FALIAS(srand, mt_srand, arginfo_mt_srand)
3012 PHP_FALIAS(ini_alter, ini_set, arginfo_ini_set)
3071 PHP_FALIAS(is_integer, is_int, arginfo_is_int)
3072 PHP_FALIAS(is_long, is_int, arginfo_is_int)
3104 PHP_FALIAS(fputs, fwrite, arginfo_fwrite)
3205 PHP_FALIAS(dir, getdir, arginfo_dir)
3361 PHP_FALIAS(pos, current, arginfo_current)
[all …]
H A Ddir.c110 PHP_FALIAS(close, closedir, arginfo_dir)
111 PHP_FALIAS(rewind, rewinddir, arginfo_dir)
/PHP-7.1/ext/recode/
H A Drecode.c86 PHP_FALIAS(recode, recode_string, arginfo_recode_string)
/PHP-7.1/ext/dom/
H A Dattr.c50 PHP_FALIAS(isId, dom_attr_is_id, arginfo_dom_attr_is_id)
/PHP-7.1/ext/pgsql/
H A Dpgsql.c728 PHP_FALIAS(pg_exec, pg_query, arginfo_pg_query)
729 PHP_FALIAS(pg_getlastoid, pg_last_oid, arginfo_pg_last_oid)
734 PHP_FALIAS(pg_numrows, pg_num_rows, arginfo_pg_num_rows)
735 PHP_FALIAS(pg_numfields, pg_num_fields, arginfo_pg_num_fields)
736 PHP_FALIAS(pg_fieldname, pg_field_name, arginfo_pg_field_name)
738 PHP_FALIAS(pg_fieldtype, pg_field_type, arginfo_pg_field_type)
743 PHP_FALIAS(pg_result, pg_fetch_result, arginfo_pg_get_result)
747 PHP_FALIAS(pg_loopen, pg_lo_open, arginfo_pg_lo_open)
748 PHP_FALIAS(pg_loclose, pg_lo_close, arginfo_pg_lo_close)
749 PHP_FALIAS(pg_loread, pg_lo_read, arginfo_pg_lo_read)
[all …]
/PHP-7.1/main/
H A Dphp.h361 #define PHP_FALIAS ZEND_FALIAS macro
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c1404 PHP_FALIAS(getallheaders, litespeed_request_headers, arginfo_litespeed__void)
1405 PHP_FALIAS(apache_request_headers, litespeed_request_headers, arginfo_litespeed__void)
1406 PHP_FALIAS(apache_response_headers, litespeed_response_headers, arginfo_litespeed__void)
/PHP-7.1/sapi/apache2handler/
H A Dphp_functions.c530 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_apache2handler_getallheaders)
/PHP-7.1/ext/imap/
H A Dphp_imap.c544 PHP_FALIAS(imap_header, imap_headerinfo, arginfo_imap_headerinfo)
545 PHP_FALIAS(imap_listmailbox, imap_list, arginfo_imap_list)
546 PHP_FALIAS(imap_getmailboxes, imap_list_full, arginfo_imap_getmailboxes)
547 PHP_FALIAS(imap_scanmailbox, imap_listscan, arginfo_imap_listscan)
548 PHP_FALIAS(imap_listsubscribed, imap_lsub, arginfo_imap_lsub)
549 PHP_FALIAS(imap_getsubscribed, imap_lsub_full, arginfo_imap_getsubscribed)
550 PHP_FALIAS(imap_fetchtext, imap_body, arginfo_imap_body)
551 PHP_FALIAS(imap_scan, imap_listscan, arginfo_imap_listscan)
552 PHP_FALIAS(imap_create, imap_createmailbox, arginfo_imap_createmailbox)
553 PHP_FALIAS(imap_rename, imap_renamemailbox, arginfo_imap_renamemailbox)
/PHP-7.1/ext/posix/
H A Dposix.c312 PHP_FALIAS(posix_errno, posix_get_last_error, arginfo_posix_get_last_error)
/PHP-7.1/ext/ldap/
H A Dldap.c3449 PHP_FALIAS(ldap_close, ldap_unbind, arginfo_ldap_resource)
3466 PHP_FALIAS(ldap_get_values, ldap_get_values_len, arginfo_ldap_get_values)
3474 PHP_FALIAS(ldap_modify, ldap_mod_replace, arginfo_ldap_modify)
/PHP-7.1/ext/sockets/
H A Dsockets.c353 PHP_FALIAS(socket_getopt, socket_get_option, arginfo_socket_get_option)
354 PHP_FALIAS(socket_setopt, socket_set_option, arginfo_socket_set_option)
/PHP-7.1/ext/snmp/
H A Dsnmp.c383 PHP_FALIAS(snmpwalkoid, snmprealwalk, arginfo_snmprealwalk)
389PHP_FALIAS(snmp_set_oid_numeric_print, snmp_set_oid_output_format, arginfo_snmp_set_oid_output_for…
/PHP-7.1/ext/pcntl/
H A Dpcntl.c181 PHP_FALIAS(pcntl_errno, pcntl_get_last_error, NULL)
/PHP-7.1/ext/ftp/
H A Dphp_ftp.c280 PHP_FALIAS(ftp_quit, ftp_close, arginfo_ftp_close)
/PHP-7.1/ext/openssl/
H A Dopenssl.c475 PHP_FALIAS(openssl_free_key, openssl_pkey_free, arginfo_openssl_pkey_free)
476 PHP_FALIAS(openssl_get_privatekey, openssl_pkey_get_private, arginfo_openssl_pkey_get_private)
477 PHP_FALIAS(openssl_get_publickey, openssl_pkey_get_public, arginfo_openssl_pkey_get_public)
/PHP-7.1/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)
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c1774 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_no_args)
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c489 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_no_args)
/PHP-7.1/ext/session/
H A Dsession.c2478 PHP_FALIAS(session_commit, session_write_close, arginfo_session_void)
/PHP-7.1/ext/exif/
H A Dexif.c123 PHP_FALIAS(read_exif_data, exif_read_data, arginfo_exif_read_data)

Completed in 180 milliseconds

12