/PHP-8.1/ext/zlib/ |
H A D | zlib_arginfo.h | 181 ZEND_FALIAS(gzwrite, fwrite, arginfo_gzwrite) 182 ZEND_FALIAS(gzputs, fwrite, arginfo_gzputs) 183 ZEND_FALIAS(gzrewind, rewind, arginfo_gzrewind) 184 ZEND_FALIAS(gzclose, fclose, arginfo_gzclose) 185 ZEND_FALIAS(gzeof, feof, arginfo_gzeof) 186 ZEND_FALIAS(gzgetc, fgetc, arginfo_gzgetc) 187 ZEND_FALIAS(gzpassthru, fpassthru, arginfo_gzpassthru) 188 ZEND_FALIAS(gzseek, fseek, arginfo_gzseek) 189 ZEND_FALIAS(gztell, ftell, arginfo_gztell) 190 ZEND_FALIAS(gzread, fread, arginfo_gzread) [all …]
|
/PHP-8.1/sapi/litespeed/ |
H A D | lsapi_main_arginfo.h | 30 ZEND_FALIAS(getallheaders, litespeed_request_headers, arginfo_getallheaders) 31 ZEND_FALIAS(apache_request_headers, litespeed_request_headers, arginfo_apache_request_headers) 33 ZEND_FALIAS(apache_response_headers, litespeed_response_headers, arginfo_apache_response_headers)
|
/PHP-8.1/ext/bz2/ |
H A D | bz2_arginfo.h | 65 ZEND_FALIAS(bzwrite, fwrite, arginfo_bzwrite) 66 ZEND_FALIAS(bzflush, fflush, arginfo_bzflush) 67 ZEND_FALIAS(bzclose, fclose, arginfo_bzclose)
|
/PHP-8.1/sapi/cgi/ |
H A D | cgi_main_arginfo.h | 23 ZEND_FALIAS(getallheaders, apache_request_headers, arginfo_getallheaders)
|
/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_main_arginfo.h | 24 ZEND_FALIAS(getallheaders, apache_request_headers, arginfo_getallheaders)
|
/PHP-8.1/ext/imap/ |
H A D | php_imap_arginfo.h | 436 ZEND_FALIAS(imap_fetchtext, imap_body, arginfo_imap_fetchtext) 449 ZEND_FALIAS(imap_scan, imap_listscan, arginfo_imap_scan) 450 ZEND_FALIAS(imap_scanmailbox, imap_listscan, arginfo_imap_scanmailbox) 455 ZEND_FALIAS(imap_create, imap_createmailbox, arginfo_imap_create) 457 ZEND_FALIAS(imap_rename, imap_renamemailbox, arginfo_imap_rename) 476 ZEND_FALIAS(imap_listmailbox, imap_list, arginfo_imap_listmailbox) 478 ZEND_FALIAS(imap_listsubscribed, imap_lsub, arginfo_imap_listsubscribed)
|
/PHP-8.1/sapi/apache2handler/ |
H A D | php_functions_arginfo.h | 56 ZEND_FALIAS(getallheaders, apache_request_headers, arginfo_getallheaders)
|
/PHP-8.1/ext/gettext/ |
H A D | gettext_arginfo.h | 87 ZEND_FALIAS(_, gettext, arginfo__)
|
/PHP-8.1/ext/standard/ |
H A D | basic_functions_arginfo.h | 2874 ZEND_FALIAS(sizeof, count, arginfo_sizeof) 2889 ZEND_FALIAS(pos, current, arginfo_pos) 2987 ZEND_FALIAS(ini_alter, ini_set, arginfo_ini_alter) 3044 ZEND_FALIAS(getmxrr, dns_get_mx, arginfo_getmxrr) 3103 ZEND_FALIAS(chop, rtrim, arginfo_chop) 3108 ZEND_FALIAS(join, implode, arginfo_join) 3117 ZEND_FALIAS(strchr, strstr, arginfo_strchr) 3213 ZEND_FALIAS(fputs, fwrite, arginfo_fputs) 3376 ZEND_FALIAS(srand, mt_srand, arginfo_srand) 3439 ZEND_FALIAS(doubleval, floatval, arginfo_doubleval) [all …]
|
/PHP-8.1/ext/sockets/ |
H A D | sockets_arginfo.h | 283 ZEND_FALIAS(socket_getopt, socket_get_option, arginfo_socket_getopt) 285 ZEND_FALIAS(socket_setopt, socket_set_option, arginfo_socket_setopt)
|
/PHP-8.1/Zend/ |
H A D | zend_builtin_functions_arginfo.h | 311 ZEND_FALIAS(get_required_files, get_included_files, arginfo_get_required_files) 313 ZEND_FALIAS(user_error, trigger_error, arginfo_user_error)
|
/PHP-8.1/ext/odbc/ |
H A D | odbc_arginfo.h | 323 ZEND_FALIAS(odbc_do, odbc_exec, arginfo_odbc_do) 346 ZEND_FALIAS(odbc_field_precision, odbc_field_len, arginfo_odbc_field_precision)
|
/PHP-8.1/ext/ldap/ |
H A D | ldap_arginfo.h | 451 ZEND_FALIAS(ldap_close, ldap_unbind, arginfo_ldap_close) 469 ZEND_FALIAS(ldap_get_values, ldap_get_values_len, arginfo_ldap_get_values) 481 ZEND_FALIAS(ldap_modify, ldap_mod_replace, arginfo_ldap_modify)
|
/PHP-8.1/ext/snmp/ |
H A D | snmp_arginfo.h | 205 ZEND_FALIAS(snmpwalkoid, snmprealwalk, arginfo_snmpwalkoid) 211 …ZEND_FALIAS(snmp_set_oid_numeric_print, snmp_set_oid_output_format, arginfo_snmp_set_oid_numeric_p…
|
/PHP-8.1/ext/pcntl/ |
H A D | pcntl_arginfo.h | 201 ZEND_FALIAS(pcntl_errno, pcntl_get_last_error, arginfo_pcntl_errno)
|
/PHP-8.1/ext/posix/ |
H A D | posix_arginfo.h | 286 ZEND_FALIAS(posix_errno, posix_get_last_error, arginfo_posix_errno)
|
/PHP-8.1/main/ |
H A D | php.h | 373 #define PHP_FALIAS ZEND_FALIAS
|
/PHP-8.1/ext/session/ |
H A D | session_arginfo.h | 188 ZEND_FALIAS(session_commit, session_write_close, arginfo_session_commit)
|
/PHP-8.1/ext/openssl/ |
H A D | openssl_arginfo.h | 476 ZEND_FALIAS(openssl_get_publickey, openssl_pkey_get_public, arginfo_openssl_get_publickey) 480 ZEND_FALIAS(openssl_get_privatekey, openssl_pkey_get_private, arginfo_openssl_get_privatekey)
|
/PHP-8.1/ext/ftp/ |
H A D | ftp_arginfo.h | 272 ZEND_FALIAS(ftp_quit, ftp_close, arginfo_ftp_quit)
|
/PHP-8.1/ext/gmp/ |
H A D | gmp_arginfo.h | 261 ZEND_FALIAS(gmp_div, gmp_div_q, arginfo_gmp_div)
|
/PHP-8.1/ext/gd/ |
H A D | gd_arginfo.h | 847 ZEND_FALIAS(imagettfbbox, imageftbbox, arginfo_imagettfbbox) 850 ZEND_FALIAS(imagettftext, imagefttext, arginfo_imagettftext)
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_arginfo.h | 869 ZEND_FALIAS(mysqli_execute, mysqli_stmt_execute, arginfo_mysqli_execute) 909 ZEND_FALIAS(mysqli_set_opt, mysqli_options, arginfo_mysqli_set_opt) 919 ZEND_FALIAS(mysqli_escape_string, mysqli_real_escape_string, arginfo_mysqli_escape_string)
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql_arginfo.h | 560 ZEND_FALIAS(pg_exec, pg_query, arginfo_pg_exec)
|
/PHP-8.1/ext/sodium/ |
H A D | libsodium_arginfo.h | 863 …ZEND_FALIAS(sodium_crypto_scalarmult_base, sodium_crypto_box_publickey_from_secretkey, arginfo_sod…
|