Home
last modified time | relevance | path

Searched defs:PHP_FUNCTION (Results 51 – 75 of 191) sorted by relevance

12345678

/PHP-7.1/ext/standard/
H A Dstring.c250 PHP_FUNCTION(bin2hex) in PHP_FUNCTION() function
271 PHP_FUNCTION(hex2bin) in PHP_FUNCTION() function
352 PHP_FUNCTION(strspn) in PHP_FUNCTION() function
360 PHP_FUNCTION(strcspn) in PHP_FUNCTION() function
911 PHP_FUNCTION(trim) in PHP_FUNCTION() function
919 PHP_FUNCTION(rtrim) in PHP_FUNCTION() function
927 PHP_FUNCTION(ltrim) in PHP_FUNCTION() function
1311 PHP_FUNCTION(strtok) in PHP_FUNCTION() function
2705 PHP_FUNCTION(ord) function
2721 PHP_FUNCTION(chr) function
[all …]
H A Dexec.c248 PHP_FUNCTION(exec) in PHP_FUNCTION() function
256 PHP_FUNCTION(system) in PHP_FUNCTION() function
264 PHP_FUNCTION(passthru) in PHP_FUNCTION() function
471 PHP_FUNCTION(escapeshellcmd) in PHP_FUNCTION() function
494 PHP_FUNCTION(escapeshellarg) in PHP_FUNCTION() function
515 PHP_FUNCTION(shell_exec) function
549 PHP_FUNCTION(proc_nice) function
H A Dlink.c55 PHP_FUNCTION(readlink) in PHP_FUNCTION() function
85 PHP_FUNCTION(linkinfo) in PHP_FUNCTION() function
119 PHP_FUNCTION(symlink) in PHP_FUNCTION() function
177 PHP_FUNCTION(link) in PHP_FUNCTION() function
H A Dmicrotime.c94 PHP_FUNCTION(microtime) in PHP_FUNCTION() function
102 PHP_FUNCTION(gettimeofday) in PHP_FUNCTION() function
112 PHP_FUNCTION(getrusage) in PHP_FUNCTION() function
H A Dsyslog.c135 PHP_FUNCTION(openlog) in PHP_FUNCTION() function
159 PHP_FUNCTION(closelog) in PHP_FUNCTION() function
176 PHP_FUNCTION(syslog) in PHP_FUNCTION() function
H A Duser_filters.c45 PHP_FUNCTION(user_filter_nop) in PHP_FUNCTION() function
396 PHP_FUNCTION(stream_bucket_make_writeable) in PHP_FUNCTION() function
478 PHP_FUNCTION(stream_bucket_prepend) in PHP_FUNCTION() function
486 PHP_FUNCTION(stream_bucket_append) in PHP_FUNCTION() function
494 PHP_FUNCTION(stream_bucket_new) in PHP_FUNCTION() function
533 PHP_FUNCTION(stream_get_filters) in PHP_FUNCTION() function
559 PHP_FUNCTION(stream_filter_register) in PHP_FUNCTION() function
H A Dfilestat.c183 PHP_FUNCTION(disk_total_space) in PHP_FUNCTION() function
280 PHP_FUNCTION(disk_free_space) in PHP_FUNCTION() function
417 PHP_FUNCTION(chgrp) in PHP_FUNCTION() function
426 PHP_FUNCTION(lchgrp) in PHP_FUNCTION() function
556 PHP_FUNCTION(chown) in PHP_FUNCTION() function
565 PHP_FUNCTION(lchown) in PHP_FUNCTION() function
580 PHP_FUNCTION(chmod) in PHP_FUNCTION() function
626 PHP_FUNCTION(touch) in PHP_FUNCTION() function
741 PHP_FUNCTION(clearstatcache) in PHP_FUNCTION() function
1119 PHP_FUNCTION(realpath_cache_get) in PHP_FUNCTION() function
H A Dlink_win32.c63 PHP_FUNCTION(readlink) in PHP_FUNCTION() function
87 PHP_FUNCTION(linkinfo) in PHP_FUNCTION() function
121 PHP_FUNCTION(symlink) in PHP_FUNCTION() function
203 PHP_FUNCTION(link) in PHP_FUNCTION() function
/PHP-7.1/ext/dom/
H A Delement.c322 PHP_FUNCTION(dom_element_get_attribute) in PHP_FUNCTION() function
365 PHP_FUNCTION(dom_element_set_attribute) in PHP_FUNCTION() function
432 PHP_FUNCTION(dom_element_remove_attribute) in PHP_FUNCTION() function
480 PHP_FUNCTION(dom_element_get_attribute_node) in PHP_FUNCTION() function
527 PHP_FUNCTION(dom_element_set_attribute_node) in PHP_FUNCTION() function
656 PHP_FUNCTION(dom_element_get_attribute_ns) in PHP_FUNCTION() function
736 PHP_FUNCTION(dom_element_set_attribute_ns) in PHP_FUNCTION() function
864 PHP_FUNCTION(dom_element_remove_attribute_ns) in PHP_FUNCTION() function
1077 PHP_FUNCTION(dom_element_has_attribute) in PHP_FUNCTION() function
1105 PHP_FUNCTION(dom_element_has_attribute_ns) in PHP_FUNCTION() function
[all …]
H A Dnode.c927 PHP_FUNCTION(dom_node_insert_before) in PHP_FUNCTION() function
1088 PHP_FUNCTION(dom_node_replace_child) in PHP_FUNCTION() function
1176 PHP_FUNCTION(dom_node_remove_child) in PHP_FUNCTION() function
1227 PHP_FUNCTION(dom_node_append_child) in PHP_FUNCTION() function
1356 PHP_FUNCTION(dom_node_clone_node) in PHP_FUNCTION() function
1417 PHP_FUNCTION(dom_node_normalize) in PHP_FUNCTION() function
1438 PHP_FUNCTION(dom_node_is_supported) in PHP_FUNCTION() function
1497 PHP_FUNCTION(dom_node_is_same_node) in PHP_FUNCTION() function
1523 PHP_FUNCTION(dom_node_lookup_prefix) in PHP_FUNCTION() function
1641 PHP_FUNCTION(dom_node_is_equal_node) in PHP_FUNCTION() function
[all …]
H A Ddocument.c695 PHP_FUNCTION(dom_document_create_element) in PHP_FUNCTION() function
785 PHP_FUNCTION(dom_document_create_comment) in PHP_FUNCTION() function
974 PHP_FUNCTION(dom_document_import_node) in PHP_FUNCTION() function
1217 PHP_FUNCTION(dom_document_adopt_node) in PHP_FUNCTION() function
1247 PHP_FUNCTION(dom_document_rename_node) in PHP_FUNCTION() function
1563 PHP_FUNCTION(dom_document_save) in PHP_FUNCTION() function
1608 PHP_FUNCTION(dom_document_savexml) in PHP_FUNCTION() function
1718 PHP_FUNCTION(dom_document_xinclude) in PHP_FUNCTION() function
1764 PHP_FUNCTION(dom_document_validate) in PHP_FUNCTION() function
2109 PHP_FUNCTION(dom_document_save_html_file) in PHP_FUNCTION() function
[all …]
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_attr.c34 PHP_FUNCTION( msgfmt_get_pattern ) in PHP_FUNCTION() function
62 PHP_FUNCTION( msgfmt_set_pattern ) in PHP_FUNCTION() function
121 PHP_FUNCTION( msgfmt_get_locale ) in PHP_FUNCTION() function
/PHP-7.1/ext/sysvshm/
H A Dsysvshm.c152 PHP_FUNCTION(shm_attach) in PHP_FUNCTION() function
210 PHP_FUNCTION(shm_detach) in PHP_FUNCTION() function
225 PHP_FUNCTION(shm_remove) in PHP_FUNCTION() function
246 PHP_FUNCTION(shm_put_var) in PHP_FUNCTION() function
286 PHP_FUNCTION(shm_get_var) in PHP_FUNCTION() function
323 PHP_FUNCTION(shm_has_var) in PHP_FUNCTION() function
339 PHP_FUNCTION(shm_remove_var) in PHP_FUNCTION() function
/PHP-7.1/ext/bcmath/
H A Dbcmath.c227 PHP_FUNCTION(bcadd) in PHP_FUNCTION() function
265 PHP_FUNCTION(bcsub) in PHP_FUNCTION() function
303 PHP_FUNCTION(bcmul) in PHP_FUNCTION() function
341 PHP_FUNCTION(bcdiv) in PHP_FUNCTION() function
385 PHP_FUNCTION(bcmod) in PHP_FUNCTION() function
419 PHP_FUNCTION(bcpowmod) in PHP_FUNCTION() function
461 PHP_FUNCTION(bcpow) in PHP_FUNCTION() function
499 PHP_FUNCTION(bcsqrt) in PHP_FUNCTION() function
535 PHP_FUNCTION(bccomp) in PHP_FUNCTION() function
566 PHP_FUNCTION(bcscale) in PHP_FUNCTION() function
/PHP-7.1/ext/xsl/
H A Dxsltprocessor.c393 PHP_FUNCTION(xsl_xsltprocessor_import_stylesheet) in PHP_FUNCTION() function
622 PHP_FUNCTION(xsl_xsltprocessor_transform_to_doc) in PHP_FUNCTION() function
677 PHP_FUNCTION(xsl_xsltprocessor_transform_to_uri) in PHP_FUNCTION() function
709 PHP_FUNCTION(xsl_xsltprocessor_transform_to_xml) in PHP_FUNCTION() function
747 PHP_FUNCTION(xsl_xsltprocessor_set_parameter) in PHP_FUNCTION() function
789 PHP_FUNCTION(xsl_xsltprocessor_get_parameter) in PHP_FUNCTION() function
815 PHP_FUNCTION(xsl_xsltprocessor_remove_parameter) in PHP_FUNCTION() function
874 PHP_FUNCTION(xsl_xsltprocessor_set_profiling) in PHP_FUNCTION() function
900 PHP_FUNCTION(xsl_xsltprocessor_set_security_prefs) in PHP_FUNCTION() function
920 PHP_FUNCTION(xsl_xsltprocessor_get_security_prefs) in PHP_FUNCTION() function
[all …]
/PHP-7.1/ext/hash/
H A Dhash.c180 PHP_FUNCTION(hash) in PHP_FUNCTION() function
189 PHP_FUNCTION(hash_file) in PHP_FUNCTION() function
310 PHP_FUNCTION(hash_hmac) in PHP_FUNCTION() function
328 PHP_FUNCTION(hash_init) in PHP_FUNCTION() function
394 PHP_FUNCTION(hash_update) in PHP_FUNCTION() function
492 PHP_FUNCTION(hash_final) in PHP_FUNCTION() function
550 PHP_FUNCTION(hash_copy) in PHP_FUNCTION() function
589 PHP_FUNCTION(hash_algos) in PHP_FUNCTION() function
621 PHP_FUNCTION(hash_hkdf) in PHP_FUNCTION() function
719 PHP_FUNCTION(hash_pbkdf2) in PHP_FUNCTION() function
[all …]
/PHP-7.1/ext/interbase/
H A Dibase_blobs.c203 PHP_FUNCTION(ibase_blob_create) in PHP_FUNCTION() function
235 PHP_FUNCTION(ibase_blob_open) in PHP_FUNCTION() function
292 PHP_FUNCTION(ibase_blob_add) in PHP_FUNCTION() function
318 PHP_FUNCTION(ibase_blob_get) in PHP_FUNCTION() function
381 PHP_FUNCTION(ibase_blob_close) in PHP_FUNCTION() function
389 PHP_FUNCTION(ibase_blob_cancel) in PHP_FUNCTION() function
397 PHP_FUNCTION(ibase_blob_info) in PHP_FUNCTION() function
473 PHP_FUNCTION(ibase_blob_echo) in PHP_FUNCTION() function
536 PHP_FUNCTION(ibase_blob_import) in PHP_FUNCTION() function
H A Dinterbase.c478 PHP_FUNCTION(ibase_errmsg) in PHP_FUNCTION() function
494 PHP_FUNCTION(ibase_errcode) in PHP_FUNCTION() function
1035 PHP_FUNCTION(ibase_connect) in PHP_FUNCTION() function
1043 PHP_FUNCTION(ibase_pconnect) in PHP_FUNCTION() function
1051 PHP_FUNCTION(ibase_close) in PHP_FUNCTION() function
1082 PHP_FUNCTION(ibase_drop_db) in PHP_FUNCTION() function
1130 PHP_FUNCTION(ibase_trans) in PHP_FUNCTION() function
1383 PHP_FUNCTION(ibase_commit) in PHP_FUNCTION() function
1391 PHP_FUNCTION(ibase_rollback) in PHP_FUNCTION() function
1399 PHP_FUNCTION(ibase_commit_ret) in PHP_FUNCTION() function
[all …]
/PHP-7.1/ext/intl/locale/
H A Dlocale_methods.c450 PHP_FUNCTION( locale_get_script ) in PHP_FUNCTION() function
462 PHP_FUNCTION( locale_get_region ) in PHP_FUNCTION() function
624 PHP_FUNCTION(locale_get_display_name) in PHP_FUNCTION() function
688 PHP_FUNCTION( locale_get_keywords ) in PHP_FUNCTION() function
769 PHP_FUNCTION(locale_canonicalize) in PHP_FUNCTION() function
916 PHP_FUNCTION(locale_compose) in PHP_FUNCTION() function
1107 PHP_FUNCTION(locale_parse) in PHP_FUNCTION() function
1153 PHP_FUNCTION(locale_get_all_variants) in PHP_FUNCTION() function
1248 PHP_FUNCTION(locale_filter_matches) in PHP_FUNCTION() function
1544 PHP_FUNCTION(locale_lookup) in PHP_FUNCTION() function
[all …]
/PHP-7.1/ext/spl/
H A Dphp_spl.c86 PHP_FUNCTION(class_parents) in PHP_FUNCTION() function
120 PHP_FUNCTION(class_implements) in PHP_FUNCTION() function
149 PHP_FUNCTION(class_uses) in PHP_FUNCTION() function
239 PHP_FUNCTION(spl_classes) in PHP_FUNCTION() function
307 PHP_FUNCTION(spl_autoload) in PHP_FUNCTION() function
345 PHP_FUNCTION(spl_autoload_extensions) in PHP_FUNCTION() function
393 PHP_FUNCTION(spl_autoload_call) in PHP_FUNCTION() function
452 PHP_FUNCTION(spl_autoload_register) in PHP_FUNCTION() function
627 PHP_FUNCTION(spl_autoload_unregister) in PHP_FUNCTION() function
712 PHP_FUNCTION(spl_autoload_functions) in PHP_FUNCTION() function
[all …]
/PHP-7.1/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp105 U_CFUNC PHP_FUNCTION(rbbi_get_rules) in PHP_FUNCTION() function
132 U_CFUNC PHP_FUNCTION(rbbi_get_rule_status) in PHP_FUNCTION() function
148 U_CFUNC PHP_FUNCTION(rbbi_get_rule_status_vec) in PHP_FUNCTION() function
189 U_CFUNC PHP_FUNCTION(rbbi_get_binary_rules) in PHP_FUNCTION() function
/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c662 PHP_FUNCTION(mb_regex_encoding) in PHP_FUNCTION() function
791 PHP_FUNCTION(mb_ereg) in PHP_FUNCTION() function
799 PHP_FUNCTION(mb_eregi) in PHP_FUNCTION() function
1072 PHP_FUNCTION(mb_ereg_replace) in PHP_FUNCTION() function
1080 PHP_FUNCTION(mb_eregi_replace) in PHP_FUNCTION() function
1096 PHP_FUNCTION(mb_split) in PHP_FUNCTION() function
1180 PHP_FUNCTION(mb_ereg_match) in PHP_FUNCTION() function
1335 PHP_FUNCTION(mb_ereg_search) in PHP_FUNCTION() function
1343 PHP_FUNCTION(mb_ereg_search_pos) in PHP_FUNCTION() function
1351 PHP_FUNCTION(mb_ereg_search_regs) in PHP_FUNCTION() function
[all …]
/PHP-7.1/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp208 U_CFUNC PHP_FUNCTION(intlgregcal_create_instance) in PHP_FUNCTION() function
226 U_CFUNC PHP_FUNCTION(intlgregcal_set_gregorian_change) in PHP_FUNCTION() function
247 U_CFUNC PHP_FUNCTION(intlgregcal_get_gregorian_change) in PHP_FUNCTION() function
263 U_CFUNC PHP_FUNCTION(intlgregcal_is_leap_year) in PHP_FUNCTION() function
/PHP-7.1/ext/intl/formatter/
H A Dformatter_main.c79 PHP_FUNCTION( numfmt_create ) in PHP_FUNCTION() function
112 PHP_FUNCTION( numfmt_get_error_code ) in PHP_FUNCTION() function
138 PHP_FUNCTION( numfmt_get_error_message ) in PHP_FUNCTION() function
/PHP-7.1/ext/intl/grapheme/
H A Dgrapheme_string.c55 PHP_FUNCTION(grapheme_strlen) in PHP_FUNCTION() function
107 PHP_FUNCTION(grapheme_strpos) in PHP_FUNCTION() function
170 PHP_FUNCTION(grapheme_stripos) in PHP_FUNCTION() function
239 PHP_FUNCTION(grapheme_strrpos) in PHP_FUNCTION() function
302 PHP_FUNCTION(grapheme_strripos) in PHP_FUNCTION() function
374 PHP_FUNCTION(grapheme_substr) in PHP_FUNCTION() function
662 PHP_FUNCTION(grapheme_strstr) in PHP_FUNCTION() function
670 PHP_FUNCTION(grapheme_stristr) in PHP_FUNCTION() function
774 PHP_FUNCTION(grapheme_extract) in PHP_FUNCTION() function

Completed in 140 milliseconds

12345678