Home
last modified time | relevance | path

Searched refs:PHP_FUNCTION (Results 126 – 150 of 169) sorted by relevance

1234567

/php-src/ext/standard/
H A Dvar.c218 PHP_FUNCTION(var_dump) in PHP_FUNCTION() function
410 PHP_FUNCTION(debug_zval_dump) in PHP_FUNCTION() function
643 PHP_FUNCTION(var_export) in PHP_FUNCTION() function
1286 PHP_FUNCTION(serialize) in PHP_FUNCTION() function
1428 PHP_FUNCTION(unserialize) in PHP_FUNCTION() function
1445 PHP_FUNCTION(memory_get_usage) { in PHP_FUNCTION() function
1458 PHP_FUNCTION(memory_get_peak_usage) { in PHP_FUNCTION() function
1471 PHP_FUNCTION(memory_reset_peak_usage) { in PHP_FUNCTION() function
H A Dcrc32.c154 PHP_FUNCTION(crc32) in PHP_FUNCTION() function
H A Dcrypt.c189 PHP_FUNCTION(crypt) in PHP_FUNCTION() function
H A Dversioning.c204 PHP_FUNCTION(version_compare) in PHP_FUNCTION() function
H A Dhtml.c1335 PHP_FUNCTION(htmlspecialchars) in PHP_FUNCTION() function
1342 PHP_FUNCTION(htmlspecialchars_decode) in PHP_FUNCTION() function
1360 PHP_FUNCTION(html_entity_decode) in PHP_FUNCTION() function
1381 PHP_FUNCTION(htmlentities) in PHP_FUNCTION() function
1443 PHP_FUNCTION(get_html_translation_table) in PHP_FUNCTION() function
H A Dmetaphone.c26 PHP_FUNCTION(metaphone) in PHP_FUNCTION() function
H A Ddl.c42 PHPAPI PHP_FUNCTION(dl) in PHP_FUNCTION() function
H A Dimage.c1260 PHP_FUNCTION(image_type_to_mime_type) in PHP_FUNCTION() function
1273 PHP_FUNCTION(image_type_to_extension) in PHP_FUNCTION() function
1584 PHP_FUNCTION(getimagesize) in PHP_FUNCTION() function
1591 PHP_FUNCTION(getimagesizefromstring) in PHP_FUNCTION() function
H A Dmd5.c42 PHP_FUNCTION(md5) in PHP_FUNCTION() function
69 PHP_FUNCTION(md5_file) in PHP_FUNCTION() function
H A Dsha1.c30 PHP_FUNCTION(sha1) in PHP_FUNCTION() function
59 PHP_FUNCTION(sha1_file) in PHP_FUNCTION() function
H A Dproc_open.c334 PHP_FUNCTION(proc_terminate) in PHP_FUNCTION() function
360 PHP_FUNCTION(proc_close) in PHP_FUNCTION() function
382 PHP_FUNCTION(proc_get_status) in PHP_FUNCTION() function
1144 PHP_FUNCTION(proc_open) in PHP_FUNCTION() function
H A Dnet.c151 PHP_FUNCTION(net_get_interfaces) { in PHP_FUNCTION() function
H A Dpack.c230 PHP_FUNCTION(pack) in PHP_FUNCTION() function
706 PHP_FUNCTION(unpack) in PHP_FUNCTION() function
/php-src/ext/standard/tests/mail/
H A Dmail_basic6.phpt173 // Invalid, but PHP_FUNCTION(mail) trims newlines
184 // Invalid, but PHP_FUNCTION(mail) trims newlines
195 // Invalid, but PHP_FUNCTION(mail) trims newlines
206 // Invalid, but PHP_FUNCTION(mail) trims newlines
/php-src/ext/intl/dateformat/
H A Ddateformat_format.c141 PHP_FUNCTION(datefmt_format) in PHP_FUNCTION() function
H A Ddateformat_create.cpp203 U_CFUNC PHP_FUNCTION( datefmt_create ) in PHP_FUNCTION() function
H A Ddateformat_format_object.cpp65 U_CFUNC PHP_FUNCTION(datefmt_format_object) in PHP_FUNCTION() function
/php-src/ext/iconv/
H A Diconv.c1790 PHP_FUNCTION(iconv_strlen) in PHP_FUNCTION() function
1823 PHP_FUNCTION(iconv_substr) in PHP_FUNCTION() function
1864 PHP_FUNCTION(iconv_strpos) in PHP_FUNCTION() function
1922 PHP_FUNCTION(iconv_strrpos) in PHP_FUNCTION() function
1964 PHP_FUNCTION(iconv_mime_encode) in PHP_FUNCTION() function
2062 PHP_FUNCTION(iconv_mime_decode) in PHP_FUNCTION() function
2099 PHP_FUNCTION(iconv_mime_decode_headers) in PHP_FUNCTION() function
2198 PHP_FUNCTION(iconv) in PHP_FUNCTION() function
2230 PHP_FUNCTION(iconv_set_encoding) in PHP_FUNCTION() function
2268 PHP_FUNCTION(iconv_get_encoding) in PHP_FUNCTION() function
/php-src/ext/pcre/
H A Dphp_pcre.c1462 PHP_FUNCTION(preg_match) in PHP_FUNCTION() function
1493 PHP_FUNCTION(preg_match_all) in PHP_FUNCTION() function
2370 PHP_FUNCTION(preg_replace) in PHP_FUNCTION() function
2400 PHP_FUNCTION(preg_replace_callback) in PHP_FUNCTION() function
2433 PHP_FUNCTION(preg_replace_callback_array) in PHP_FUNCTION() function
2524 PHP_FUNCTION(preg_filter) in PHP_FUNCTION() function
2531 PHP_FUNCTION(preg_split) in PHP_FUNCTION() function
2755 PHP_FUNCTION(preg_quote) in PHP_FUNCTION() function
2891 PHP_FUNCTION(preg_grep) in PHP_FUNCTION() function
3008 PHP_FUNCTION(preg_last_error) in PHP_FUNCTION() function
[all …]
/php-src/ext/pdo/
H A Dpdo.c69 PHP_FUNCTION(pdo_drivers) in PHP_FUNCTION() function
/php-src/ext/zip/
H A Dphp_zip.c1176 PHP_FUNCTION(zip_open) in PHP_FUNCTION() function
1217 PHP_FUNCTION(zip_close) in PHP_FUNCTION() function
1236 PHP_FUNCTION(zip_read) in PHP_FUNCTION() function
1282 PHP_FUNCTION(zip_entry_open) in PHP_FUNCTION() function
1312 PHP_FUNCTION(zip_entry_close) in PHP_FUNCTION() function
1331 PHP_FUNCTION(zip_entry_read) in PHP_FUNCTION() function
1424 PHP_FUNCTION(zip_entry_name) in PHP_FUNCTION() function
1431 PHP_FUNCTION(zip_entry_compressedsize) in PHP_FUNCTION() function
1438 PHP_FUNCTION(zip_entry_filesize) in PHP_FUNCTION() function
1445 PHP_FUNCTION(zip_entry_compressionmethod) in PHP_FUNCTION() function
/php-src/ext/tokenizer/
H A Dtokenizer.c516 PHP_FUNCTION(token_get_all) in PHP_FUNCTION() function
534 PHP_FUNCTION(token_name) in PHP_FUNCTION() function
/php-src/sapi/litespeed/
H A Dlsapi_main.c1661 PHP_FUNCTION(litespeed_request_headers) in PHP_FUNCTION() function
1676 PHP_FUNCTION(litespeed_response_headers) in PHP_FUNCTION() function
1718 PHP_FUNCTION(apache_get_modules) in PHP_FUNCTION() function
1741 PHP_FUNCTION(litespeed_finish_request) in PHP_FUNCTION() function
/php-src/main/
H A Dphp.h370 #define PHP_FUNCTION ZEND_FUNCTION macro
/php-src/docs-old/
H A Dinput-filter.md145 PHP_FUNCTION(my_get_raw)

Completed in 125 milliseconds

1234567