Home
last modified time | relevance | path

Searched refs:PHP_FUNCTION (Results 76 – 100 of 322) sorted by relevance

12345678910>>...13

/PHP-7.2/ext/standard/
H A Dphp_var.h27 PHP_FUNCTION(var_dump);
28 PHP_FUNCTION(var_export);
29 PHP_FUNCTION(debug_zval_dump);
30 PHP_FUNCTION(serialize);
31 PHP_FUNCTION(unserialize);
32 PHP_FUNCTION(memory_get_usage);
33 PHP_FUNCTION(memory_get_peak_usage);
H A Dmath.c290 PHP_FUNCTION(abs) in PHP_FUNCTION() function
315 PHP_FUNCTION(ceil) in PHP_FUNCTION() function
408 PHP_FUNCTION(sin) in PHP_FUNCTION() function
421 PHP_FUNCTION(cos) in PHP_FUNCTION() function
434 PHP_FUNCTION(tan) in PHP_FUNCTION() function
447 PHP_FUNCTION(asin) in PHP_FUNCTION() function
460 PHP_FUNCTION(acos) in PHP_FUNCTION() function
578 PHP_FUNCTION(pi) in PHP_FUNCTION() function
625 PHP_FUNCTION(pow) in PHP_FUNCTION() function
640 PHP_FUNCTION(exp) in PHP_FUNCTION() function
[all …]
H A Dphp_image.h25 PHP_FUNCTION(getimagesize);
26 PHP_FUNCTION(getimagesizefromstring);
28 PHP_FUNCTION(image_type_to_mime_type);
29 PHP_FUNCTION(image_type_to_extension);
H A Dhtml.h51 PHP_FUNCTION(htmlspecialchars);
52 PHP_FUNCTION(htmlentities);
53 PHP_FUNCTION(htmlspecialchars_decode);
54 PHP_FUNCTION(html_entity_decode);
55 PHP_FUNCTION(get_html_translation_table);
H A Dmicrotime.h25 PHP_FUNCTION(microtime);
26 PHP_FUNCTION(gettimeofday);
29 PHP_FUNCTION(getrusage);
H A Dphp_ext_syslog.h35 PHP_FUNCTION(openlog);
36 PHP_FUNCTION(syslog);
37 PHP_FUNCTION(closelog);
H A Dpageinfo.c97 PHP_FUNCTION(getmyuid) in PHP_FUNCTION() function
116 PHP_FUNCTION(getmygid) in PHP_FUNCTION() function
135 PHP_FUNCTION(getmypid) in PHP_FUNCTION() function
154 PHP_FUNCTION(getmyinode) in PHP_FUNCTION() function
177 PHP_FUNCTION(getlastmod) in PHP_FUNCTION() function
H A Dfsock.h32 PHP_FUNCTION(fsockopen);
33 PHP_FUNCTION(pfsockopen);
H A Dphp_iptc.h24 PHP_FUNCTION(iptcparse);
25 PHP_FUNCTION(iptcembed);
/PHP-7.2/ext/intl/msgformat/
H A Dmsgformat_attr.h22 PHP_FUNCTION( msgfmt_set_pattern );
23 PHP_FUNCTION( msgfmt_get_pattern );
24 PHP_FUNCTION( msgfmt_get_locale );
H A Dmsgformat.h22 PHP_FUNCTION( msgfmt_create );
23 PHP_FUNCTION( msgfmt_get_error_code );
24 PHP_FUNCTION( msgfmt_get_error_message );
/PHP-7.2/ext/intl/formatter/
H A Dformatter_main.h22 PHP_FUNCTION( numfmt_create );
23 PHP_FUNCTION( numfmt_get_error_code );
24 PHP_FUNCTION( numfmt_get_error_message );
/PHP-7.2/ext/oci8/
H A Doci8_interface.c290 PHP_FUNCTION(oci_lob_save) in PHP_FUNCTION() function
365 PHP_FUNCTION(oci_lob_load) in PHP_FUNCTION() function
402 PHP_FUNCTION(oci_lob_read) in PHP_FUNCTION() function
449 PHP_FUNCTION(oci_lob_eof) in PHP_FUNCTION() function
1194 PHP_FUNCTION(oci_commit) in PHP_FUNCTION() function
1414 PHP_FUNCTION(oci_cancel) in PHP_FUNCTION() function
1434 PHP_FUNCTION(oci_fetch) in PHP_FUNCTION() function
1642 PHP_FUNCTION(oci_close) in PHP_FUNCTION() function
1706 PHP_FUNCTION(oci_error) in PHP_FUNCTION() function
1796 PHP_FUNCTION(oci_parse) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/intl/dateformat/
H A Ddateformat.h21 PHP_FUNCTION( datefmt_create );
22 PHP_FUNCTION( datefmt_get_error_code );
23 PHP_FUNCTION( datefmt_get_error_message );
H A Ddateformat_attr.c34 PHP_FUNCTION( datefmt_get_datetype ) in PHP_FUNCTION() function
60 PHP_FUNCTION( datefmt_get_timetype ) in PHP_FUNCTION() function
86 PHP_FUNCTION( datefmt_get_pattern ) in PHP_FUNCTION() function
128 PHP_FUNCTION( datefmt_set_pattern ) in PHP_FUNCTION() function
170 PHP_FUNCTION( datefmt_get_locale ) in PHP_FUNCTION() function
201 PHP_FUNCTION( datefmt_is_lenient ) in PHP_FUNCTION() function
228 PHP_FUNCTION( datefmt_set_lenient ) in PHP_FUNCTION() function
/PHP-7.2/ext/intl/calendar/
H A Dcalendar_methods.cpp185 U_CFUNC PHP_FUNCTION(intlcal_get_now) in PHP_FUNCTION() function
250 U_CFUNC PHP_FUNCTION(intlcal_get) in PHP_FUNCTION() function
256 U_CFUNC PHP_FUNCTION(intlcal_get_time) in PHP_FUNCTION() function
276 U_CFUNC PHP_FUNCTION(intlcal_set_time) in PHP_FUNCTION() function
296 U_CFUNC PHP_FUNCTION(intlcal_add) in PHP_FUNCTION() function
390 U_CFUNC PHP_FUNCTION(intlcal_after) in PHP_FUNCTION() function
395 U_CFUNC PHP_FUNCTION(intlcal_before) in PHP_FUNCTION() function
400 U_CFUNC PHP_FUNCTION(intlcal_set) in PHP_FUNCTION() function
463 U_CFUNC PHP_FUNCTION(intlcal_roll) in PHP_FUNCTION() function
523 U_CFUNC PHP_FUNCTION(intlcal_clear) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/spl/
H A Dphp_spl.h68 PHP_FUNCTION(spl_classes);
69 PHP_FUNCTION(class_parents);
70 PHP_FUNCTION(class_implements);
71 PHP_FUNCTION(class_uses);
/PHP-7.2/ext/posix/
H A Dposix.c460 PHP_FUNCTION(posix_kill) in PHP_FUNCTION() function
480 PHP_FUNCTION(posix_getpid) in PHP_FUNCTION() function
496 PHP_FUNCTION(posix_getuid) in PHP_FUNCTION() function
504 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() function
528 PHP_FUNCTION(posix_setuid) in PHP_FUNCTION() function
536 PHP_FUNCTION(posix_setgid) in PHP_FUNCTION() function
617 PHP_FUNCTION(posix_setsid) in PHP_FUNCTION() function
667 PHP_FUNCTION(posix_getsid) in PHP_FUNCTION() function
686 PHP_FUNCTION(posix_uname) in PHP_FUNCTION() function
717 PHP_FUNCTION(posix_times) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_methods.cpp47 U_CFUNC PHP_FUNCTION(intltz_create_time_zone) in PHP_FUNCTION() function
103 U_CFUNC PHP_FUNCTION(intltz_create_default) in PHP_FUNCTION() function
117 U_CFUNC PHP_FUNCTION(intltz_get_gmt) in PHP_FUNCTION() function
131 U_CFUNC PHP_FUNCTION(intltz_get_unknown) in PHP_FUNCTION() function
321 U_CFUNC PHP_FUNCTION(intltz_get_region) in PHP_FUNCTION() function
400 U_CFUNC PHP_FUNCTION(intltz_get_id) in PHP_FUNCTION() function
441 U_CFUNC PHP_FUNCTION(intltz_get_offset) in PHP_FUNCTION() function
476 U_CFUNC PHP_FUNCTION(intltz_get_raw_offset) in PHP_FUNCTION() function
492 U_CFUNC PHP_FUNCTION(intltz_has_same_rules) in PHP_FUNCTION() function
609 U_CFUNC PHP_FUNCTION(intltz_get_error_code) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/dom/
H A Ddomconfiguration.c66 PHP_FUNCTION(dom_domconfiguration_set_parameter) in PHP_FUNCTION() function
76 PHP_FUNCTION(dom_domconfiguration_get_parameter) in PHP_FUNCTION() function
86 PHP_FUNCTION(dom_domconfiguration_can_set_parameter) in PHP_FUNCTION() function
/PHP-7.2/ext/intl/collator/
H A Dcollator_attr.c34 PHP_FUNCTION( collator_get_attribute ) in PHP_FUNCTION() function
65 PHP_FUNCTION( collator_set_attribute ) in PHP_FUNCTION() function
97 PHP_FUNCTION( collator_get_strength ) in PHP_FUNCTION() function
124 PHP_FUNCTION( collator_set_strength ) in PHP_FUNCTION() function
H A Dcollator_error.h23 PHP_FUNCTION( collator_get_error_code );
24 PHP_FUNCTION( collator_get_error_message );
/PHP-7.2/ext/sockets/
H A Dsendrecvmsg.h8 PHP_FUNCTION(socket_sendmsg);
9 PHP_FUNCTION(socket_recvmsg);
10 PHP_FUNCTION(socket_cmsg_space);
/PHP-7.2/ext/enchant/
H A Denchant.c351 PHP_FUNCTION(enchant_broker_init) in PHP_FUNCTION() function
377 PHP_FUNCTION(enchant_broker_free) in PHP_FUNCTION() function
394 PHP_FUNCTION(enchant_broker_get_error) in PHP_FUNCTION() function
514 PHP_FUNCTION(enchant_broker_list_dicts) in PHP_FUNCTION() function
627 PHP_FUNCTION(enchant_broker_free_dict) in PHP_FUNCTION() function
691 PHP_FUNCTION(enchant_broker_describe) in PHP_FUNCTION() function
710 PHP_FUNCTION(enchant_dict_quick_check) in PHP_FUNCTION() function
756 PHP_FUNCTION(enchant_dict_check) in PHP_FUNCTION() function
775 PHP_FUNCTION(enchant_dict_suggest) in PHP_FUNCTION() function
888 PHP_FUNCTION(enchant_dict_get_error) in PHP_FUNCTION() function
[all …]
/PHP-7.2/ext/mysqli/
H A Dmysqli_api.c164 PHP_FUNCTION(mysqli_autocommit) in PHP_FUNCTION() function
719 PHP_FUNCTION(mysqli_close) in PHP_FUNCTION() function
741 PHP_FUNCTION(mysqli_commit) function
795 PHP_FUNCTION(mysqli_debug) function
827 PHP_FUNCTION(mysqli_errno) function
842 PHP_FUNCTION(mysqli_error) function
1469 PHP_FUNCTION(mysqli_info) function
1527 PHP_FUNCTION(mysqli_init) function
1560 PHP_FUNCTION(mysqli_kill) function
1820 PHP_FUNCTION(mysqli_ping) function
[all …]

Completed in 91 milliseconds

12345678910>>...13