Home
last modified time | relevance | path

Searched refs:PHP_FUNCTION (Results 51 – 75 of 168) sorted by last modified time

1234567

/php-src/ext/date/
H A Dphp_date.c997 PHP_FUNCTION(date) in PHP_FUNCTION() function
1004 PHP_FUNCTION(gmdate) in PHP_FUNCTION() function
1011 PHP_FUNCTION(idate) in PHP_FUNCTION() function
1080 PHP_FUNCTION(strtotime) in PHP_FUNCTION() function
1223 PHP_FUNCTION(mktime) in PHP_FUNCTION() function
1230 PHP_FUNCTION(gmmktime) in PHP_FUNCTION() function
1237 PHP_FUNCTION(checkdate) in PHP_FUNCTION() function
1357 PHP_FUNCTION(strftime) in PHP_FUNCTION() function
1371 PHP_FUNCTION(time) in PHP_FUNCTION() function
1436 PHP_FUNCTION(getdate) in PHP_FUNCTION() function
[all …]
/php-src/ext/pcre/
H A Dphp_pcre.c1465 PHP_FUNCTION(preg_match) in PHP_FUNCTION() function
1496 PHP_FUNCTION(preg_match_all) in PHP_FUNCTION() function
2373 PHP_FUNCTION(preg_replace) in PHP_FUNCTION() function
2403 PHP_FUNCTION(preg_replace_callback) in PHP_FUNCTION() function
2436 PHP_FUNCTION(preg_replace_callback_array) in PHP_FUNCTION() function
2527 PHP_FUNCTION(preg_filter) in PHP_FUNCTION() function
2534 PHP_FUNCTION(preg_split) in PHP_FUNCTION() function
2758 PHP_FUNCTION(preg_quote) in PHP_FUNCTION() function
2894 PHP_FUNCTION(preg_grep) in PHP_FUNCTION() function
3011 PHP_FUNCTION(preg_last_error) in PHP_FUNCTION() function
[all …]
/php-src/ext/standard/
H A Dmath.c244 PHP_FUNCTION(abs) in PHP_FUNCTION() function
267 PHP_FUNCTION(ceil) in PHP_FUNCTION() function
359 PHP_FUNCTION(sin) in PHP_FUNCTION() function
371 PHP_FUNCTION(cos) in PHP_FUNCTION() function
383 PHP_FUNCTION(tan) in PHP_FUNCTION() function
395 PHP_FUNCTION(asin) in PHP_FUNCTION() function
407 PHP_FUNCTION(acos) in PHP_FUNCTION() function
516 PHP_FUNCTION(pi) in PHP_FUNCTION() function
561 PHP_FUNCTION(pow) in PHP_FUNCTION() function
575 PHP_FUNCTION(exp) in PHP_FUNCTION() function
[all …]
H A Dstring.c171 PHP_FUNCTION(bin2hex) in PHP_FUNCTION() function
187 PHP_FUNCTION(hex2bin) in PHP_FUNCTION() function
269 PHP_FUNCTION(strspn) in PHP_FUNCTION() function
276 PHP_FUNCTION(strcspn) in PHP_FUNCTION() function
470 PHP_FUNCTION(strcoll) in PHP_FUNCTION() function
655 PHP_FUNCTION(trim) in PHP_FUNCTION() function
690 PHP_FUNCTION(rtrim) in PHP_FUNCTION() function
697 PHP_FUNCTION(ltrim) in PHP_FUNCTION() function
1135 PHP_FUNCTION(strtok) in PHP_FUNCTION() function
2690 PHP_FUNCTION(ord) function
[all …]
H A Dmail.c241 PHP_FUNCTION(mail) in PHP_FUNCTION() function
H A Dhttp.c220 PHP_FUNCTION(http_build_query) in PHP_FUNCTION() function
317 PHP_FUNCTION(request_parse_body) in PHP_FUNCTION() function
365 PHP_FUNCTION(http_get_last_response_headers) in PHP_FUNCTION() function
378 PHP_FUNCTION(http_clear_last_response_headers) in PHP_FUNCTION() function
H A Dbasic_functions.c508 PHP_FUNCTION(constant) in PHP_FUNCTION() function
596 PHP_FUNCTION(ip2long) in PHP_FUNCTION() function
614 PHP_FUNCTION(long2ip) in PHP_FUNCTION() function
699 PHP_FUNCTION(getenv) in PHP_FUNCTION() function
738 PHP_FUNCTION(putenv) function
924 PHP_FUNCTION(getopt) function
1105 PHP_FUNCTION(flush) function
1114 PHP_FUNCTION(sleep) function
1132 PHP_FUNCTION(usleep) function
1889 PHP_FUNCTION(ini_get) function
[all …]
H A Ddns.c125 PHP_FUNCTION(gethostname) in PHP_FUNCTION() function
146 PHP_FUNCTION(gethostbyaddr) in PHP_FUNCTION() function
219 PHP_FUNCTION(gethostbyname) in PHP_FUNCTION() function
245 PHP_FUNCTION(gethostbynamel) in PHP_FUNCTION() function
367 PHP_FUNCTION(dns_check_record) in PHP_FUNCTION() function
808 PHP_FUNCTION(dns_get_record) in PHP_FUNCTION() function
1048 PHP_FUNCTION(dns_get_mx) in PHP_FUNCTION() function
H A Dhtml.c1339 PHP_FUNCTION(htmlspecialchars) in PHP_FUNCTION() function
1346 PHP_FUNCTION(htmlspecialchars_decode) in PHP_FUNCTION() function
1364 PHP_FUNCTION(html_entity_decode) in PHP_FUNCTION() function
1385 PHP_FUNCTION(htmlentities) in PHP_FUNCTION() function
1447 PHP_FUNCTION(get_html_translation_table) in PHP_FUNCTION() function
H A Dinfo.c1256 PHP_FUNCTION(phpinfo) in PHP_FUNCTION() function
1276 PHP_FUNCTION(phpversion) in PHP_FUNCTION() function
1300 PHP_FUNCTION(phpcredits) in PHP_FUNCTION() function
1315 PHP_FUNCTION(php_sapi_name) in PHP_FUNCTION() function
1329 PHP_FUNCTION(php_uname) in PHP_FUNCTION() function
1345 PHP_FUNCTION(php_ini_scanned_files) in PHP_FUNCTION() function
1358 PHP_FUNCTION(php_ini_loaded_file) in PHP_FUNCTION() function
H A Dfile.c224 PHP_FUNCTION(flock) in PHP_FUNCTION() function
594 PHP_FUNCTION(file) in PHP_FUNCTION() function
735 PHP_FUNCTION(fopen) in PHP_FUNCTION() function
790 PHP_FUNCTION(popen) in PHP_FUNCTION() function
845 PHP_FUNCTION(pclose) in PHP_FUNCTION() function
1145 PHP_FUNCTION(mkdir) in PHP_FUNCTION() function
1169 PHP_FUNCTION(rmdir) in PHP_FUNCTION() function
1220 PHP_FUNCTION(umask) in PHP_FUNCTION() function
1336 PHP_FUNCTION(fsync) in PHP_FUNCTION() function
1474 PHP_FUNCTION(fstat) in PHP_FUNCTION() function
[all …]
H A Dtype.c21 PHP_FUNCTION(gettype) in PHP_FUNCTION() function
85 PHP_FUNCTION(settype) in PHP_FUNCTION() function
143 PHP_FUNCTION(intval) in PHP_FUNCTION() function
202 PHP_FUNCTION(floatval) in PHP_FUNCTION() function
215 PHP_FUNCTION(boolval) in PHP_FUNCTION() function
228 PHP_FUNCTION(strval) in PHP_FUNCTION() function
264 PHP_FUNCTION(is_null) in PHP_FUNCTION() function
280 PHP_FUNCTION(is_bool) in PHP_FUNCTION() function
294 PHP_FUNCTION(is_int) in PHP_FUNCTION() function
302 PHP_FUNCTION(is_float) in PHP_FUNCTION() function
[all …]
H A Duniqid.c41 PHP_FUNCTION(uniqid) in PHP_FUNCTION() function
/php-src/ext/com_dotnet/
H A Dcom_com.c275 PHP_FUNCTION(com_get_active_object) in PHP_FUNCTION() function
653 PHP_FUNCTION(com_create_guid) in PHP_FUNCTION() function
674 PHP_FUNCTION(com_event_sink) in PHP_FUNCTION() function
737 PHP_FUNCTION(com_print_typeinfo) in PHP_FUNCTION() function
771 PHP_FUNCTION(com_message_pump) in PHP_FUNCTION() function
798 PHP_FUNCTION(com_load_typelib) in PHP_FUNCTION() function
H A Dcom_variant.c505 PHP_FUNCTION(variant_set) in PHP_FUNCTION() function
651 PHP_FUNCTION(variant_add) in PHP_FUNCTION() function
658 PHP_FUNCTION(variant_cat) in PHP_FUNCTION() function
665 PHP_FUNCTION(variant_sub) in PHP_FUNCTION() function
672 PHP_FUNCTION(variant_mul) in PHP_FUNCTION() function
679 PHP_FUNCTION(variant_and) in PHP_FUNCTION() function
686 PHP_FUNCTION(variant_div) in PHP_FUNCTION() function
693 PHP_FUNCTION(variant_eqv) in PHP_FUNCTION() function
707 PHP_FUNCTION(variant_imp) in PHP_FUNCTION() function
714 PHP_FUNCTION(variant_mod) in PHP_FUNCTION() function
[all …]
H A Dcom_handlers.c249 static PHP_FUNCTION(com_method_handler) in PHP_FUNCTION() function
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c160 PHP_FUNCTION( resourcebundle_create ) in PHP_FUNCTION() function
262 PHP_FUNCTION( resourcebundle_get ) in PHP_FUNCTION() function
320 PHP_FUNCTION( resourcebundle_count ) in PHP_FUNCTION() function
336 PHP_FUNCTION( resourcebundle_locales ) in PHP_FUNCTION() function
377 PHP_FUNCTION( resourcebundle_get_error_code ) in PHP_FUNCTION() function
394 PHP_FUNCTION( resourcebundle_get_error_message ) in PHP_FUNCTION() function
/php-src/ext/sockets/
H A Dsendrecvmsg.c178 PHP_FUNCTION(socket_sendmsg) in PHP_FUNCTION() function
219 PHP_FUNCTION(socket_recvmsg) in PHP_FUNCTION() function
284 PHP_FUNCTION(socket_cmsg_space) in PHP_FUNCTION() function
/php-src/ext/dl_test/
H A Ddl_test.c29 PHP_FUNCTION(dl_test_test1) in PHP_FUNCTION() function
38 PHP_FUNCTION(dl_test_test2) in PHP_FUNCTION() function
59 PHP_FUNCTION(dl_test_use_register_functions_directly) in ZEND_END_ARG_INFO()
/php-src/ext/sysvsem/
H A Dsysvsem.c172 PHP_FUNCTION(sem_get) in PHP_FUNCTION() function
312 PHP_FUNCTION(sem_acquire) in PHP_FUNCTION() function
319 PHP_FUNCTION(sem_release) in PHP_FUNCTION() function
332 PHP_FUNCTION(sem_remove) in PHP_FUNCTION() function
/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp49 U_CFUNC PHP_FUNCTION(intltz_create_time_zone) in PHP_FUNCTION() function
101 U_CFUNC PHP_FUNCTION(intltz_create_default) in PHP_FUNCTION() function
113 U_CFUNC PHP_FUNCTION(intltz_get_gmt) in PHP_FUNCTION() function
124 U_CFUNC PHP_FUNCTION(intltz_get_unknown) in PHP_FUNCTION() function
299 U_CFUNC PHP_FUNCTION(intltz_get_region) in PHP_FUNCTION() function
372 U_CFUNC PHP_FUNCTION(intltz_get_iana_id) in PHP_FUNCTION() function
402 U_CFUNC PHP_FUNCTION(intltz_get_id) in PHP_FUNCTION() function
439 U_CFUNC PHP_FUNCTION(intltz_get_offset) in PHP_FUNCTION() function
470 U_CFUNC PHP_FUNCTION(intltz_get_raw_offset) in PHP_FUNCTION() function
484 U_CFUNC PHP_FUNCTION(intltz_has_same_rules) in PHP_FUNCTION() function
[all …]
/php-src/docs-old/
H A Dinput-filter.md145 PHP_FUNCTION(my_get_raw)
/php-src/ext/ldap/
H A Dldap.c1119 PHP_FUNCTION(ldap_bind) in PHP_FUNCTION() function
1372 PHP_FUNCTION(ldap_unbind) in PHP_FUNCTION() function
1709 PHP_FUNCTION(ldap_read) in PHP_FUNCTION() function
1716 PHP_FUNCTION(ldap_list) in PHP_FUNCTION() function
1723 PHP_FUNCTION(ldap_search) in PHP_FUNCTION() function
2091 PHP_FUNCTION(ldap_get_dn) in PHP_FUNCTION() function
2154 PHP_FUNCTION(ldap_dn2ufn) in PHP_FUNCTION() function
2361 PHP_FUNCTION(ldap_add) in PHP_FUNCTION() function
2852 PHP_FUNCTION(ldap_errno) in PHP_FUNCTION() function
2882 PHP_FUNCTION(ldap_error) in PHP_FUNCTION() function
[all …]
/php-src/sapi/cli/
H A Dphp_cli_server.c407 PHP_FUNCTION(apache_request_headers) /* {{{ */ in PHP_FUNCTION() function
450 PHP_FUNCTION(apache_response_headers) /* {{{ */ in PHP_FUNCTION() function
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c1489 PHP_FUNCTION(fastcgi_finish_request) /* {{{ */ in PHP_FUNCTION() function
1511 PHP_FUNCTION(apache_request_headers) /* {{{ */ in PHP_FUNCTION() function
1526 PHP_FUNCTION(fpm_get_status) /* {{{ */ in PHP_FUNCTION() function

Completed in 180 milliseconds

1234567