Home
last modified time | relevance | path

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

1234

/php-src/Zend/
H A Dzend_builtin_functions_arginfo.h241 ZEND_FUNCTION(exit);
246 ZEND_FUNCTION(strlen);
247 ZEND_FUNCTION(strcmp);
248 ZEND_FUNCTION(strncmp);
249 ZEND_FUNCTION(strcasecmp);
252 ZEND_FUNCTION(define);
253 ZEND_FUNCTION(defined);
254 ZEND_FUNCTION(get_class);
258 ZEND_FUNCTION(is_a);
297 ZEND_FUNCTION(gc_enable);
[all …]
/php-src/ext/intl/
H A Dphp_intl_arginfo.h795 ZEND_FUNCTION(intlcal_get);
798 ZEND_FUNCTION(intlcal_add);
800 ZEND_FUNCTION(intlcal_after);
802 ZEND_FUNCTION(intlcal_set);
803 ZEND_FUNCTION(intlcal_roll);
804 ZEND_FUNCTION(intlcal_clear);
879 ZEND_FUNCTION(numfmt_parse);
903 ZEND_FUNCTION(idn_to_ascii);
904 ZEND_FUNCTION(idn_to_utf8);
917 ZEND_FUNCTION(locale_parse);
[all …]
/php-src/ext/mbstring/
H A Dmbstring_arginfo.h307 ZEND_FUNCTION(mb_strlen);
308 ZEND_FUNCTION(mb_strpos);
327 ZEND_FUNCTION(mb_trim);
328 ZEND_FUNCTION(mb_ltrim);
329 ZEND_FUNCTION(mb_rtrim);
342 ZEND_FUNCTION(mb_scrub);
343 ZEND_FUNCTION(mb_ord);
344 ZEND_FUNCTION(mb_chr);
348 ZEND_FUNCTION(mb_ereg);
349 ZEND_FUNCTION(mb_eregi);
[all …]
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h2323 ZEND_FUNCTION(end);
2328 ZEND_FUNCTION(key);
2329 ZEND_FUNCTION(min);
2330 ZEND_FUNCTION(max);
2481 ZEND_FUNCTION(md5);
2548 ZEND_FUNCTION(ord);
2549 ZEND_FUNCTION(chr);
2585 ZEND_FUNCTION(dir);
2713 ZEND_FUNCTION(abs);
2717 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/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/readline/
H A Dreadline_arginfo.h55 ZEND_FUNCTION(readline);
56 ZEND_FUNCTION(readline_info);
57 ZEND_FUNCTION(readline_add_history);
58 ZEND_FUNCTION(readline_clear_history);
60 ZEND_FUNCTION(readline_list_history);
62 ZEND_FUNCTION(readline_read_history);
63 ZEND_FUNCTION(readline_write_history);
64 ZEND_FUNCTION(readline_completion_function);
67 ZEND_FUNCTION(readline_callback_read_char);
69 ZEND_FUNCTION(readline_redisplay);
[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/gd/
H A Dgd_arginfo.h570 ZEND_FUNCTION(gd_info);
626 ZEND_FUNCTION(imagexbm);
628 ZEND_FUNCTION(imageavif);
630 ZEND_FUNCTION(imagegif);
632 ZEND_FUNCTION(imagepng);
641 ZEND_FUNCTION(imagegd);
642 ZEND_FUNCTION(imagegd2);
644 ZEND_FUNCTION(imagebmp);
663 ZEND_FUNCTION(imagearc);
683 ZEND_FUNCTION(imagesx);
[all …]
/php-src/ext/sodium/
H A Dlibsodium_arginfo.h516 ZEND_FUNCTION(sodium_crypto_box);
606 ZEND_FUNCTION(sodium_add);
607 ZEND_FUNCTION(sodium_compare);
608 ZEND_FUNCTION(sodium_increment);
609 ZEND_FUNCTION(sodium_memcmp);
610 ZEND_FUNCTION(sodium_memzero);
611 ZEND_FUNCTION(sodium_pad);
612 ZEND_FUNCTION(sodium_unpad);
613 ZEND_FUNCTION(sodium_bin2hex);
614 ZEND_FUNCTION(sodium_hex2bin);
[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/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/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/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/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/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/odbc/
H A Dodbc_arginfo.h251 ZEND_FUNCTION(odbc_binmode);
253 ZEND_FUNCTION(odbc_prepare);
254 ZEND_FUNCTION(odbc_execute);
255 ZEND_FUNCTION(odbc_cursor);
259 ZEND_FUNCTION(odbc_exec);
266 ZEND_FUNCTION(odbc_result);
269 ZEND_FUNCTION(odbc_connect);
271 ZEND_FUNCTION(odbc_close);
283 ZEND_FUNCTION(odbc_commit);
285 ZEND_FUNCTION(odbc_error);
[all …]
/php-src/ext/opcache/
H A Dopcache_arginfo.h29 ZEND_FUNCTION(opcache_reset);
30 ZEND_FUNCTION(opcache_get_status);
31 ZEND_FUNCTION(opcache_compile_file);
32 ZEND_FUNCTION(opcache_invalidate);
33 ZEND_FUNCTION(opcache_jit_blacklist);
34 ZEND_FUNCTION(opcache_get_configuration);
35 ZEND_FUNCTION(opcache_is_script_cached);
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h341 ZEND_FUNCTION(xmlwriter_open_uri);
358 ZEND_FUNCTION(xmlwriter_start_pi);
359 ZEND_FUNCTION(xmlwriter_end_pi);
360 ZEND_FUNCTION(xmlwriter_write_pi);
362 ZEND_FUNCTION(xmlwriter_end_cdata);
364 ZEND_FUNCTION(xmlwriter_text);
365 ZEND_FUNCTION(xmlwriter_write_raw);
369 ZEND_FUNCTION(xmlwriter_start_dtd);
370 ZEND_FUNCTION(xmlwriter_end_dtd);
371 ZEND_FUNCTION(xmlwriter_write_dtd);
[all …]
/php-src/ext/intl/timezone/
H A Dtimezone_arginfo.h103 ZEND_FUNCTION(intltz_create_default);
112 ZEND_FUNCTION(intltz_get_error_code);
114 ZEND_FUNCTION(intltz_get_gmt);
116 ZEND_FUNCTION(intltz_get_iana_id);
118 ZEND_FUNCTION(intltz_get_id);
119 ZEND_FUNCTION(intltz_get_offset);
120 ZEND_FUNCTION(intltz_get_raw_offset);
121 ZEND_FUNCTION(intltz_get_region);
123 ZEND_FUNCTION(intltz_get_unknown);
124 ZEND_FUNCTION(intltz_get_windows_id);
[all …]
/php-src/ext/intl/msgformat/
H A Dmsgformat_arginfo.h50 ZEND_FUNCTION(msgfmt_create);
51 ZEND_FUNCTION(msgfmt_format);
52 ZEND_FUNCTION(msgfmt_format_message);
53 ZEND_FUNCTION(msgfmt_parse);
54 ZEND_FUNCTION(msgfmt_parse_message);
55 ZEND_FUNCTION(msgfmt_set_pattern);
56 ZEND_FUNCTION(msgfmt_get_pattern);
57 ZEND_FUNCTION(msgfmt_get_locale);
58 ZEND_FUNCTION(msgfmt_get_error_code);
59 ZEND_FUNCTION(msgfmt_get_error_message);

Completed in 128 milliseconds

1234