Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/pcre/pcrelib/
H A DHACKING59 used for a 16-bit data quantity, and the word "unit" is used for a quantity
143 items of variable length. The first unit in an item contains an opcode, and
160 These items are all just one unit long
201 OP_MARK is followed by the mark name, preceded by a one-unit length, and
212 the character may be more than one unit long. In UTF-32 mode, characters
213 are always exactly one unit long.
235 UTF-32 mode these are one-unit items.
257 unit. The opcodes are:
377 single-unit opcodes that tell the matcher that skipping the following
419 than one unit; in UTF-32 mode each character occupies exactly one unit.
[all …]
H A DNEWS336 3. The \R escape matches a single Unicode newline sequence as a single unit.
H A DChangeLog1932 later patch that removed the other one (the right fix) and added unit tests
/PHP-5.3/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.3/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.3/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 Dmake.dangerous.tar.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
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt881 gle-unit characters or UTF-16 strings, by adding
887 units and interpreted either as single-unit characters or UTF-32
1478 matches a single data unit, even in UTF-8, UTF-16 or UTF-32 modes, is
1480 through the subject string one character (not data unit) at a time, for
2627 Return information about the first data unit of any matched string, for
2658 256-bit table indicating a fixed set of values for the first data unit
2694 Return the value of the rightmost literal data unit that must exist in
4979 sequence is treated as a single unit that cannot be split.
5383 unit is one byte; in the 16-bit library it is a 16-bit unit; in the
7224 \C one data unit, even in UTF mode (best avoided)
[all …]
/PHP-5.3/ext/date/lib/
H A Dparse_date.re167 int unit;
681 switch (relunit->unit) {
H A Dparse_date.c169 int unit; member
683 switch (relunit->unit) { in timelib_set_relative()
/PHP-5.3/
H A DNEWS5918 - Fixed bug #35456 (+ 1 [time unit] format did not work). (Ilia)

Completed in 88 milliseconds