Home
last modified time | relevance | path

Searched refs:n3 (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/ctype/tests/
H A D002.phpt12 $n1 = $n2 = $n3 = 0;
18 if($function("1-$c$c$c-x")) $n3++;
20 print "$function $n1 $n2 $n3\n";
/PHP-8.3/tests/lang/
H A Dsyntax_errors.phpt18 "[1,\n2,\n3,", /* unclosed [, spans multiple lines */
21 "[1,\n2,\n3]];", /* too many ], spans multiple lines */
24 "[1,\n2,\n3)]", /* ) doesn't match [, spans multiple lines */
/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf7imap.c545 unsigned char n3 = decode_base64(*p++); in mb_utf7imap_to_wchar() local
546 if (is_base64_end(n3)) { in mb_utf7imap_to_wchar()
547 out = handle_base64_end(n3, out, &base64, true, &surrogate1); in mb_utf7imap_to_wchar()
550 out = handle_utf16_cp((n1 << 10) | (n2 << 4) | ((n3 & 0x3C) >> 2), out, &surrogate1); in mb_utf7imap_to_wchar()
554 if ((n3 & 0x3) || surrogate1) in mb_utf7imap_to_wchar()
561 out = handle_base64_end(n4, out, &base64, n3 & 0x3, &surrogate1); in mb_utf7imap_to_wchar()
771 unsigned char n3 = decode_base64(*p++); in mb_check_utf7imap() local
772 if (is_base64_end(n3)) { in mb_check_utf7imap()
775 uint16_t cp1 = (n1 << 10) | (n2 << 4) | ((n3 & 0x3C) >> 2); in mb_check_utf7imap()
786 if (!is_base64_end_valid(n4, n3 & 0x3, is_surrogate)) { in mb_check_utf7imap()
[all …]
H A Dmbfilter_utf7.c531 unsigned char n3 = decode_base64(*p++); in mb_utf7_to_wchar() local
532 if (is_base64_end(n3)) { in mb_utf7_to_wchar()
533 out = handle_base64_end(n3, &p, out, &base64, true, &surrogate1); in mb_utf7_to_wchar()
540 if ((n3 & 0x3) || surrogate1) { in mb_utf7_to_wchar()
549 out = handle_base64_end(n4, &p, out, &base64, n3 & 0x3, &surrogate1); in mb_utf7_to_wchar()
758 unsigned char n3 = decode_base64(*p++); in mb_check_utf7() local
759 if (is_base64_end(n3)) { in mb_check_utf7()
762 uint16_t cp1 = (n1 << 10) | (n2 << 4) | ((n3 & 0x3C) >> 2); in mb_check_utf7()
770 return !((n3 & 0x3) || is_surrogate); in mb_check_utf7()
775 if (!is_base64_end_valid(n4, n3 & 0x3, is_surrogate)) { in mb_check_utf7()
[all …]
/PHP-8.3/ext/oci8/tests/
H A Dbind_misccoltypes.phpt81 . " :n3, "
100 $n3 = "789.346";
114 oci_bind_by_name($s, ":n3", $n3);
/PHP-8.3/ext/dom/tests/
H A Ddomelement.phpt80 echo 'Element Name: '.(($elem = $dom->getElementByID('n3'))?$elem->nodeName:'Not Found')."\n";
85 echo 'Element Name: '.(($elem = $dom->getElementByID('n3'))?$elem->nodeName:'Not Found')."\n";
/PHP-8.3/ext/mysqli/tests/
H A Dbug53503.phpt37 if (FALSE == file_put_contents('bug53503.data', "1\n2\n3\n"))
H A Dbug68077.phpt40 if (FALSE == file_put_contents(__DIR__ . '/bug53503.data', "1\n2\n3\n"))
/PHP-8.3/ext/standard/tests/http/
H A Dbug38802.phpt15 yield "data://text/plain,HTTP/1.1 302 Moved Temporarily\r\nLocation: $uri/foo/bar4\r\n\r\n3";
/PHP-8.3/ext/standard/html_tables/mappings/
H A DROMAN.TXT29 # n04 1997-Dec-01 Update to match internal utom<n3>, ufrm<n22>:

Completed in 21 milliseconds