Home
last modified time | relevance | path

Searched refs:c2 (Results 151 – 157 of 157) sorted by last modified time

1234567

/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7982 >88 belong &0x00010000 c2
8002 >88 belong &0x00010000 c2
H A Dmagic7982 >88 belong &0x00010000 c2
8002 >88 belong &0x00010000 c2
/PHP-7.4/ext/dom/tests/
H A Ddom001.phpt204 <row><entry>a2</entry><entry>c2</entry></row>
265 <row><entry>a2</entry><entry>c2</entry></row>
H A Ddom_test.inc15 <row><entry>a2</entry><entry>c2</entry></row>
/PHP-7.4/ext/date/lib/
H A Dtimelib.c237 int c1, c2; in timelib_strcasecmp() local
246 c2 = timelib_tolower(*(unsigned char *)s2++); in timelib_strcasecmp()
247 if (c1 != c2) { in timelib_strcasecmp()
248 return c1 - c2; in timelib_strcasecmp()
260 int c1, c2; in timelib_strncasecmp() local
268 c2 = timelib_tolower(*(unsigned char *)s2++); in timelib_strncasecmp()
269 if (c1 != c2) { in timelib_strncasecmp()
270 return c1 - c2; in timelib_strncasecmp()
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_052.phpt13 public ?Foo\C $c2;
32 ["c2"]=>
/PHP-7.4/Zend/tests/
H A Dbug30702.phpt13 public $c2=bar::C2;
29 ["c2"]=>

Completed in 102 milliseconds

1234567