Home
last modified time | relevance | path

Searched refs:nc (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/date/tests/
H A Dbug75851.phpt9 echo date(DATE_ATOM."\n".DATE_RFC2822."\nc\nr\no\ny\nY\nU\n\n", PHP_INT_MIN);
10 echo date(DATE_ATOM."\n".DATE_RFC2822."\nc\nr\no\ny\nY\nU\n\n", 67767976233532799);
11 echo date(DATE_ATOM."\n".DATE_RFC2822."\nc\nr\no\ny\nY\nU\n\n", 67767976233532800);
12 echo date(DATE_ATOM."\n".DATE_RFC2822."\nc\nr\no\ny\nY\nU\n\n", PHP_INT_MAX);
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_021.phpt18 …nce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", qop=auth, nc=00000001, cnonce="0a…
37 …nce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", qop=auth, nc=00000001, cnonce="0a…
/PHP-7.4/ext/oci8/tests/
H A Dbug35973.phpt16 $s2 = oci_parse($c, "create table test_nclob (nc NCLOB)");
19 $s3 = oci_parse($c, "insert into test_nclob (nc) values ('12345data')");
/PHP-7.4/ext/gd/libgd/
H A Dgd_gd2.c62 int nc; in _gd2GetHeader() local
144 nc = (*ncx) * (*ncy); in _gd2GetHeader()
146 if (overflow2(sizeof(t_chunk_info), nc)) { in _gd2GetHeader()
149 sidx = sizeof(t_chunk_info) * nc; in _gd2GetHeader()
158 for (i = 0; i < nc; i++) { in _gd2GetHeader()
271 int ncx, ncy, nc, cs, cx, cy; in gdImageCreateFromGd2Ctx() local
292 nc = ncx * ncy; in gdImageCreateFromGd2Ctx()
297 for (i = 0; (i < nc); i++) { in gdImageCreateFromGd2Ctx()
437 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local
485 nc = ncx * ncy; in gdImageCreateFromGd2PartCtx()
[all …]
H A Dgd.c1934 if (nc==gdTiled){ in gdImageFill()
2301 int nc; in gdImageCopy() local
2318 nc = c; in gdImageCopy()
2323 colorMap[c] = nc; in gdImageCopy()
2348 int nc; in gdImageCopyMerge() local
2357 nc = c; in gdImageCopyMerge()
2389 int nc; in gdImageCopyMergeGray() local
2403 nc = c; in gdImageCopyMergeGray()
2415 if (nc == (-1)) { in gdImageCopyMergeGray()
2467 int nc = 0; in gdImageCopyResized() local
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_split_empty_match.phpt12 var_dump(mb_split('^', "a\nb\nc"));
/PHP-7.4/ext/standard/tests/filters/
H A Dchunked_001.phpt17 "data://text/plain,2\nte\n2\nst\n0\na=b\r\nc=d\n\r\n",
/PHP-7.4/ext/standard/tests/strings/
H A Dwordwrap_error.phpt77 … />\nw<br />\nr<br />\na<br />\np<br />\n<br />\nf<br />\nu<br />\nn<br />\nc<br />\nt<br />\ni<br…
/PHP-7.4/build/
H A Dshtool1729 nc=99
1734 echo "$pv:$pc:$nc:$perl" >>$tmpfile
1737 nc=`expr $nc - 1`
/PHP-7.4/ext/soap/
H A Dphp_http.c668 char HA1[33], HA2[33], response[33], cnonce[33], nc[9]; in make_http_soap_request() local
685 snprintf(nc, sizeof(nc), "%08" ZEND_LONG_FMT_SPEC, Z_LVAL_P(tmp)); in make_http_soap_request()
688 strcpy(nc, "00000001"); in make_http_soap_request()
747 PHP_MD5Update(&md5ctx, (unsigned char*)nc, 8); in make_http_soap_request()
790 smart_str_appendl(&soap_headers, nc, 8); in make_http_soap_request()
/PHP-7.4/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt47 IntlChar::enumCharNames(0x2600, 0x2610, function($cp, $nc, $name) {
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c126 uint16_t nc, ic; in file_softmagic() local
129 nc = 0; in file_softmagic()
130 name_count = &nc; in file_softmagic()
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar283 $output->writeAttribute('class', 'nc');

Completed in 41 milliseconds