Home
last modified time | relevance | path

Searched refs:di (Results 1 – 23 of 23) sorted by relevance

/php-src/ext/spl/tests/
H A Ddit_006.phpt5 $di = new DirectoryIterator(__DIR__."/..");
6 $di->seek(2);
9 while ($di->valid()) {
11 $di->next();
15 $di->seek(0);
18 while ($di->valid()) {
20 $di->next();
25 $di->rewind();
26 while ($di->valid()) {
28 $di->next();
[all …]
H A Dbug70561.phpt5 $di = new DirectoryIterator(__DIR__ . '/..');
8 $di->rewind();
9 while ($di->valid()) {
11 $di->next();
15 $di->seek($cnt+1);
19 echo "Is valid? " . (int) $di->valid() . PHP_EOL;
H A Dbug68825.phpt20 $di = new \DirectoryIterator($dir);
21 foreach ($di as $entry) {
/php-src/ext/intl/tests/
H A Dcollation_customization.phpt42 $res .= cmp_array( $coll, array( 'di Silva', 'Di Silva', 'diSilva', 'U.S.A.', 'USA' ) );
46 $res .= cmp_array( $coll, array( 'di Silva', 'diSilva', 'Di Silva', 'U.S.A.', 'USA' ) );
50 $res .= cmp_array( $coll, array( 'di Silva', 'diSilva', 'Di Silva', 'U.S.A.', 'USA' ) );
68 di Silva < Di Silva < diSilva < U.S.A. < USA
69 di Silva = diSilva < Di Silva < U.S.A. = USA
70 di Silva < diSilva < Di Silva < U.S.A. < USA
/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c384 DBDATEREC di; in pdo_dblib_stmt_get_col() local
388 dbdatecrack(H->link, &di, (DBDATETIME *) &dt); in pdo_dblib_stmt_get_col()
392 di.year, di.month, di.day, di.hour, di.minute, di.second in pdo_dblib_stmt_get_col()
394 di.dateyear, di.datemonth+1, di.datedmonth, di.datehour, di.dateminute, di.datesecond in pdo_dblib_stmt_get_col()
/php-src/ext/date/tests/
H A Ddate_period.phpt8 $di = DateInterval::createFromDateString( 'first day of next month' );
10 foreach ( new DatePeriod( $db, $di, $de ) as $dt )
19 $di = DateInterval::createFromDateString( 'last thursday of next month' );
21 foreach ( new DatePeriod( $db, $di, $de, DatePeriod::EXCLUDE_START_DATE ) as $dt )
H A Dbug52738.phpt5 class di extends DateInterval {
9 $I = new di('P10D');
22 di Object
H A Dbug71889.phpt7 $di = new DateInterval('P1D');
8 var_dump($di->format("%"));
H A Ddate_period-immutable.phpt9 $di = DateInterval::createFromDateString( 'first day of next month' );
11 foreach ( new DatePeriod( $db1, $di, $de ) as $dt )
19 foreach ( new DatePeriod( $db2, $di, $de ) as $dt )
H A Dbug53437_var3.phpt9 $di = unserialize($s);
10 var_dump($di);
H A Dbug53437_var5.phpt9 $di = unserialize($s);
10 var_dump($di);
H A Dbug53437_var6.phpt9 $di = unserialize($s);
10 var_dump($di);
H A Dbug64992.phpt11 $di = new DateInterval('P6M');
14 $dt->add($di);
H A Dbug52808.phpt19 $di = new DateInterval($iv);
20 var_dump($di);
H A DDateTimeImmutable_uninitialised_exceptions.phpt25 $di = DateInterval::createFromDateString("tomorrow");
34 check(fn() => $mdti->add($di));
35 check(fn() => $mdti->sub($di));
H A DDateTime_uninitialised_exceptions.phpt25 $di = DateInterval::createFromDateString("tomorrow");
35 check(fn() => $mdt->add($di));
36 check(fn() => $mdt->sub($di));
/php-src/ext/pcre/tests/
H A Dgh11956.phpt15 string(2) "di"
/php-src/ext/opcache/jit/ir/
H A Dir_x86.h20 _(R7, rdi, edi, di, r7b, __) \
58 _(R7, ___, edi, di, __, __) \
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt91 printf("[%04di] [%d] %s\n", $offset + 1, $mysqli->errno, $mysqli->error);
H A Dmysqli_fetch_all_oo.phpt107 printf("[%04di] [%d] %s\n", $offset + 1, $link->errno, $link->error);
H A Dmysqli_fetch_array.phpt89 … printf("[%04di] [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link));
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12664 # assembler instructions: mov di,077c;cmp word ptrl[di],a55a;jnz
12741 # assembler instructions: ..;mov ds,ax;mov si,7c00;mov di,..00
12794 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
13564 # assembler instructions: mov di,0600h;mov cx,0100h
27555 # at different offsets assembler instructions: push di; jump decomp_start_n2b
H A Dmagic12664 # assembler instructions: mov di,077c;cmp word ptrl[di],a55a;jnz
12741 # assembler instructions: ..;mov ds,ax;mov si,7c00;mov di,..00
12794 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
13564 # assembler instructions: mov di,0600h;mov cx,0100h
27555 # at different offsets assembler instructions: push di; jump decomp_start_n2b

Completed in 186 milliseconds