Home
last modified time | relevance | path

Searched refs:r (Results 1551 – 1568 of 1568) sorted by relevance

1...<<616263

/PHP-7.4/ext/date/
H A Dphp_date.c4180 int r = 0; in date_interval_initialize() local
4184 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_interval_initialize()
4653 int r = 0; in date_period_initialize() local
4657 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_period_initialize()
4666 *recurrences = r; in date_period_initialize()
/PHP-7.4/ext/standard/tests/array/
H A Dsizeof_variation4.phpt23 $fp = fopen(__FILE__, "r");
/PHP-7.4/ext/standard/tests/general_functions/
H A Dprint_r.phpt230 $file_handle = fopen(__FILE__, "r");
H A Dprint_r_64bit.phpt234 $file_handle = fopen(__FILE__, "r");
H A Dvar_dump.phpt229 $file_handle = fopen(__FILE__, "r");
H A Dvar_dump_64bit.phpt229 $file_handle = fopen(__FILE__, "r");
/PHP-7.4/docs/
H A Dstreams.md350 stream = php_stream_alloc(&my_ops, state, 0, persistent, "r");
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c73 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c2581 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-7.4/ext/gd/
H A Dgd.c4442 zend_long r,g,b,tmp; in php_image_filter_colorize() local
4445 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rllll|l", &SIM, &tmp, &r, &g, &b, &a) == FAILURE) { in php_image_filter_colorize()
4453 if (gdImageColor(im_src, (int) r, (int) g, (int) b, (int) a) == 1) { in php_image_filter_colorize()
/PHP-7.4/sapi/phpdbg/
H A Dxml.md24 - the request id, if one was passed to the last command (via -r %d, where %d is the id) (and the ou…
/PHP-7.4/Zend/
H A Dzend_vm_def.h7163 zend_reference *r = Z_REF_P(ref);
7165 if (UNEXPECTED(GC_DELREF(r) == 0)) {
7166 efree_size(r, sizeof(zend_reference));
7203 zend_reference *r = Z_REF_P(ref);
7205 if (UNEXPECTED(GC_DELREF(r) == 0)) {
7206 efree_size(r, sizeof(zend_reference));
H A Dzend_vm_execute.h4325 zend_reference *r = Z_REF_P(ref); in ZEND_JMP_SET_SPEC_CONST_HANDLER() local
4327 if (UNEXPECTED(GC_DELREF(r) == 0)) { in ZEND_JMP_SET_SPEC_CONST_HANDLER()
4364 zend_reference *r = Z_REF_P(ref); in ZEND_COALESCE_SPEC_CONST_HANDLER() local
4366 if (UNEXPECTED(GC_DELREF(r) == 0)) { in ZEND_COALESCE_SPEC_CONST_HANDLER()
18446 zend_reference *r = Z_REF_P(ref); in ZEND_JMP_SET_SPEC_TMP_HANDLER() local
18448 if (UNEXPECTED(GC_DELREF(r) == 0)) { in ZEND_JMP_SET_SPEC_TMP_HANDLER()
18486 zend_reference *r = Z_REF_P(ref); in ZEND_COALESCE_SPEC_TMP_HANDLER() local
21877 zend_reference *r = Z_REF_P(ref); in ZEND_JMP_SET_SPEC_VAR_HANDLER() local
21917 zend_reference *r = Z_REF_P(ref); in ZEND_COALESCE_SPEC_VAR_HANDLER() local
37805 zend_reference *r = Z_REF_P(ref); in ZEND_JMP_SET_SPEC_CV_HANDLER() local
[all …]
/PHP-7.4/ext/oci8/tests/
H A Ddbmsoutput.phpt76 $r = oci_bind_by_name($s, ":numlines", $numlines);
/PHP-7.4/Zend/tests/
H A D019.phpt153 $fp = fopen(__FILE__, "r");
/PHP-7.4/
H A DUPGRADING371 proc_open(['php', '-r', 'echo "Hello World\n";'], $descriptors, $pipes);
H A DNEWS227 . Fixed bug #73226 (--r[fcez] always return zero exit code). (cmb)
2113 . Fixed bug #77827 (preg_match does not ignore \r in regex flags). (requinix,
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_indent.phpt27 $linefeed = "\r\n";

Completed in 215 milliseconds

1...<<616263