Home
last modified time | relevance | path

Searched refs:d (Results 6476 – 6500 of 6659) sorted by relevance

1...<<251252253254255256257258259260>>...267

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5192 for (++c; c <= d; c++) in get_othercase_range()
5906 uint32_t d; in compile_branch() local
5938 *code++ = d; in compile_branch()
5967 uint32_t d; in compile_branch() local
5979 if (c != d && pptr[2] == d) in compile_branch()
6269 uint32_t c, d; in compile_branch() local
6272 c = d = meta; in compile_branch()
6286 d = *pptr; in compile_branch()
6287 if (d == META_BIGVALUE) d = *(++pptr); in compile_branch()
6291 if (d == CHAR_CR || d == CHAR_NL) cb->external_flags |= PCRE2_HASCRORLF; in compile_branch()
[all …]
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_002.phpt75 --> /foo.php?a=b&c=d : NULL
76 --> foo.php?a=b&c=d : NULL
H A Dparse_url_basic_005.phpt74 --> /foo.php?a=b&c=d : NULL
75 --> foo.php?a=b&c=d : NULL
H A Dparse_url_basic_009.phpt74 --> /foo.php?a=b&c=d : NULL
75 --> foo.php?a=b&c=d : NULL
H A Dparse_url_basic_003.phpt74 --> /foo.php?a=b&c=d : NULL
75 --> foo.php?a=b&c=d : NULL
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt325 'Co se v mládí naučíš, ke stáru jako když najdeš.',
328 'Cvik dělá mistra.',
349 'Hloupý, kdo dává, hloupější, kdo nebere.',
351 'Někdo rád holky, jinej zas vdolky.',
388 …onut İdaresince yapılan ve Ali Acar İnşaat'ın kazandığı ihale ile resmiyete dökülmüş, 4 Ağustos 20…
391 …"2011 İran drama filmi Bir Ayrılık, 61. Berlin Film Festivali'nde Altın Ayı kazanarak, bu ödülü al…
/php-src/main/streams/
H A Dplain_wrapper.c162 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat() argument
164 if (!d->cached_fstat || (force && !d->no_forced_fstat)) { in do_fstat()
168 PHP_STDIOP_GET_FD(fd, d); in do_fstat()
169 r = zend_fstat(fd, &d->sb); in do_fstat()
170 d->cached_fstat = r == 0; in do_fstat()
/php-src/ext/filter/tests/
H A D043.phpt114 string(1) "d"
/php-src/ext/iconv/tests/
H A Diconv_mime_decode.phpt20 printf("(%d) \"%s\"\n", iconv_strlen($result, "UTF-8"), $result);
/php-src/ext/phar/
H A Dgdbhelp79 printf "Open file pointers: %d\n", $fpcount
/php-src/ext/standard/tests/strings/
H A Daddslashes_variation2.phpt184 string(7%d) "This is line 1 of \'heredoc\' string
H A Dhtml_entity_decode_koi8-r.phpt139 $d = unpack("H*", $res);
140 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
189 FULL BLOCK: &#x2588; => 8d
237 SUPERSCRIPT TWO: &#xB2; => 9d
301 &#xB2; => 9d
H A Ducwords_variation4.phpt15 "t e s t i n g u c w o r d s ",
/php-src/ext/standard/tests/array/
H A Dsizeof_variation2.phpt16 array("a" => 1, 'b' => 2, array( "c" =>3, array( "d" => 5))),
/php-src/ext/standard/tests/file/
H A Duserstreams_003.phpt105 int(%d)
H A D007_variation4.phpt49 resource(%d) of type (stream)
H A Dfscanf_variation52.phpt13 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
/php-src/ext/snmp/tests/
H A Dsnmp-object-error.phpt98 Warning: SNMP::get(): Invalid object identifier: .1.3.6.1.2.1.1.1..0 in %s on line %d
/php-src/ext/pdo_mysql/
H A Dconfig.m429 if test -d "$PHP_PDO_MYSQL" ; then
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt85 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));
/php-src/ext/phar/tests/
H A Dphar_unlinkarchive.phpt108 string(%d) "%sphar_unlinkarchive.phar"
/php-src/ext/spl/tests/
H A Diterator_022.phpt116 …("ba", array("bba", "bbb"), array(array("bcaa"), array("bcba"))), array("ca"), "d")), 2) as $k=>$v)
H A Diterator_034.phpt98 …"a", array("ba", array("bba", "bbb"), array(array("bcaa"), array("bcba"))), array("ca"), "d")), 2);
/php-src/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-ba.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-bs.phpt10 $date_format = 'Y-m-d H:i:s T e';

Completed in 117 milliseconds

1...<<251252253254255256257258259260>>...267