Searched refs:eq (Results 1 – 16 of 16) sorted by relevance
/PHP-7.3/ext/intl/tests/ |
H A D | calendar_equals_before_after_basic.phpt | 21 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 D | collation_customization.phpt | 24 $eq = $eqrc < 0 ? "<" : ( $eqrc > 0 ? ">" : "=" ); 25 $res .= " $eq $i";
|
H A D | regression_sort_eq.phpt | 2 Regression: sort() eq but different len.
|
H A D | regression_sortwsk_eq.phpt | 2 Regression: sort_wsk() eq but different len.
|
/PHP-7.3/ext/standard/tests/versioning/ |
H A D | version_compare.phpt | 13 "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.3/sapi/phpdbg/ |
H A D | phpdbg.init.d | 55 if [ $? -eq 1 ]; then 63 if [ $RETVAL -eq 0 ]; then 78 if [ $? -eq 1 ]; then 87 if [ $RETVAL -eq 0 ]; then
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_env.c | 71 char *eq = strchr(*envp, '='); in clearenv() local 75 if (eq) s[eq - *envp] = '\0'; in clearenv()
|
H A D | fpm_sockets.c | 400 char *eq; in fpm_sockets_init_main() local 406 eq = strchr(inherited, '='); in fpm_sockets_init_main() 407 if (eq) { in fpm_sockets_init_main() 408 int sockpath_len = eq - inherited; in fpm_sockets_init_main() 415 fd_no = atoi(eq + 1); in fpm_sockets_init_main()
|
/PHP-7.3/ext/standard/tests/serialize/ |
H A D | serialization_objects_015.phpt | 45 echo "\n\n--- a,b eq container:\n"; 61 echo "\n\n--- a,b,c eq container:\n"; 204 --- a,b eq container: 292 --- a,b,c eq container:
|
/PHP-7.3/ext/sqlite3/ |
H A D | config0.m4 | 16 if test "$ZTS" -eq "1"; then
|
/PHP-7.3/ext/ftp/ |
H A D | ftp.c | 734 const char *semi, *eq; in ftp_mlsd_parse_line() local 744 eq = memchr(input, '=', semi - input); in ftp_mlsd_parse_line() 745 if (!eq) { in ftp_mlsd_parse_line() 750 ZVAL_STRINGL(&zstr, eq + 1, semi - eq - 1); in ftp_mlsd_parse_line() 751 zend_hash_str_update(ht, input, eq - input, &zstr); in ftp_mlsd_parse_line()
|
/PHP-7.3/ext/pdo_pgsql/ |
H A D | config.m4 | 72 if test $? -eq 0 ; then
|
/PHP-7.3/ |
H A D | run-tests.php | 2269 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $ofs1, $idx2, $cnt1, $cnt2, $st); 2271 if ($eq > $eq1) { 2272 $eq1 = $eq; 2280 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $ofs2, $cnt1, $cnt2, $st); 2281 if ($eq > $eq2) { 2282 $eq2 = $eq;
|
/PHP-7.3/ext/ldap/tests/ |
H A D | README | 101 index objectClass eq
|
/PHP-7.3/ext/hash/tests/ |
H A D | fnv1a32.phpt | 270 array( 'pTUCr(LkiF4~`eq@\\\\Lz\\|IXdLt@}8.nld2_l_LW&aWfHI(&&U!cS', '40202a4d' ),
|
H A D | fnv1a64.phpt | 205 array( ':1-)0y;Z</CS?pq{eq^+Y4Gf>lYfa:2|K?&\\:B7V', '16e6a228513a03c4' ),
|
Completed in 91 milliseconds