Home
last modified time | relevance | path

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

12

/PHP-8.1/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.1/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.1/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.1/sapi/cgi/
H A Dcgi_main_arginfo.h23 ZEND_FALIAS(getallheaders, apache_request_headers, arginfo_getallheaders)
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_main_arginfo.h24 ZEND_FALIAS(getallheaders, apache_request_headers, arginfo_getallheaders)
/PHP-8.1/ext/imap/
H A Dphp_imap_arginfo.h436 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 Dphp_functions_arginfo.h56 ZEND_FALIAS(getallheaders, apache_request_headers, arginfo_getallheaders)
/PHP-8.1/ext/gettext/
H A Dgettext_arginfo.h87 ZEND_FALIAS(_, gettext, arginfo__)
/PHP-8.1/ext/standard/
H A Dbasic_functions_arginfo.h2874 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 Dsockets_arginfo.h283 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 Dzend_builtin_functions_arginfo.h311 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 Dodbc_arginfo.h323 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 Dldap_arginfo.h451 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 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.1/ext/pcntl/
H A Dpcntl_arginfo.h201 ZEND_FALIAS(pcntl_errno, pcntl_get_last_error, arginfo_pcntl_errno)
/PHP-8.1/ext/posix/
H A Dposix_arginfo.h286 ZEND_FALIAS(posix_errno, posix_get_last_error, arginfo_posix_errno)
/PHP-8.1/main/
H A Dphp.h373 #define PHP_FALIAS ZEND_FALIAS
/PHP-8.1/ext/session/
H A Dsession_arginfo.h188 ZEND_FALIAS(session_commit, session_write_close, arginfo_session_commit)
/PHP-8.1/ext/openssl/
H A Dopenssl_arginfo.h476 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 Dftp_arginfo.h272 ZEND_FALIAS(ftp_quit, ftp_close, arginfo_ftp_quit)
/PHP-8.1/ext/gmp/
H A Dgmp_arginfo.h261 ZEND_FALIAS(gmp_div, gmp_div_q, arginfo_gmp_div)
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h847 ZEND_FALIAS(imagettfbbox, imageftbbox, arginfo_imagettfbbox)
850 ZEND_FALIAS(imagettftext, imagefttext, arginfo_imagettftext)
/PHP-8.1/ext/mysqli/
H A Dmysqli_arginfo.h869 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 Dpgsql_arginfo.h560 ZEND_FALIAS(pg_exec, pg_query, arginfo_pg_exec)
/PHP-8.1/ext/sodium/
H A Dlibsodium_arginfo.h863ZEND_FALIAS(sodium_crypto_scalarmult_base, sodium_crypto_box_publickey_from_secretkey, arginfo_sod…

Completed in 72 milliseconds

12