Home
last modified time | relevance | path

Searched refs:ZEND_FUNCTION (Results 1 – 25 of 85) sorted by relevance

1234

/PHP-8.3/ext/intl/
H A Dphp_intl_arginfo.h793 ZEND_FUNCTION(intlcal_get);
796 ZEND_FUNCTION(intlcal_add);
798 ZEND_FUNCTION(intlcal_after);
800 ZEND_FUNCTION(intlcal_set);
801 ZEND_FUNCTION(intlcal_roll);
802 ZEND_FUNCTION(intlcal_clear);
877 ZEND_FUNCTION(numfmt_parse);
900 ZEND_FUNCTION(idn_to_ascii);
901 ZEND_FUNCTION(idn_to_utf8);
914 ZEND_FUNCTION(locale_parse);
[all …]
/PHP-8.3/Zend/
H A Dzend_builtin_functions_arginfo.h225 ZEND_FUNCTION(strlen);
226 ZEND_FUNCTION(strcmp);
227 ZEND_FUNCTION(strncmp);
228 ZEND_FUNCTION(strcasecmp);
231 ZEND_FUNCTION(define);
232 ZEND_FUNCTION(defined);
233 ZEND_FUNCTION(get_class);
237 ZEND_FUNCTION(is_a);
275 ZEND_FUNCTION(gc_enabled);
276 ZEND_FUNCTION(gc_enable);
[all …]
/PHP-8.3/ext/standard/
H A Dbasic_functions_arginfo.h2240 ZEND_FUNCTION(end);
2245 ZEND_FUNCTION(key);
2246 ZEND_FUNCTION(min);
2247 ZEND_FUNCTION(max);
2400 ZEND_FUNCTION(md5);
2475 ZEND_FUNCTION(ord);
2476 ZEND_FUNCTION(chr);
2512 ZEND_FUNCTION(dir);
2645 ZEND_FUNCTION(abs);
2649 ZEND_FUNCTION(sin);
[all …]
/PHP-8.3/ext/ctype/
H A Dctype_arginfo.h29 ZEND_FUNCTION(ctype_alnum);
30 ZEND_FUNCTION(ctype_alpha);
31 ZEND_FUNCTION(ctype_cntrl);
32 ZEND_FUNCTION(ctype_digit);
33 ZEND_FUNCTION(ctype_lower);
34 ZEND_FUNCTION(ctype_graph);
35 ZEND_FUNCTION(ctype_print);
36 ZEND_FUNCTION(ctype_punct);
37 ZEND_FUNCTION(ctype_space);
38 ZEND_FUNCTION(ctype_upper);
[all …]
/PHP-8.3/ext/gmp/
H A Dgmp_arginfo.h205 ZEND_FUNCTION(gmp_add);
206 ZEND_FUNCTION(gmp_sub);
207 ZEND_FUNCTION(gmp_mul);
211 ZEND_FUNCTION(gmp_mod);
213 ZEND_FUNCTION(gmp_neg);
214 ZEND_FUNCTION(gmp_abs);
220 ZEND_FUNCTION(gmp_pow);
225 ZEND_FUNCTION(gmp_gcd);
227 ZEND_FUNCTION(gmp_lcm);
232 ZEND_FUNCTION(gmp_cmp);
[all …]
/PHP-8.3/ext/mbstring/
H A Dmbstring_arginfo.h324 ZEND_FUNCTION(mb_strlen);
325 ZEND_FUNCTION(mb_strpos);
329 ZEND_FUNCTION(mb_strstr);
334 ZEND_FUNCTION(mb_substr);
335 ZEND_FUNCTION(mb_strcut);
354 ZEND_FUNCTION(mb_scrub);
355 ZEND_FUNCTION(mb_ord);
356 ZEND_FUNCTION(mb_chr);
362 ZEND_FUNCTION(mb_ereg);
365 ZEND_FUNCTION(mb_eregi);
[all …]
/PHP-8.3/ext/dba/
H A Ddba_arginfo.h64 ZEND_FUNCTION(dba_popen);
65 ZEND_FUNCTION(dba_open);
66 ZEND_FUNCTION(dba_close);
67 ZEND_FUNCTION(dba_exists);
68 ZEND_FUNCTION(dba_fetch);
71 ZEND_FUNCTION(dba_nextkey);
72 ZEND_FUNCTION(dba_delete);
73 ZEND_FUNCTION(dba_insert);
74 ZEND_FUNCTION(dba_replace);
76 ZEND_FUNCTION(dba_sync);
[all …]
/PHP-8.3/ext/spl/
H A Dphp_spl_arginfo.h65 ZEND_FUNCTION(class_implements);
66 ZEND_FUNCTION(class_parents);
67 ZEND_FUNCTION(class_uses);
68 ZEND_FUNCTION(spl_autoload);
69 ZEND_FUNCTION(spl_autoload_call);
74 ZEND_FUNCTION(spl_classes);
75 ZEND_FUNCTION(spl_object_hash);
76 ZEND_FUNCTION(spl_object_id);
77 ZEND_FUNCTION(iterator_apply);
78 ZEND_FUNCTION(iterator_count);
[all …]
/PHP-8.3/ext/posix/
H A Dposix_arginfo.h189 ZEND_FUNCTION(posix_kill);
190 ZEND_FUNCTION(posix_getpid);
192 ZEND_FUNCTION(posix_getuid);
193 ZEND_FUNCTION(posix_setuid);
198 ZEND_FUNCTION(posix_getgid);
199 ZEND_FUNCTION(posix_setgid);
212 ZEND_FUNCTION(posix_setsid);
219 ZEND_FUNCTION(posix_getsid);
221 ZEND_FUNCTION(posix_uname);
222 ZEND_FUNCTION(posix_times);
[all …]
/PHP-8.3/ext/readline/
H A Dreadline_arginfo.h62 ZEND_FUNCTION(readline);
63 ZEND_FUNCTION(readline_info);
64 ZEND_FUNCTION(readline_add_history);
65 ZEND_FUNCTION(readline_clear_history);
67 ZEND_FUNCTION(readline_list_history);
69 ZEND_FUNCTION(readline_read_history);
70 ZEND_FUNCTION(readline_write_history);
71 ZEND_FUNCTION(readline_completion_function);
76 ZEND_FUNCTION(readline_callback_read_char);
82 ZEND_FUNCTION(readline_redisplay);
[all …]
/PHP-8.3/ext/gd/
H A Dgd_arginfo.h579 ZEND_FUNCTION(gd_info);
637 ZEND_FUNCTION(imagexbm);
639 ZEND_FUNCTION(imageavif);
641 ZEND_FUNCTION(imagegif);
643 ZEND_FUNCTION(imagepng);
652 ZEND_FUNCTION(imagegd);
653 ZEND_FUNCTION(imagegd2);
655 ZEND_FUNCTION(imagebmp);
674 ZEND_FUNCTION(imagearc);
694 ZEND_FUNCTION(imagesx);
[all …]
/PHP-8.3/ext/pgsql/
H A Dpgsql_arginfo.h466 ZEND_FUNCTION(pg_close);
467 ZEND_FUNCTION(pg_dbname);
470 ZEND_FUNCTION(pg_port);
471 ZEND_FUNCTION(pg_tty);
472 ZEND_FUNCTION(pg_host);
475 ZEND_FUNCTION(pg_ping);
476 ZEND_FUNCTION(pg_query);
504 ZEND_FUNCTION(pg_trace);
545 ZEND_FUNCTION(pg_socket);
547 ZEND_FUNCTION(pg_flush);
[all …]
/PHP-8.3/ext/xml/
H A Dxml_arginfo.h86 ZEND_FUNCTION(xml_parser_create);
87 ZEND_FUNCTION(xml_parser_create_ns);
88 ZEND_FUNCTION(xml_set_object);
89 ZEND_FUNCTION(xml_set_element_handler);
98 ZEND_FUNCTION(xml_parse);
99 ZEND_FUNCTION(xml_parse_into_struct);
100 ZEND_FUNCTION(xml_get_error_code);
101 ZEND_FUNCTION(xml_error_string);
105 ZEND_FUNCTION(xml_parser_free);
106 ZEND_FUNCTION(xml_parser_set_option);
[all …]
/PHP-8.3/ext/imap/
H A Dphp_imap_arginfo.h345 ZEND_FUNCTION(imap_open);
356 ZEND_FUNCTION(imap_body);
363 ZEND_FUNCTION(imap_gc);
378 ZEND_FUNCTION(imap_ping);
381 ZEND_FUNCTION(imap_8bit);
383 ZEND_FUNCTION(imap_utf8);
388 ZEND_FUNCTION(imap_sort);
389 ZEND_FUNCTION(imap_uid);
391 ZEND_FUNCTION(imap_list);
392 ZEND_FUNCTION(imap_lsub);
[all …]
/PHP-8.3/ext/calendar/
H A Dcalendar_arginfo.h79 ZEND_FUNCTION(cal_from_jd);
80 ZEND_FUNCTION(cal_info);
81 ZEND_FUNCTION(cal_to_jd);
84 ZEND_FUNCTION(frenchtojd);
88 ZEND_FUNCTION(jdtofrench);
90 ZEND_FUNCTION(jdtojewish);
91 ZEND_FUNCTION(jdtojulian);
92 ZEND_FUNCTION(jdtounix);
93 ZEND_FUNCTION(jewishtojd);
94 ZEND_FUNCTION(juliantojd);
[all …]
/PHP-8.3/ext/enchant/
H A Denchant_arginfo.h101 ZEND_FUNCTION(enchant_broker_init);
102 ZEND_FUNCTION(enchant_broker_free);
103 ZEND_FUNCTION(enchant_broker_get_error);
109 ZEND_FUNCTION(enchant_broker_free_dict);
112 ZEND_FUNCTION(enchant_broker_describe);
114 ZEND_FUNCTION(enchant_dict_check);
115 ZEND_FUNCTION(enchant_dict_suggest);
116 ZEND_FUNCTION(enchant_dict_add);
118 ZEND_FUNCTION(enchant_dict_is_added);
120 ZEND_FUNCTION(enchant_dict_get_error);
[all …]
/PHP-8.3/ext/sodium/
H A Dlibsodium_arginfo.h537 ZEND_FUNCTION(sodium_crypto_box);
677 ZEND_FUNCTION(sodium_add);
678 ZEND_FUNCTION(sodium_compare);
679 ZEND_FUNCTION(sodium_increment);
680 ZEND_FUNCTION(sodium_memcmp);
681 ZEND_FUNCTION(sodium_memzero);
682 ZEND_FUNCTION(sodium_pad);
683 ZEND_FUNCTION(sodium_unpad);
684 ZEND_FUNCTION(sodium_bin2hex);
685 ZEND_FUNCTION(sodium_hex2bin);
[all …]
/PHP-8.3/ext/ftp/
H A Dftp_arginfo.h202 ZEND_FUNCTION(ftp_pwd);
203 ZEND_FUNCTION(ftp_cdup);
205 ZEND_FUNCTION(ftp_exec);
206 ZEND_FUNCTION(ftp_raw);
213 ZEND_FUNCTION(ftp_mlsd);
215 ZEND_FUNCTION(ftp_fget);
217 ZEND_FUNCTION(ftp_pasv);
218 ZEND_FUNCTION(ftp_get);
221 ZEND_FUNCTION(ftp_fput);
223 ZEND_FUNCTION(ftp_put);
[all …]
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_arginfo.h47 ZEND_FUNCTION(phpdbg_break_next);
48 ZEND_FUNCTION(phpdbg_break_file);
49 ZEND_FUNCTION(phpdbg_break_method);
50 ZEND_FUNCTION(phpdbg_break_function);
51 ZEND_FUNCTION(phpdbg_color);
52 ZEND_FUNCTION(phpdbg_prompt);
53 ZEND_FUNCTION(phpdbg_exec);
54 ZEND_FUNCTION(phpdbg_clear);
55 ZEND_FUNCTION(phpdbg_start_oplog);
56 ZEND_FUNCTION(phpdbg_end_oplog);
[all …]
/PHP-8.3/ext/zlib/
H A Dzlib_arginfo.h138 ZEND_FUNCTION(gzfile);
139 ZEND_FUNCTION(gzopen);
149 ZEND_FUNCTION(fwrite);
150 ZEND_FUNCTION(rewind);
151 ZEND_FUNCTION(fclose);
152 ZEND_FUNCTION(feof);
153 ZEND_FUNCTION(fgetc);
155 ZEND_FUNCTION(fseek);
156 ZEND_FUNCTION(ftell);
157 ZEND_FUNCTION(fread);
[all …]
/PHP-8.3/ext/odbc/
H A Dodbc_arginfo.h260 ZEND_FUNCTION(odbc_binmode);
262 ZEND_FUNCTION(odbc_prepare);
263 ZEND_FUNCTION(odbc_execute);
264 ZEND_FUNCTION(odbc_cursor);
268 ZEND_FUNCTION(odbc_exec);
277 ZEND_FUNCTION(odbc_result);
280 ZEND_FUNCTION(odbc_connect);
282 ZEND_FUNCTION(odbc_close);
294 ZEND_FUNCTION(odbc_commit);
296 ZEND_FUNCTION(odbc_error);
[all …]
/PHP-8.3/ext/bcmath/
H A Dbcmath_arginfo.h47 ZEND_FUNCTION(bcadd);
48 ZEND_FUNCTION(bcsub);
49 ZEND_FUNCTION(bcmul);
50 ZEND_FUNCTION(bcdiv);
51 ZEND_FUNCTION(bcmod);
52 ZEND_FUNCTION(bcpowmod);
53 ZEND_FUNCTION(bcpow);
54 ZEND_FUNCTION(bcsqrt);
55 ZEND_FUNCTION(bccomp);
56 ZEND_FUNCTION(bcscale);
/PHP-8.3/sapi/apache2handler/
H A Dphp_functions_arginfo.h41 ZEND_FUNCTION(apache_lookup_uri);
42 ZEND_FUNCTION(virtual);
43 ZEND_FUNCTION(apache_request_headers);
44 ZEND_FUNCTION(apache_response_headers);
45 ZEND_FUNCTION(apache_note);
46 ZEND_FUNCTION(apache_setenv);
47 ZEND_FUNCTION(apache_getenv);
48 ZEND_FUNCTION(apache_get_version);
49 ZEND_FUNCTION(apache_get_modules);
/PHP-8.3/ext/bz2/
H A Dbz2_arginfo.h50 ZEND_FUNCTION(bzopen);
51 ZEND_FUNCTION(bzread);
52 ZEND_FUNCTION(fwrite);
53 ZEND_FUNCTION(fflush);
54 ZEND_FUNCTION(fclose);
55 ZEND_FUNCTION(bzerrno);
56 ZEND_FUNCTION(bzerrstr);
57 ZEND_FUNCTION(bzerror);
58 ZEND_FUNCTION(bzcompress);
59 ZEND_FUNCTION(bzdecompress);
/PHP-8.3/ext/pspell/
H A Dpspell_arginfo.h93 ZEND_FUNCTION(pspell_new);
94 ZEND_FUNCTION(pspell_new_personal);
95 ZEND_FUNCTION(pspell_new_config);
96 ZEND_FUNCTION(pspell_check);
97 ZEND_FUNCTION(pspell_suggest);
101 ZEND_FUNCTION(pspell_clear_session);
102 ZEND_FUNCTION(pspell_save_wordlist);
103 ZEND_FUNCTION(pspell_config_create);
105 ZEND_FUNCTION(pspell_config_mode);
106 ZEND_FUNCTION(pspell_config_ignore);
[all …]

Completed in 68 milliseconds

1234