Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.2/ext/standard/
H A Duniqid.c46 PHP_FUNCTION(uniqid) in PHP_FUNCTION() function
H A Duniqid.h25 PHP_FUNCTION(uniqid);
H A Dsyslog.c135 PHP_FUNCTION(openlog) in PHP_FUNCTION() function
161 PHP_FUNCTION(closelog) in PHP_FUNCTION() function
178 PHP_FUNCTION(syslog) in PHP_FUNCTION() function
H A Dphp_type.h24 PHP_FUNCTION(intval);
25 PHP_FUNCTION(floatval);
26 PHP_FUNCTION(strval);
27 PHP_FUNCTION(boolval);
28 PHP_FUNCTION(gettype);
29 PHP_FUNCTION(settype);
30 PHP_FUNCTION(is_null);
32 PHP_FUNCTION(is_bool);
33 PHP_FUNCTION(is_int);
34 PHP_FUNCTION(is_float);
[all …]
H A Dphp_uuencode.h24 PHP_FUNCTION(convert_uudecode);
25 PHP_FUNCTION(convert_uuencode);
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 Dphp_versioning.h28 PHP_FUNCTION(version_compare);
H A Dproc_open.c244 PHP_FUNCTION(proc_terminate) in PHP_FUNCTION() function
278 PHP_FUNCTION(proc_close) in PHP_FUNCTION() function
300 PHP_FUNCTION(proc_get_status) in PHP_FUNCTION() function
407 PHP_FUNCTION(proc_open) in PHP_FUNCTION() function
H A Dquot_print.c202 PHP_FUNCTION(quoted_printable_decode) in PHP_FUNCTION() function
265 PHP_FUNCTION(quoted_printable_encode) in PHP_FUNCTION() function
H A Dquot_print.h27 PHP_FUNCTION(quoted_printable_decode);
28 PHP_FUNCTION(quoted_printable_encode);
H A Drand.c50 PHP_FUNCTION(rand) in PHP_FUNCTION() function
H A Drandom.c187 PHP_FUNCTION(random_bytes) in PHP_FUNCTION() function
260 PHP_FUNCTION(random_int) in PHP_FUNCTION() function
H A Dsha1.c35 PHP_FUNCTION(sha1) in PHP_FUNCTION() function
67 PHP_FUNCTION(sha1_file) in PHP_FUNCTION() function
H A Dsha1.h38 PHP_FUNCTION(sha1);
39 PHP_FUNCTION(sha1_file);
H A Dsoundex.c29 PHP_FUNCTION(soundex) in PHP_FUNCTION() function
H A Dstreamsfuncs.c56 PHP_FUNCTION(stream_socket_pair) in PHP_FUNCTION() function
93 PHP_FUNCTION(stream_socket_client) in PHP_FUNCTION() function
186 PHP_FUNCTION(stream_socket_server) in PHP_FUNCTION() function
255 PHP_FUNCTION(stream_socket_accept) in PHP_FUNCTION() function
344 PHP_FUNCTION(stream_socket_sendto) in PHP_FUNCTION() function
429 PHP_FUNCTION(stream_get_contents) in PHP_FUNCTION() function
594 PHP_FUNCTION(stream_get_wrappers) in PHP_FUNCTION() function
760 PHP_FUNCTION(stream_select) in PHP_FUNCTION() function
1296 PHP_FUNCTION(stream_get_line) in PHP_FUNCTION() function
1577 PHP_FUNCTION(stream_is_local) in PHP_FUNCTION() function
[all …]
H A Dstreamsfuncs.h26 PHP_FUNCTION(stream_socket_client);
27 PHP_FUNCTION(stream_socket_server);
34 PHP_FUNCTION(stream_get_contents);
36 PHP_FUNCTION(stream_set_blocking);
37 PHP_FUNCTION(stream_select);
38 PHP_FUNCTION(stream_set_timeout);
43 PHP_FUNCTION(stream_get_wrappers);
44 PHP_FUNCTION(stream_get_line);
62 PHP_FUNCTION(stream_is_local);
64 PHP_FUNCTION(stream_isatty);
[all …]
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 Dmetaphone.c32 PHP_FUNCTION(metaphone) in PHP_FUNCTION() function
H A Dmicrotime.c92 PHP_FUNCTION(microtime) in PHP_FUNCTION() function
100 PHP_FUNCTION(gettimeofday) in PHP_FUNCTION() function
110 PHP_FUNCTION(getrusage) in PHP_FUNCTION() function
H A Dmicrotime.h25 PHP_FUNCTION(microtime);
26 PHP_FUNCTION(gettimeofday);
29 PHP_FUNCTION(getrusage);
H A Dmt_rand.c189 PHP_FUNCTION(mt_srand) in PHP_FUNCTION() function
314 PHP_FUNCTION(mt_rand) in PHP_FUNCTION() function
341 PHP_FUNCTION(mt_getrandmax) in PHP_FUNCTION() function
H A Dpack.c229 PHP_FUNCTION(pack) in PHP_FUNCTION() function
719 PHP_FUNCTION(unpack) in PHP_FUNCTION() function
H A Dpack.h25 PHP_FUNCTION(pack);
26 PHP_FUNCTION(unpack);
/PHP-7.2/ext/standard/tests/mail/
H A Dmail_basic6.phpt179 // Invalid, but PHP_FUNCTION(mail) trims newlines
190 // Invalid, but PHP_FUNCTION(mail) trims newlines
201 // Invalid, but PHP_FUNCTION(mail) trims newlines
212 // Invalid, but PHP_FUNCTION(mail) trims newlines

Completed in 80 milliseconds

12345678910>>...13