Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/standard/
H A Ddir.c251 PHP_FUNCTION(opendir) in PHP_FUNCTION() function
259 PHP_FUNCTION(getdir) in PHP_FUNCTION() function
267 PHP_FUNCTION(closedir) in PHP_FUNCTION() function
292 PHP_FUNCTION(chroot) in PHP_FUNCTION() function
323 PHP_FUNCTION(chdir) in PHP_FUNCTION() function
357 PHP_FUNCTION(getcwd) in PHP_FUNCTION() function
382 PHP_FUNCTION(rewinddir) in PHP_FUNCTION() function
423 PHP_FUNCTION(glob) in PHP_FUNCTION() function
552 PHP_FUNCTION(scandir) in PHP_FUNCTION() function
H A Drand.c230 PHP_FUNCTION(srand) in PHP_FUNCTION() function
246 PHP_FUNCTION(mt_srand) in PHP_FUNCTION() function
289 PHP_FUNCTION(rand) in PHP_FUNCTION() function
310 PHP_FUNCTION(mt_rand) in PHP_FUNCTION() function
349 PHP_FUNCTION(getrandmax) in PHP_FUNCTION() function
361 PHP_FUNCTION(mt_getrandmax) in PHP_FUNCTION() function
H A Dexec.c257 PHP_FUNCTION(exec) in PHP_FUNCTION() function
265 PHP_FUNCTION(system) in PHP_FUNCTION() function
273 PHP_FUNCTION(passthru) in PHP_FUNCTION() function
479 PHP_FUNCTION(escapeshellcmd) in PHP_FUNCTION() function
504 PHP_FUNCTION(escapeshellarg) in PHP_FUNCTION() function
527 PHP_FUNCTION(shell_exec) function
562 PHP_FUNCTION(proc_nice) function
H A Dhead.c39 PHP_FUNCTION(header) in PHP_FUNCTION() function
54 PHP_FUNCTION(header_remove) in PHP_FUNCTION() function
178 PHP_FUNCTION(setcookie) in PHP_FUNCTION() function
201 PHP_FUNCTION(setrawcookie) in PHP_FUNCTION() function
225 PHP_FUNCTION(headers_sent) in PHP_FUNCTION() function
274 PHP_FUNCTION(headers_list) in PHP_FUNCTION() function
287 PHP_FUNCTION(http_response_code) in PHP_FUNCTION() 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 Dstring.c256 PHP_FUNCTION(bin2hex) in PHP_FUNCTION() function
278 PHP_FUNCTION(hex2bin) in PHP_FUNCTION() function
362 PHP_FUNCTION(strspn) in PHP_FUNCTION() function
370 PHP_FUNCTION(strcspn) in PHP_FUNCTION() function
866 PHP_FUNCTION(trim) in PHP_FUNCTION() function
874 PHP_FUNCTION(rtrim) in PHP_FUNCTION() function
882 PHP_FUNCTION(ltrim) in PHP_FUNCTION() function
1276 PHP_FUNCTION(strtok) in PHP_FUNCTION() function
2666 PHP_FUNCTION(ord) function
2681 PHP_FUNCTION(chr) function
[all …]
H A Dlink_win32.c63 PHP_FUNCTION(readlink) in PHP_FUNCTION() function
87 PHP_FUNCTION(linkinfo) in PHP_FUNCTION() function
110 PHP_FUNCTION(symlink) in PHP_FUNCTION() function
190 PHP_FUNCTION(link) in PHP_FUNCTION() function
H A Dmicrotime.c93 PHP_FUNCTION(microtime) in PHP_FUNCTION() function
101 PHP_FUNCTION(gettimeofday) in PHP_FUNCTION() function
111 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
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c155 PHP_FUNCTION(msg_set_queue) in PHP_FUNCTION() function
198 PHP_FUNCTION(msg_stat_queue) in PHP_FUNCTION() function
232 PHP_FUNCTION(msg_queue_exists) in PHP_FUNCTION() function
251 PHP_FUNCTION(msg_get_queue) in PHP_FUNCTION() function
280 PHP_FUNCTION(msg_remove_queue) in PHP_FUNCTION() function
301 PHP_FUNCTION(msg_receive) in PHP_FUNCTION() function
389 PHP_FUNCTION(msg_send) in PHP_FUNCTION() function
/PHP-5.5/ext/xml/
H A Dxml.c1225 PHP_FUNCTION(xml_parser_create) in PHP_FUNCTION() function
1233 PHP_FUNCTION(xml_parser_create_ns) in PHP_FUNCTION() function
1241 PHP_FUNCTION(xml_set_object) in PHP_FUNCTION() function
1440 PHP_FUNCTION(xml_parse) in PHP_FUNCTION() function
1464 PHP_FUNCTION(xml_parse_into_struct) in PHP_FUNCTION() function
1508 PHP_FUNCTION(xml_get_error_code) in PHP_FUNCTION() function
1524 PHP_FUNCTION(xml_error_string) in PHP_FUNCTION() function
1590 PHP_FUNCTION(xml_parser_free) in PHP_FUNCTION() function
1616 PHP_FUNCTION(xml_parser_set_option) in PHP_FUNCTION() function
1692 PHP_FUNCTION(utf8_encode) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/shmop/
H A Dshmop.c157 PHP_FUNCTION(shmop_open) in PHP_FUNCTION() function
239 PHP_FUNCTION(shmop_read) in PHP_FUNCTION() function
277 PHP_FUNCTION(shmop_close) in PHP_FUNCTION() function
295 PHP_FUNCTION(shmop_size) in PHP_FUNCTION() function
313 PHP_FUNCTION(shmop_write) in PHP_FUNCTION() function
347 PHP_FUNCTION(shmop_delete) in PHP_FUNCTION() function
/PHP-5.5/ext/dom/
H A Delement.c329 PHP_FUNCTION(dom_element_get_attribute) in PHP_FUNCTION() function
372 PHP_FUNCTION(dom_element_set_attribute) in PHP_FUNCTION() function
438 PHP_FUNCTION(dom_element_remove_attribute) in PHP_FUNCTION() function
486 PHP_FUNCTION(dom_element_get_attribute_node) in PHP_FUNCTION() function
532 PHP_FUNCTION(dom_element_set_attribute_node) in PHP_FUNCTION() function
661 PHP_FUNCTION(dom_element_get_attribute_ns) in PHP_FUNCTION() function
741 PHP_FUNCTION(dom_element_set_attribute_ns) in PHP_FUNCTION() function
869 PHP_FUNCTION(dom_element_remove_attribute_ns) in PHP_FUNCTION() function
1057 PHP_FUNCTION(dom_element_has_attribute) in PHP_FUNCTION() function
1085 PHP_FUNCTION(dom_element_has_attribute_ns) in PHP_FUNCTION() function
[all …]
H A Dnode.c999 PHP_FUNCTION(dom_node_insert_before) in PHP_FUNCTION() function
1160 PHP_FUNCTION(dom_node_replace_child) in PHP_FUNCTION() function
1248 PHP_FUNCTION(dom_node_remove_child) in PHP_FUNCTION() function
1299 PHP_FUNCTION(dom_node_append_child) in PHP_FUNCTION() function
1428 PHP_FUNCTION(dom_node_clone_node) in PHP_FUNCTION() function
1489 PHP_FUNCTION(dom_node_normalize) in PHP_FUNCTION() function
1510 PHP_FUNCTION(dom_node_is_supported) in PHP_FUNCTION() function
1569 PHP_FUNCTION(dom_node_is_same_node) in PHP_FUNCTION() function
1595 PHP_FUNCTION(dom_node_lookup_prefix) in PHP_FUNCTION() function
1712 PHP_FUNCTION(dom_node_is_equal_node) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/sysvshm/
H A Dsysvshm.c148 PHP_FUNCTION(shm_attach) in PHP_FUNCTION() function
206 PHP_FUNCTION(shm_detach) in PHP_FUNCTION() function
221 PHP_FUNCTION(shm_remove) in PHP_FUNCTION() function
242 PHP_FUNCTION(shm_put_var) in PHP_FUNCTION() function
282 PHP_FUNCTION(shm_get_var) in PHP_FUNCTION() function
319 PHP_FUNCTION(shm_has_var) in PHP_FUNCTION() function
335 PHP_FUNCTION(shm_remove_var) in PHP_FUNCTION() function
/PHP-5.5/ext/bcmath/
H A Dbcmath.c221 PHP_FUNCTION(bcadd) in PHP_FUNCTION() function
261 PHP_FUNCTION(bcsub) in PHP_FUNCTION() function
301 PHP_FUNCTION(bcmul) in PHP_FUNCTION() function
341 PHP_FUNCTION(bcdiv) in PHP_FUNCTION() function
387 PHP_FUNCTION(bcmod) in PHP_FUNCTION() function
423 PHP_FUNCTION(bcpowmod) in PHP_FUNCTION() function
467 PHP_FUNCTION(bcpow) in PHP_FUNCTION() function
507 PHP_FUNCTION(bcsqrt) in PHP_FUNCTION() function
545 PHP_FUNCTION(bccomp) in PHP_FUNCTION() function
577 PHP_FUNCTION(bcscale) in PHP_FUNCTION() function
/PHP-5.5/ext/tidy/
H A Dtidy.c1256 static PHP_FUNCTION(tidy_get_output) in PHP_FUNCTION() function
1271 static PHP_FUNCTION(tidy_parse_file) in PHP_FUNCTION() function
1339 static PHP_FUNCTION(tidy_diagnose) in PHP_FUNCTION() function
1408 static PHP_FUNCTION(tidy_get_config) in PHP_FUNCTION() function
1467 static PHP_FUNCTION(tidy_is_xhtml) in PHP_FUNCTION() function
1477 static PHP_FUNCTION(tidy_is_xml) in PHP_FUNCTION() function
1527 static PHP_FUNCTION(tidy_getopt) in PHP_FUNCTION() function
1677 static PHP_FUNCTION(tidy_get_root) in PHP_FUNCTION() function
1685 static PHP_FUNCTION(tidy_get_html) in PHP_FUNCTION() function
1693 static PHP_FUNCTION(tidy_get_head) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/interbase/
H A Dibase_blobs.c205 PHP_FUNCTION(ibase_blob_create) in PHP_FUNCTION() function
236 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
382 PHP_FUNCTION(ibase_blob_close) in PHP_FUNCTION() function
390 PHP_FUNCTION(ibase_blob_cancel) in PHP_FUNCTION() function
398 PHP_FUNCTION(ibase_blob_info) in PHP_FUNCTION() function
474 PHP_FUNCTION(ibase_blob_echo) in PHP_FUNCTION() function
537 PHP_FUNCTION(ibase_blob_import) in PHP_FUNCTION() function
/PHP-5.5/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp109 U_CFUNC PHP_FUNCTION(rbbi_get_rules) in PHP_FUNCTION() function
135 U_CFUNC PHP_FUNCTION(rbbi_get_rule_status) in PHP_FUNCTION() function
151 U_CFUNC PHP_FUNCTION(rbbi_get_rule_status_vec) in PHP_FUNCTION() function
192 U_CFUNC PHP_FUNCTION(rbbi_get_binary_rules) in PHP_FUNCTION() function
/PHP-5.5/ext/hash/
H A Dhash.c192 PHP_FUNCTION(hash) in PHP_FUNCTION() function
201 PHP_FUNCTION(hash_file) in PHP_FUNCTION() function
320 PHP_FUNCTION(hash_hmac) in PHP_FUNCTION() function
338 PHP_FUNCTION(hash_init) in PHP_FUNCTION() function
403 PHP_FUNCTION(hash_update) in PHP_FUNCTION() function
494 PHP_FUNCTION(hash_final) in PHP_FUNCTION() function
558 PHP_FUNCTION(hash_copy) in PHP_FUNCTION() function
595 PHP_FUNCTION(hash_algos) in PHP_FUNCTION() function
615 PHP_FUNCTION(hash_pbkdf2) in PHP_FUNCTION() function
803 PHP_FUNCTION(mhash) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c432 PHP_FUNCTION( locale_get_script ) in PHP_FUNCTION() function
444 PHP_FUNCTION( locale_get_region ) in PHP_FUNCTION() function
608 PHP_FUNCTION(locale_get_display_name) in PHP_FUNCTION() function
672 PHP_FUNCTION( locale_get_keywords ) in PHP_FUNCTION() function
750 PHP_FUNCTION(locale_canonicalize) in PHP_FUNCTION() function
900 PHP_FUNCTION(locale_compose) in PHP_FUNCTION() function
1093 PHP_FUNCTION(locale_parse) in PHP_FUNCTION() function
1137 PHP_FUNCTION(locale_get_all_variants) in PHP_FUNCTION() function
1230 PHP_FUNCTION(locale_filter_matches) in PHP_FUNCTION() function
1528 PHP_FUNCTION(locale_lookup) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c401 PHP_FUNCTION(xsl_xsltprocessor_import_stylesheet) in PHP_FUNCTION() function
649 PHP_FUNCTION(xsl_xsltprocessor_transform_to_doc) in PHP_FUNCTION() function
706 PHP_FUNCTION(xsl_xsltprocessor_transform_to_uri) in PHP_FUNCTION() function
737 PHP_FUNCTION(xsl_xsltprocessor_transform_to_xml) in PHP_FUNCTION() function
775 PHP_FUNCTION(xsl_xsltprocessor_set_parameter) in PHP_FUNCTION() function
826 PHP_FUNCTION(xsl_xsltprocessor_get_parameter) in PHP_FUNCTION() function
851 PHP_FUNCTION(xsl_xsltprocessor_remove_parameter) in PHP_FUNCTION() function
917 PHP_FUNCTION(xsl_xsltprocessor_set_profiling) in PHP_FUNCTION() function
943 PHP_FUNCTION(xsl_xsltprocessor_set_security_prefs) in PHP_FUNCTION() function
963 PHP_FUNCTION(xsl_xsltprocessor_get_security_prefs) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/spl/
H A Dphp_spl.c92 PHP_FUNCTION(class_parents) in PHP_FUNCTION() function
126 PHP_FUNCTION(class_implements) in PHP_FUNCTION() function
155 PHP_FUNCTION(class_uses) in PHP_FUNCTION() function
245 PHP_FUNCTION(spl_classes) in PHP_FUNCTION() function
316 PHP_FUNCTION(spl_autoload) in PHP_FUNCTION() function
371 PHP_FUNCTION(spl_autoload_extensions) in PHP_FUNCTION() function
413 PHP_FUNCTION(spl_autoload_call) in PHP_FUNCTION() function
466 PHP_FUNCTION(spl_autoload_register) in PHP_FUNCTION() function
627 PHP_FUNCTION(spl_autoload_unregister) in PHP_FUNCTION() function
704 PHP_FUNCTION(spl_autoload_functions) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/intl/formatter/
H A Dformatter_main.c78 PHP_FUNCTION( numfmt_create ) in PHP_FUNCTION() function
100 PHP_FUNCTION( numfmt_get_error_code ) in PHP_FUNCTION() function
126 PHP_FUNCTION( numfmt_get_error_message ) in PHP_FUNCTION() function
/PHP-5.5/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp166 U_CFUNC PHP_FUNCTION(intlgregcal_create_instance) in PHP_FUNCTION() function
197 U_CFUNC PHP_FUNCTION(intlgregcal_set_gregorian_change) in PHP_FUNCTION() function
218 U_CFUNC PHP_FUNCTION(intlgregcal_get_gregorian_change) in PHP_FUNCTION() function
234 U_CFUNC PHP_FUNCTION(intlgregcal_is_leap_year) in PHP_FUNCTION() function

Completed in 124 milliseconds

12345678