Searched refs:unit (Results 1 – 15 of 15) sorted by relevance
/PHP-5.4/ext/date/tests/ |
H A D | bug52738.phpt | 6 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 D | bug35456.phpt | 2 Bug #35456 (+ 1 [time unit] format did not work)
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | HACKING | 59 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 D | NEWS | 433 3. The \R escape matches a single Unicode newline sequence as a single unit.
|
H A D | ChangeLog | 244 unit bit map for the list of possible characters. Now it does. This is an 2693 later patch that removed the other one (the right fix) and added unit tests
|
/PHP-5.4/ext/phar/tests/zip/files/ |
H A D | zipmaker.php.inc | 2 …n from PEAR2_Pyrus_Developer_Creator_Zip by Greg Beaver, the original author, for use in unit tests
|
H A D | corrupt_zipmaker.php.inc | 3 // specifically corrupted zip archives for unit-testing zip support in the phar extension
|
/PHP-5.4/ext/intl/tests/ |
H A D | ut_common.inc | 3 * 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.4/ext/phar/tests/tar/files/ |
H A D | tarmaker.php.inc | 2 …n from PEAR2_Pyrus_Developer_Creator_Tar by Greg Beaver, the original author, for use in unit tests
|
H A D | corrupt_tarmaker.php.inc | 2 …n from PEAR2_Pyrus_Developer_Creator_Tar by Greg Beaver, the original author, for use in unit tests
|
H A D | make.dangerous.tar.php.inc | 2 …n from PEAR2_Pyrus_Developer_Creator_Tar by Greg Beaver, the original author, for use in unit tests
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 904 gle-unit characters or UTF-16 strings, by adding 910 32-bit data units and interpreted either as single-unit characters or 1510 matches a single data unit, even in UTF-8, UTF-16 or UTF-32 modes, is 1512 through the subject string one character (not data unit) at a time, for 2064 the data unit that was being processed when the error was discovered is 2067 or UTF-16 string, the offset is that of the first data unit of the 2737 Return information about the first data unit of any matched string, for 5266 sequence is treated as a single unit that cannot be split. 5689 unit is one byte; in the 16-bit library it is a 16-bit unit; in the 7696 \C one data unit, even in UTF mode (best avoided) [all …]
|
/PHP-5.4/ext/date/lib/ |
H A D | parse_date.re | 167 int unit; 682 switch (relunit->unit) {
|
H A D | parse_date.c | 169 int unit; member 684 switch (relunit->unit) { in timelib_set_relative()
|
/PHP-5.4/ |
H A D | NEWS | 1061 Type=notify in the systemd unit file. (Remi) 2305 . Introducing unit tests for extension with ~full coverage. 7779 - Fixed bug #35456 (+ 1 [time unit] format did not work). (Ilia)
|
Completed in 91 milliseconds