Home
last modified time | relevance | path

Searched refs:c1 (Results 226 – 231 of 231) sorted by last modified time

12345678910

/PHP-7.4/ext/dom/tests/
H A Ddom_test.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
/PHP-7.4/ext/date/lib/
H A Ddow.c50 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex() local
55 c1 = century_value(y / 100); in timelib_day_of_week_ex()
58 dow = positive_mod((c1 + y1 + m1 + (y1 / 4) + d), 7); in timelib_day_of_week_ex()
H A Dtimelib.c237 int c1, c2; in timelib_strcasecmp() local
245 c1 = timelib_tolower(*(unsigned char *)s1++); 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
267 c1 = timelib_tolower(*(unsigned char *)s1++); 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.phpt10 public Foo\C $c1;
26 ["c1"]=>
/PHP-7.4/Zend/tests/
H A Dbug55825.phpt12 $c1 = new C;
13 $c1->inc();
14 $c1->inc();
H A Dbug30702.phpt12 public $c1=bar::C1;
27 ["c1"]=>

Completed in 13 milliseconds

12345678910