Home
last modified time | relevance | path

Searched refs:ZEND_FALIAS (Results 1 – 25 of 29) sorted by relevance

12

/PHP-8.3/sapi/litespeed/
H A Dlsapi_main_arginfo.h30 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.3/ext/zlib/
H A Dzlib_arginfo.h181 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.3/ext/bz2/
H A Dbz2_arginfo.h65 ZEND_FALIAS(bzwrite, fwrite, arginfo_bzwrite)
66 ZEND_FALIAS(bzflush, fflush, arginfo_bzflush)
67 ZEND_FALIAS(bzclose, fclose, arginfo_bzclose)
/PHP-8.3/sapi/cgi/
H A Dcgi_main_arginfo.h23 ZEND_FALIAS(getallheaders, apache_request_headers, arginfo_getallheaders)
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main_arginfo.h24 ZEND_FALIAS(getallheaders, apache_request_headers, arginfo_getallheaders)
/PHP-8.3/ext/imap/
H A Dphp_imap_arginfo.h442 ZEND_FALIAS(imap_fetchtext, imap_body, arginfo_imap_fetchtext)
455 ZEND_FALIAS(imap_scan, imap_listscan, arginfo_imap_scan)
456 ZEND_FALIAS(imap_scanmailbox, imap_listscan, arginfo_imap_scanmailbox)
461 ZEND_FALIAS(imap_create, imap_createmailbox, arginfo_imap_create)
463 ZEND_FALIAS(imap_rename, imap_renamemailbox, arginfo_imap_rename)
482 ZEND_FALIAS(imap_listmailbox, imap_list, arginfo_imap_listmailbox)
484 ZEND_FALIAS(imap_listsubscribed, imap_lsub, arginfo_imap_listsubscribed)
/PHP-8.3/sapi/apache2handler/
H A Dphp_functions_arginfo.h56 ZEND_FALIAS(getallheaders, apache_request_headers, arginfo_getallheaders)
/PHP-8.3/ext/gettext/
H A Dgettext_arginfo.h87 ZEND_FALIAS(_, gettext, arginfo__)
/PHP-8.3/ext/standard/
H A Dbasic_functions_arginfo.h2855 ZEND_FALIAS(sizeof, count, arginfo_sizeof)
2870 ZEND_FALIAS(pos, current, arginfo_pos)
2968 ZEND_FALIAS(ini_alter, ini_set, arginfo_ini_alter)
3026 ZEND_FALIAS(getmxrr, dns_get_mx, arginfo_getmxrr)
3084 ZEND_FALIAS(chop, rtrim, arginfo_chop)
3089 ZEND_FALIAS(join, implode, arginfo_join)
3100 ZEND_FALIAS(strchr, strstr, arginfo_strchr)
3196 ZEND_FALIAS(fputs, fwrite, arginfo_fputs)
3415 ZEND_FALIAS(doubleval, floatval, arginfo_doubleval)
3422 ZEND_FALIAS(is_integer, is_int, arginfo_is_integer)
[all …]
/PHP-8.3/Zend/
H A Dzend_builtin_functions_arginfo.h312 ZEND_FALIAS(get_required_files, get_included_files, arginfo_get_required_files)
314 ZEND_FALIAS(user_error, trigger_error, arginfo_user_error)
/PHP-8.3/ext/random/
H A Drandom_arginfo.h162 ZEND_FALIAS(srand, mt_srand, arginfo_srand)
166 ZEND_FALIAS(getrandmax, mt_getrandmax, arginfo_getrandmax)
/PHP-8.3/ext/odbc/
H A Dodbc_arginfo.h336 ZEND_FALIAS(odbc_do, odbc_exec, arginfo_odbc_do)
359 ZEND_FALIAS(odbc_field_precision, odbc_field_len, arginfo_odbc_field_precision)
/PHP-8.3/ext/snmp/
H A Dsnmp_arginfo.h205 ZEND_FALIAS(snmpwalkoid, snmprealwalk, arginfo_snmpwalkoid)
211ZEND_FALIAS(snmp_set_oid_numeric_print, snmp_set_oid_output_format, arginfo_snmp_set_oid_numeric_p…
/PHP-8.3/ext/ldap/
H A Dldap_arginfo.h480 ZEND_FALIAS(ldap_close, ldap_unbind, arginfo_ldap_close)
498 ZEND_FALIAS(ldap_get_values, ldap_get_values_len, arginfo_ldap_get_values)
510 ZEND_FALIAS(ldap_modify, ldap_mod_replace, arginfo_ldap_modify)
/PHP-8.3/main/
H A Dphp.h376 #define PHP_FALIAS ZEND_FALIAS
/PHP-8.3/ext/session/
H A Dsession_arginfo.h188 ZEND_FALIAS(session_commit, session_write_close, arginfo_session_commit)
/PHP-8.3/ext/ftp/
H A Dftp_arginfo.h272 ZEND_FALIAS(ftp_quit, ftp_close, arginfo_ftp_quit)
/PHP-8.3/ext/posix/
H A Dposix_arginfo.h325 ZEND_FALIAS(posix_errno, posix_get_last_error, arginfo_posix_errno)
/PHP-8.3/ext/gmp/
H A Dgmp_arginfo.h267 ZEND_FALIAS(gmp_div, gmp_div_q, arginfo_gmp_div)
/PHP-8.3/ext/openssl/
H A Dopenssl_arginfo.h479 ZEND_FALIAS(openssl_get_publickey, openssl_pkey_get_public, arginfo_openssl_get_publickey)
483 ZEND_FALIAS(openssl_get_privatekey, openssl_pkey_get_private, arginfo_openssl_get_privatekey)
/PHP-8.3/ext/sockets/
H A Dsockets_arginfo.h292 ZEND_FALIAS(socket_getopt, socket_get_option, arginfo_socket_getopt)
294 ZEND_FALIAS(socket_setopt, socket_set_option, arginfo_socket_setopt)
/PHP-8.3/ext/gd/
H A Dgd_arginfo.h846 ZEND_FALIAS(imagettfbbox, imageftbbox, arginfo_imagettfbbox)
849 ZEND_FALIAS(imagettftext, imagefttext, arginfo_imagettftext)
/PHP-8.3/ext/pcntl/
H A Dpcntl_arginfo.h210 ZEND_FALIAS(pcntl_errno, pcntl_get_last_error, arginfo_pcntl_errno)
/PHP-8.3/ext/mysqli/
H A Dmysqli_arginfo.h841 ZEND_FALIAS(mysqli_execute, mysqli_stmt_execute, arginfo_mysqli_execute)
878 ZEND_FALIAS(mysqli_set_opt, mysqli_options, arginfo_mysqli_set_opt)
886 ZEND_FALIAS(mysqli_escape_string, mysqli_real_escape_string, arginfo_mysqli_escape_string)
/PHP-8.3/ext/pgsql/
H A Dpgsql_arginfo.h575 ZEND_FALIAS(pg_exec, pg_query, arginfo_pg_exec)

Completed in 74 milliseconds

12