Home
last modified time | relevance | path

Searched refs:eq (Results 1 – 16 of 16) sorted by relevance

/PHP-7.0/ext/intl/tests/
H A Dcalendar_equals_before_after_basic.phpt21 var_dump("1 eq 1", $intlcal1->equals($intlcal1));
23 var_dump("1 eq 2", $intlcal1->equals($intlcal2));
27 var_dump("1 eq 3", $intlcal1->equals($intlcal3));
31 var_dump("3 eq 2", intlcal_equals($intlcal3, $intlcal2));
39 string(6) "1 eq 1"
41 string(6) "1 eq 2"
47 string(6) "1 eq 3"
53 string(6) "3 eq 2"
H A Dcollation_customization.phpt24 $eq = $eqrc < 0 ? "<" : ( $eqrc > 0 ? ">" : "=" );
25 $res .= " $eq $i";
H A Dregression_sort_eq.phpt2 Regression: sort() eq but different len.
H A Dregression_sortwsk_eq.phpt2 Regression: sort_wsk() eq but different len.
/PHP-7.0/ext/standard/tests/versioning/
H A Dversion_compare.phpt13 "eq", "=", "==",
118 1.0-dev eq 1.0-dev : true
132 1.0-dev eq 1.0a1 : false
146 1.0-dev eq 1.0b1 : false
160 1.0-dev eq 1.0RC1 : false
174 1.0-dev eq 1.0rc1 : false
188 1.0-dev eq 1.0 : false
202 1.0-dev eq 1.0pl1 : false
216 1.0a1 eq 1.0-dev : false
230 1.0a1 eq 1.0a1 : true
[all …]
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.init.d55 if [ $? -eq 1 ]; then
63 if [ $RETVAL -eq 0 ]; then
78 if [ $? -eq 1 ]; then
87 if [ $RETVAL -eq 0 ]; then
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_env.c73 char *eq = strchr(*envp, '='); in clearenv() local
77 if (eq) s[eq - *envp] = '\0'; in clearenv()
H A Dfpm_sockets.c338 char *eq; in fpm_sockets_init_main() local
344 eq = strchr(inherited, '='); in fpm_sockets_init_main()
345 if (eq) { in fpm_sockets_init_main()
346 *eq = '\0'; in fpm_sockets_init_main()
347 fd_no = atoi(eq + 1); in fpm_sockets_init_main()
/PHP-7.0/ext/standard/tests/serialize/
H A Dserialization_objects_015.phpt47 echo "\n\n--- a,b eq container:\n";
63 echo "\n\n--- a,b,c eq container:\n";
206 --- a,b eq container:
294 --- a,b,c eq container:
/PHP-7.0/ext/pcre/
H A Dconfig0.m438 if test "$pcre_minor_length" -eq 2 ; then
/PHP-7.0/ext/sqlite3/
H A Dconfig0.m417 if test "$ZTS" -eq "1"; then
/PHP-7.0/ext/pdo_pgsql/
H A Dconfig.m473 if test $? -eq 0 ; then
/PHP-7.0/
H A Drun-tests.php2259 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $ofs1, $idx2, $cnt1, $cnt2, $st);
2261 if ($eq > $eq1) {
2262 $eq1 = $eq;
2270 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $ofs2, $cnt1, $cnt2, $st);
2271 if ($eq > $eq2) {
2272 $eq2 = $eq;
/PHP-7.0/ext/ldap/tests/
H A DREADME101 index objectClass eq
/PHP-7.0/ext/hash/tests/
H A Dfnv1a32.phpt270 array( 'pTUCr(LkiF4~`eq@\\\\Lz\\|IXdLt@}8.nld2_l_LW&aWfHI(&&U!cS', '40202a4d' ),
H A Dfnv1a64.phpt205 array( ':1-)0y;Z</CS?pq{eq^+Y4Gf>lYfa:2|K?&\\:B7V', '16e6a228513a03c4' ),

Completed in 33 milliseconds