Home
last modified time | relevance | path

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

1234

/php-src/Zend/
H A Dzend_builtin_functions_arginfo.h239 ZEND_FUNCTION(strlen);
240 ZEND_FUNCTION(strcmp);
241 ZEND_FUNCTION(strncmp);
242 ZEND_FUNCTION(strcasecmp);
245 ZEND_FUNCTION(define);
246 ZEND_FUNCTION(defined);
247 ZEND_FUNCTION(get_class);
251 ZEND_FUNCTION(is_a);
289 ZEND_FUNCTION(gc_enabled);
290 ZEND_FUNCTION(gc_enable);
[all …]
/php-src/ext/intl/
H A Dphp_intl_arginfo.h803 ZEND_FUNCTION(intlcal_get);
806 ZEND_FUNCTION(intlcal_add);
808 ZEND_FUNCTION(intlcal_after);
810 ZEND_FUNCTION(intlcal_set);
811 ZEND_FUNCTION(intlcal_roll);
812 ZEND_FUNCTION(intlcal_clear);
887 ZEND_FUNCTION(numfmt_parse);
911 ZEND_FUNCTION(idn_to_ascii);
912 ZEND_FUNCTION(idn_to_utf8);
925 ZEND_FUNCTION(locale_parse);
[all …]
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h2346 ZEND_FUNCTION(end);
2351 ZEND_FUNCTION(key);
2352 ZEND_FUNCTION(min);
2353 ZEND_FUNCTION(max);
2506 ZEND_FUNCTION(md5);
2577 ZEND_FUNCTION(ord);
2578 ZEND_FUNCTION(chr);
2614 ZEND_FUNCTION(dir);
2750 ZEND_FUNCTION(abs);
2754 ZEND_FUNCTION(sin);
[all …]
/php-src/ext/ctype/
H A Dctype_arginfo.h28 ZEND_FUNCTION(ctype_alnum);
29 ZEND_FUNCTION(ctype_alpha);
30 ZEND_FUNCTION(ctype_cntrl);
31 ZEND_FUNCTION(ctype_digit);
32 ZEND_FUNCTION(ctype_lower);
33 ZEND_FUNCTION(ctype_graph);
34 ZEND_FUNCTION(ctype_print);
35 ZEND_FUNCTION(ctype_punct);
36 ZEND_FUNCTION(ctype_space);
37 ZEND_FUNCTION(ctype_upper);
[all …]
/php-src/ext/gmp/
H A Dgmp_arginfo.h204 ZEND_FUNCTION(gmp_add);
205 ZEND_FUNCTION(gmp_sub);
206 ZEND_FUNCTION(gmp_mul);
210 ZEND_FUNCTION(gmp_mod);
212 ZEND_FUNCTION(gmp_neg);
213 ZEND_FUNCTION(gmp_abs);
219 ZEND_FUNCTION(gmp_pow);
224 ZEND_FUNCTION(gmp_gcd);
226 ZEND_FUNCTION(gmp_lcm);
231 ZEND_FUNCTION(gmp_cmp);
[all …]
/php-src/ext/mbstring/
H A Dmbstring_arginfo.h337 ZEND_FUNCTION(mb_strlen);
338 ZEND_FUNCTION(mb_strpos);
357 ZEND_FUNCTION(mb_trim);
358 ZEND_FUNCTION(mb_ltrim);
359 ZEND_FUNCTION(mb_rtrim);
372 ZEND_FUNCTION(mb_scrub);
373 ZEND_FUNCTION(mb_ord);
374 ZEND_FUNCTION(mb_chr);
380 ZEND_FUNCTION(mb_ereg);
383 ZEND_FUNCTION(mb_eregi);
[all …]
/php-src/ext/spl/
H A Dphp_spl_arginfo.h64 ZEND_FUNCTION(class_implements);
65 ZEND_FUNCTION(class_parents);
66 ZEND_FUNCTION(class_uses);
67 ZEND_FUNCTION(spl_autoload);
68 ZEND_FUNCTION(spl_autoload_call);
73 ZEND_FUNCTION(spl_classes);
74 ZEND_FUNCTION(spl_object_hash);
75 ZEND_FUNCTION(spl_object_id);
76 ZEND_FUNCTION(iterator_apply);
77 ZEND_FUNCTION(iterator_count);
[all …]
/php-src/ext/dba/
H A Ddba_arginfo.h63 ZEND_FUNCTION(dba_popen);
64 ZEND_FUNCTION(dba_open);
65 ZEND_FUNCTION(dba_close);
66 ZEND_FUNCTION(dba_exists);
67 ZEND_FUNCTION(dba_fetch);
70 ZEND_FUNCTION(dba_nextkey);
71 ZEND_FUNCTION(dba_delete);
72 ZEND_FUNCTION(dba_insert);
73 ZEND_FUNCTION(dba_replace);
75 ZEND_FUNCTION(dba_sync);
[all …]
/php-src/ext/posix/
H A Dposix_arginfo.h188 ZEND_FUNCTION(posix_kill);
189 ZEND_FUNCTION(posix_getpid);
191 ZEND_FUNCTION(posix_getuid);
192 ZEND_FUNCTION(posix_setuid);
197 ZEND_FUNCTION(posix_getgid);
198 ZEND_FUNCTION(posix_setgid);
211 ZEND_FUNCTION(posix_setsid);
218 ZEND_FUNCTION(posix_getsid);
220 ZEND_FUNCTION(posix_uname);
221 ZEND_FUNCTION(posix_times);
[all …]
/php-src/ext/readline/
H A Dreadline_arginfo.h61 ZEND_FUNCTION(readline);
62 ZEND_FUNCTION(readline_info);
63 ZEND_FUNCTION(readline_add_history);
64 ZEND_FUNCTION(readline_clear_history);
66 ZEND_FUNCTION(readline_list_history);
68 ZEND_FUNCTION(readline_read_history);
69 ZEND_FUNCTION(readline_write_history);
70 ZEND_FUNCTION(readline_completion_function);
75 ZEND_FUNCTION(readline_callback_read_char);
81 ZEND_FUNCTION(readline_redisplay);
[all …]
/php-src/ext/gd/
H A Dgd_arginfo.h578 ZEND_FUNCTION(gd_info);
636 ZEND_FUNCTION(imagexbm);
638 ZEND_FUNCTION(imageavif);
640 ZEND_FUNCTION(imagegif);
642 ZEND_FUNCTION(imagepng);
651 ZEND_FUNCTION(imagegd);
652 ZEND_FUNCTION(imagegd2);
654 ZEND_FUNCTION(imagebmp);
673 ZEND_FUNCTION(imagearc);
693 ZEND_FUNCTION(imagesx);
[all …]
/php-src/ext/xml/
H A Dxml_arginfo.h85 ZEND_FUNCTION(xml_parser_create);
86 ZEND_FUNCTION(xml_parser_create_ns);
87 ZEND_FUNCTION(xml_set_object);
88 ZEND_FUNCTION(xml_set_element_handler);
97 ZEND_FUNCTION(xml_parse);
98 ZEND_FUNCTION(xml_parse_into_struct);
99 ZEND_FUNCTION(xml_get_error_code);
100 ZEND_FUNCTION(xml_error_string);
104 ZEND_FUNCTION(xml_parser_free);
105 ZEND_FUNCTION(xml_parser_set_option);
[all …]
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h465 ZEND_FUNCTION(pg_close);
466 ZEND_FUNCTION(pg_dbname);
469 ZEND_FUNCTION(pg_port);
470 ZEND_FUNCTION(pg_tty);
471 ZEND_FUNCTION(pg_host);
474 ZEND_FUNCTION(pg_ping);
475 ZEND_FUNCTION(pg_query);
503 ZEND_FUNCTION(pg_trace);
544 ZEND_FUNCTION(pg_socket);
546 ZEND_FUNCTION(pg_flush);
[all …]
/php-src/ext/calendar/
H A Dcalendar_arginfo.h78 ZEND_FUNCTION(cal_from_jd);
79 ZEND_FUNCTION(cal_info);
80 ZEND_FUNCTION(cal_to_jd);
83 ZEND_FUNCTION(frenchtojd);
87 ZEND_FUNCTION(jdtofrench);
89 ZEND_FUNCTION(jdtojewish);
90 ZEND_FUNCTION(jdtojulian);
91 ZEND_FUNCTION(jdtounix);
92 ZEND_FUNCTION(jewishtojd);
93 ZEND_FUNCTION(juliantojd);
[all …]
/php-src/ext/enchant/
H A Denchant_arginfo.h100 ZEND_FUNCTION(enchant_broker_init);
101 ZEND_FUNCTION(enchant_broker_free);
102 ZEND_FUNCTION(enchant_broker_get_error);
108 ZEND_FUNCTION(enchant_broker_free_dict);
111 ZEND_FUNCTION(enchant_broker_describe);
113 ZEND_FUNCTION(enchant_dict_check);
114 ZEND_FUNCTION(enchant_dict_suggest);
115 ZEND_FUNCTION(enchant_dict_add);
117 ZEND_FUNCTION(enchant_dict_is_added);
119 ZEND_FUNCTION(enchant_dict_get_error);
[all …]
/php-src/ext/ftp/
H A Dftp_arginfo.h201 ZEND_FUNCTION(ftp_pwd);
202 ZEND_FUNCTION(ftp_cdup);
204 ZEND_FUNCTION(ftp_exec);
205 ZEND_FUNCTION(ftp_raw);
212 ZEND_FUNCTION(ftp_mlsd);
214 ZEND_FUNCTION(ftp_fget);
216 ZEND_FUNCTION(ftp_pasv);
217 ZEND_FUNCTION(ftp_get);
220 ZEND_FUNCTION(ftp_fput);
222 ZEND_FUNCTION(ftp_put);
[all …]
/php-src/ext/zlib/
H A Dzlib_arginfo.h137 ZEND_FUNCTION(gzfile);
138 ZEND_FUNCTION(gzopen);
148 ZEND_FUNCTION(fwrite);
149 ZEND_FUNCTION(rewind);
150 ZEND_FUNCTION(fclose);
151 ZEND_FUNCTION(feof);
152 ZEND_FUNCTION(fgetc);
154 ZEND_FUNCTION(fseek);
155 ZEND_FUNCTION(ftell);
156 ZEND_FUNCTION(fread);
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg_arginfo.h46 ZEND_FUNCTION(phpdbg_break_next);
47 ZEND_FUNCTION(phpdbg_break_file);
48 ZEND_FUNCTION(phpdbg_break_method);
49 ZEND_FUNCTION(phpdbg_break_function);
50 ZEND_FUNCTION(phpdbg_color);
51 ZEND_FUNCTION(phpdbg_prompt);
52 ZEND_FUNCTION(phpdbg_exec);
53 ZEND_FUNCTION(phpdbg_clear);
54 ZEND_FUNCTION(phpdbg_start_oplog);
55 ZEND_FUNCTION(phpdbg_end_oplog);
[all …]
/php-src/ext/odbc/
H A Dodbc_arginfo.h259 ZEND_FUNCTION(odbc_binmode);
261 ZEND_FUNCTION(odbc_prepare);
262 ZEND_FUNCTION(odbc_execute);
263 ZEND_FUNCTION(odbc_cursor);
267 ZEND_FUNCTION(odbc_exec);
276 ZEND_FUNCTION(odbc_result);
279 ZEND_FUNCTION(odbc_connect);
281 ZEND_FUNCTION(odbc_close);
293 ZEND_FUNCTION(odbc_commit);
295 ZEND_FUNCTION(odbc_error);
[all …]
/php-src/ext/sodium/
H A Dlibsodium_arginfo.h600 ZEND_FUNCTION(sodium_crypto_box);
740 ZEND_FUNCTION(sodium_add);
741 ZEND_FUNCTION(sodium_compare);
742 ZEND_FUNCTION(sodium_increment);
743 ZEND_FUNCTION(sodium_memcmp);
744 ZEND_FUNCTION(sodium_memzero);
745 ZEND_FUNCTION(sodium_pad);
746 ZEND_FUNCTION(sodium_unpad);
747 ZEND_FUNCTION(sodium_bin2hex);
748 ZEND_FUNCTION(sodium_hex2bin);
[all …]
/php-src/ext/bcmath/
H A Dbcmath_arginfo.h46 ZEND_FUNCTION(bcadd);
47 ZEND_FUNCTION(bcsub);
48 ZEND_FUNCTION(bcmul);
49 ZEND_FUNCTION(bcdiv);
50 ZEND_FUNCTION(bcmod);
51 ZEND_FUNCTION(bcpowmod);
52 ZEND_FUNCTION(bcpow);
53 ZEND_FUNCTION(bcsqrt);
54 ZEND_FUNCTION(bccomp);
55 ZEND_FUNCTION(bcscale);
/php-src/sapi/apache2handler/
H A Dphp_functions_arginfo.h40 ZEND_FUNCTION(apache_lookup_uri);
41 ZEND_FUNCTION(virtual);
42 ZEND_FUNCTION(apache_request_headers);
43 ZEND_FUNCTION(apache_response_headers);
44 ZEND_FUNCTION(apache_note);
45 ZEND_FUNCTION(apache_setenv);
46 ZEND_FUNCTION(apache_getenv);
47 ZEND_FUNCTION(apache_get_version);
48 ZEND_FUNCTION(apache_get_modules);
/php-src/ext/bz2/
H A Dbz2_arginfo.h49 ZEND_FUNCTION(bzopen);
50 ZEND_FUNCTION(bzread);
51 ZEND_FUNCTION(fwrite);
52 ZEND_FUNCTION(fflush);
53 ZEND_FUNCTION(fclose);
54 ZEND_FUNCTION(bzerrno);
55 ZEND_FUNCTION(bzerrstr);
56 ZEND_FUNCTION(bzerror);
57 ZEND_FUNCTION(bzcompress);
58 ZEND_FUNCTION(bzdecompress);
/php-src/ext/com_dotnet/
H A Dcom_extension_arginfo.h134 ZEND_FUNCTION(variant_set);
135 ZEND_FUNCTION(variant_add);
136 ZEND_FUNCTION(variant_cat);
137 ZEND_FUNCTION(variant_sub);
138 ZEND_FUNCTION(variant_mul);
139 ZEND_FUNCTION(variant_and);
140 ZEND_FUNCTION(variant_div);
141 ZEND_FUNCTION(variant_eqv);
143 ZEND_FUNCTION(variant_imp);
144 ZEND_FUNCTION(variant_mod);
[all …]
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h330 ZEND_FUNCTION(xmlwriter_open_uri);
347 ZEND_FUNCTION(xmlwriter_start_pi);
348 ZEND_FUNCTION(xmlwriter_end_pi);
349 ZEND_FUNCTION(xmlwriter_write_pi);
351 ZEND_FUNCTION(xmlwriter_end_cdata);
353 ZEND_FUNCTION(xmlwriter_text);
354 ZEND_FUNCTION(xmlwriter_write_raw);
358 ZEND_FUNCTION(xmlwriter_start_dtd);
359 ZEND_FUNCTION(xmlwriter_end_dtd);
360 ZEND_FUNCTION(xmlwriter_write_dtd);
[all …]

Completed in 121 milliseconds

1234