Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 15 of 15) sorted by relevance

/PHP-5.6/ext/date/tests/
H A Dbug52738.phpt6 public $unit = 1;
10 echo $I->unit."\n";
11 $I->unit++;
12 echo $I->unit."\n";
13 $I->unit = 42;
14 echo $I->unit."\n";
23 [unit] => 42
H A Dbug35456.phpt2 Bug #35456 (+ 1 [time unit] format did not work)
/PHP-5.6/ext/pcre/pcrelib/
H A DHACKING59 for a 16-bit data quantity, and the word "unit" is used for a quantity that is
149 variable length. The first unit in an item contains an opcode, and the length
161 bytes long in 8-bit mode (most significant byte first), or one unit in 16-bit
168 These items are all just one unit long
173 OP_ANYBYTE match any single unit, even in UTF-8/16 mode
214 OP_MARK is followed by the mark name, preceded by a one-unit length, and
225 the character may be more than one unit long. In UTF-32 mode, characters
226 are always exactly one unit long.
278 unit. The opcodes are:
388 All but the last three are single-unit items, with no data. The others are
[all …]
H A DNEWS441 3. The \R escape matches a single Unicode newline sequence as a single unit.
H A DChangeLog420 unit bit map for the list of possible characters. Now it does. This is an
2869 later patch that removed the other one (the right fix) and added unit tests
/PHP-5.6/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc2 …n from PEAR2_Pyrus_Developer_Creator_Zip by Greg Beaver, the original author, for use in unit tests
H A Dcorrupt_zipmaker.php.inc3 // specifically corrupted zip archives for unit-testing zip support in the phar extension
/PHP-5.6/ext/intl/tests/
H A Dut_common.inc3 * Run unit test in OO- and in procedural mode.
10 // Run unit test in OO mode.
14 // Run unit test in procedural mode.
/PHP-5.6/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc2 …n from PEAR2_Pyrus_Developer_Creator_Tar by Greg Beaver, the original author, for use in unit tests
H A Dcorrupt_tarmaker.php.inc2 …n from PEAR2_Pyrus_Developer_Creator_Tar by Greg Beaver, the original author, for use in unit tests
H A Dmake.dangerous.tar.php.inc2 …n from PEAR2_Pyrus_Developer_Creator_Tar by Greg Beaver, the original author, for use in unit tests
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt915 gle-unit characters or UTF-16 strings, by adding
921 32-bit data units and interpreted either as single-unit characters or
1521 matches a single data unit, even in UTF-8, UTF-16 or UTF-32 modes, is
1523 through the subject string one character (not data unit) at a time, for
2075 the data unit that was being processed when the error was discovered is
2078 or UTF-16 string, the offset is that of the first data unit of the
2748 Return information about the first data unit of any matched string, for
5290 sequence is treated as a single unit that cannot be split.
5713 unit is one byte; in the 16-bit library it is a 16-bit unit; in the
7720 \C one data unit, even in UTF mode (best avoided)
[all …]
/PHP-5.6/ext/date/lib/
H A Dparse_date.re173 int unit;
657 switch (relunit->unit) {
H A Dparse_date.c175 int unit; member
659 switch (relunit->unit) { in timelib_set_relative()
/PHP-5.6/
H A DNEWS3567 Type=notify in the systemd unit file. (Remi)
3825 Type=notify in the systemd unit file. (Remi)
5072 . Introducing unit tests for extension with ~full coverage.
10546 - Fixed bug #35456 (+ 1 [time unit] format did not work). (Ilia)

Completed in 109 milliseconds