Home
last modified time | relevance | path

Searched refs:PHP_FUNCTION (Results 101 – 125 of 305) sorted by relevance

12345678910>>...13

/PHP-5.3/ext/standard/
H A Dpack.h25 PHP_FUNCTION(pack);
26 PHP_FUNCTION(unpack);
H A Dbase64.h24 PHP_FUNCTION(base64_decode);
25 PHP_FUNCTION(base64_encode);
H A Dphp_mail.h24 PHP_FUNCTION(mail);
27 PHP_FUNCTION(ezmlm_hash);
H A Dphp_uuencode.h24 PHP_FUNCTION(convert_uudecode);
25 PHP_FUNCTION(convert_uuencode);
H A Dphp_assert.h29 PHP_FUNCTION(assert);
30 PHP_FUNCTION(assert_options);
H A Dquot_print.h27 PHP_FUNCTION(quoted_printable_decode);
28 PHP_FUNCTION(quoted_printable_encode);
H A Drand.c231 PHP_FUNCTION(srand) in PHP_FUNCTION() function
247 PHP_FUNCTION(mt_srand) in PHP_FUNCTION() function
290 PHP_FUNCTION(rand) in PHP_FUNCTION() function
311 PHP_FUNCTION(mt_rand) in PHP_FUNCTION() function
350 PHP_FUNCTION(getrandmax) in PHP_FUNCTION() function
362 PHP_FUNCTION(mt_getrandmax) in PHP_FUNCTION() function
H A Dsha1.h38 PHP_FUNCTION(sha1);
39 PHP_FUNCTION(sha1_file);
/PHP-5.3/ext/intl/idn/
H A Didn.h25 PHP_FUNCTION(idn_to_ascii);
26 PHP_FUNCTION(idn_to_utf8);
/PHP-5.3/ext/mcrypt/
H A Dmcrypt.c547 PHP_FUNCTION(mcrypt_module_open) in PHP_FUNCTION() function
655 PHP_FUNCTION(mcrypt_generic) in PHP_FUNCTION() function
700 PHP_FUNCTION(mdecrypt_generic) in PHP_FUNCTION() function
1015 PHP_FUNCTION(mcrypt_list_modes) in PHP_FUNCTION() function
1277 PHP_FUNCTION(mcrypt_encrypt) in PHP_FUNCTION() function
1293 PHP_FUNCTION(mcrypt_decrypt) in PHP_FUNCTION() function
1309 PHP_FUNCTION(mcrypt_ecb) in PHP_FUNCTION() function
1325 PHP_FUNCTION(mcrypt_cbc) in PHP_FUNCTION() function
1341 PHP_FUNCTION(mcrypt_cfb) in PHP_FUNCTION() function
1357 PHP_FUNCTION(mcrypt_ofb) in PHP_FUNCTION() function
[all …]
/PHP-5.3/ext/intl/formatter/
H A Dformatter_format.h22 PHP_FUNCTION( numfmt_format );
23 PHP_FUNCTION( numfmt_format_currency );
H A Dformatter_attr.c33 PHP_FUNCTION( numfmt_get_attribute ) in PHP_FUNCTION() function
102 PHP_FUNCTION( numfmt_get_text_attribute ) in PHP_FUNCTION() function
146 PHP_FUNCTION( numfmt_set_attribute ) in PHP_FUNCTION() function
208 PHP_FUNCTION( numfmt_set_text_attribute ) in PHP_FUNCTION() function
250 PHP_FUNCTION( numfmt_get_symbol ) in PHP_FUNCTION() function
298 PHP_FUNCTION( numfmt_set_symbol ) in PHP_FUNCTION() function
345 PHP_FUNCTION( numfmt_get_pattern ) in PHP_FUNCTION() function
387 PHP_FUNCTION( numfmt_set_pattern ) in PHP_FUNCTION() function
427 PHP_FUNCTION( numfmt_get_locale ) in PHP_FUNCTION() function
/PHP-5.3/ext/tidy/
H A Dtidy.c227 static PHP_FUNCTION(tidy_getopt);
233 static PHP_FUNCTION(tidy_diagnose);
243 static PHP_FUNCTION(tidy_is_xhtml);
244 static PHP_FUNCTION(tidy_is_xml);
250 static PHP_FUNCTION(ob_tidyhandler);
252 static PHP_FUNCTION(tidy_get_root);
253 static PHP_FUNCTION(tidy_get_html);
254 static PHP_FUNCTION(tidy_get_head);
255 static PHP_FUNCTION(tidy_get_body);
1429 static PHP_FUNCTION(tidy_is_xml) in PHP_FUNCTION() function
[all …]
H A Dphp_tidy.h29 #define TIDY_NODE_METHOD(name) PHP_FUNCTION(tnm_ ##name)
32 #define TIDY_DOC_METHOD(name) PHP_FUNCTION(tdm_ ##name)
34 #define TIDY_ATTR_METHOD(name) PHP_FUNCTION(tam_ ##name)
/PHP-5.3/ext/recode/
H A Dphp_recode.h32 PHP_FUNCTION(recode_string);
33 PHP_FUNCTION(recode_file);
/PHP-5.3/ext/com_dotnet/
H A Dcom_variant.c468 PHP_FUNCTION(variant_set) in PHP_FUNCTION() function
615 PHP_FUNCTION(variant_add) in PHP_FUNCTION() function
623 PHP_FUNCTION(variant_cat) in PHP_FUNCTION() function
631 PHP_FUNCTION(variant_sub) in PHP_FUNCTION() function
639 PHP_FUNCTION(variant_mul) in PHP_FUNCTION() function
647 PHP_FUNCTION(variant_and) in PHP_FUNCTION() function
655 PHP_FUNCTION(variant_div) in PHP_FUNCTION() function
663 PHP_FUNCTION(variant_eqv) in PHP_FUNCTION() function
679 PHP_FUNCTION(variant_imp) in PHP_FUNCTION() function
687 PHP_FUNCTION(variant_mod) in PHP_FUNCTION() function
[all …]
/PHP-5.3/ext/spl/
H A Dphp_spl.h83 PHP_FUNCTION(spl_classes);
84 PHP_FUNCTION(class_parents);
85 PHP_FUNCTION(class_implements);
/PHP-5.3/ext/bz2/
H A Dbz2.c46 static PHP_FUNCTION(bzopen);
47 static PHP_FUNCTION(bzread);
48 static PHP_FUNCTION(bzerrno);
49 static PHP_FUNCTION(bzerrstr);
50 static PHP_FUNCTION(bzerror);
51 static PHP_FUNCTION(bzcompress);
328 static PHP_FUNCTION(bzread) in PHP_FUNCTION() function
368 static PHP_FUNCTION(bzopen) in PHP_FUNCTION() function
463 static PHP_FUNCTION(bzerrno) in PHP_FUNCTION() function
471 static PHP_FUNCTION(bzerrstr) in PHP_FUNCTION() function
[all …]
/PHP-5.3/ext/ftp/
H A Dphp_ftp.c412 PHP_FUNCTION(ftp_login) in PHP_FUNCTION() function
437 PHP_FUNCTION(ftp_pwd) in PHP_FUNCTION() function
460 PHP_FUNCTION(ftp_cdup) in PHP_FUNCTION() function
482 PHP_FUNCTION(ftp_chdir) in PHP_FUNCTION() function
507 PHP_FUNCTION(ftp_exec) in PHP_FUNCTION() function
532 PHP_FUNCTION(ftp_raw) in PHP_FUNCTION() function
736 PHP_FUNCTION(ftp_fget) in PHP_FUNCTION() function
828 PHP_FUNCTION(ftp_pasv) in PHP_FUNCTION() function
850 PHP_FUNCTION(ftp_get) in PHP_FUNCTION() function
1018 PHP_FUNCTION(ftp_fput) in PHP_FUNCTION() function
[all …]
/PHP-5.3/ext/tokenizer/
H A Dphp_tokenizer.h38 PHP_FUNCTION(token_get_all);
39 PHP_FUNCTION(token_name);
/PHP-5.3/ext/dom/
H A Ddomimplementationsource.c60 PHP_FUNCTION(dom_domimplementationsource_get_domimplementation) in PHP_FUNCTION() function
70 PHP_FUNCTION(dom_domimplementationsource_get_domimplementations) in PHP_FUNCTION() function
H A Dstring_extend.c59 PHP_FUNCTION(dom_string_extend_find_offset16) in PHP_FUNCTION() function
69 PHP_FUNCTION(dom_string_extend_find_offset32) in PHP_FUNCTION() function
H A Dnamelist.c71 PHP_FUNCTION(dom_namelist_get_name) in PHP_FUNCTION() function
81 PHP_FUNCTION(dom_namelist_get_namespace_uri) in PHP_FUNCTION() function
/PHP-5.3/sapi/apache2filter/
H A Dphp_functions.c60 PHP_FUNCTION(virtual) in PHP_FUNCTION() function
98 PHP_FUNCTION(apache_lookup_uri) in PHP_FUNCTION() function
153 PHP_FUNCTION(apache_request_headers) in PHP_FUNCTION() function
173 PHP_FUNCTION(apache_response_headers) in PHP_FUNCTION() function
193 PHP_FUNCTION(apache_note) in PHP_FUNCTION() function
223 PHP_FUNCTION(apache_setenv) in PHP_FUNCTION() function
251 PHP_FUNCTION(apache_getenv) in PHP_FUNCTION() function
292 PHP_FUNCTION(apache_get_version) in PHP_FUNCTION() function
306 PHP_FUNCTION(apache_get_modules) in PHP_FUNCTION() function
/PHP-5.3/ext/curl/
H A Dmulti.c54 PHP_FUNCTION(curl_multi_init) in PHP_FUNCTION() function
73 PHP_FUNCTION(curl_multi_add_handle) in PHP_FUNCTION() function
135 PHP_FUNCTION(curl_multi_remove_handle) in PHP_FUNCTION() function
170 PHP_FUNCTION(curl_multi_select) in PHP_FUNCTION() function
203 PHP_FUNCTION(curl_multi_exec) in PHP_FUNCTION() function
241 PHP_FUNCTION(curl_multi_getcontent) in PHP_FUNCTION() function
261 PHP_FUNCTION(curl_multi_info_read) in PHP_FUNCTION() function
324 PHP_FUNCTION(curl_multi_close) in PHP_FUNCTION() function

Completed in 52 milliseconds

12345678910>>...13