Home
last modified time | relevance | path

Searched refs:X2 (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/tests/classes/
H A Dconstants_comments_001.phpt10 const X2 = 2;
33 X2 :
/PHP-7.1/Zend/tests/
H A Dis_a.phpt31 var_dump(is_subclass_of("X1", "X2"));
/PHP-7.1/ext/mbstring/tests/
H A Dbug48645.phpt38 var_dump(bin2hex(mb_convert_encoding("", "UTF-8", "HTML-ENTITIES")));
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput4201 1X2
H A Dtestinput9257 1X2
H A Dtestoutput4359 1X2
H A Dtestoutput9462 1X2
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c21169 int Y, M, D, A, B, X1, X2; in computeJD() local
21192 X2 = 306001*(M+1)/10000; in computeJD()
21193 p->iJD = (sqlite3_int64)((X1 + X2 + D + B - 1524.5 ) * 86400000); in computeJD()

Completed in 328 milliseconds