Searched refs:blocks (Results 1 – 25 of 40) sorted by relevance
12
/PHP-5.4/Zend/tests/ |
H A D | jump14.phpt | 2 Testing GOTO inside blocks
|
H A D | jump13.phpt | 2 jump 10: goto with try blocks
|
/PHP-5.4/ext/filter/ |
H A D | logical_filters.c | 595 int blocks = 0; in _php_filter_validate_ipv6() local 627 blocks = 2; in _php_filter_validate_ipv6() 642 blocks++; /* :: means 1 or more 16-bit 0 blocks */ in _php_filter_validate_ipv6() 646 return (blocks <= 8); in _php_filter_validate_ipv6() 664 if (++blocks > 8) in _php_filter_validate_ipv6() 667 return ((compressed && blocks <= 8) || blocks == 8); in _php_filter_validate_ipv6()
|
/PHP-5.4/ext/standard/tests/file/ |
H A D | lstat_stat_variation19.phpt | 117 ["blocks"]=> 171 ["blocks"]=> 227 ["blocks"]=> 281 ["blocks"]=>
|
H A D | lstat_stat_variation20.phpt | 119 ["blocks"]=> 175 ["blocks"]=> 229 ["blocks"]=> 283 ["blocks"]=>
|
H A D | stat_variation7-win32.phpt | 129 ["blocks"]=> 183 ["blocks"]=> 239 ["blocks"]=> 293 ["blocks"]=>
|
H A D | userwrapper.phpt | 30 'blksize'=>-1, 'blocks'=>-1); 79 [blocks] => -1
|
H A D | lstat_stat_basic.phpt | 149 ["blocks"]=> 203 ["blocks"]=> 259 ["blocks"]=> 313 ["blocks"]=>
|
H A D | fstat_basic.phpt | 62 ["blocks"]=>
|
H A D | fstat.phpt | 68 ["blocks"]=>
|
H A D | lstat_stat_variation18.phpt | 116 ["blocks"]=> 172 ["blocks"]=>
|
H A D | rename_basic.phpt | 30 "rdev", "size", "atime", "mtime", "blksize", "blocks");
|
H A D | stat_basic-win32.phpt | 130 ["blocks"]=> 184 ["blocks"]=>
|
H A D | lstat_stat_variation2.phpt | 42 "rdev", "size", "atime", "mtime", "blksize", "blocks");
|
H A D | lstat_stat_variation7.phpt | 39 $comp_arr = array(7, 12, 'size', 'blocks');
|
H A D | copy_variation18.phpt | 38 "blksize", "blocks");
|
/PHP-5.4/tests/classes/ |
H A D | autoload_008.phpt | 2 Ensure catch blocks for unknown exception types do not trigger autoload.
|
/PHP-5.4/ext/mcrypt/tests/ |
H A D | mcrypt_ecb.phpt | 14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
|
H A D | mcrypt_ofb.phpt | 14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
|
H A D | mcrypt_cbc.phpt | 14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
|
H A D | mcrypt_cfb.phpt | 14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
|
H A D | mcrypt_decrypt.phpt | 15 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
|
/PHP-5.4/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 58 // the driver reads columns in blocks of 255 bytes and then reassembles those blocks into a single … 59 … sure that the reassembly works (and that the column is split into 255 byte blocks by the database) 64 …// use the alphabet instead of 'i' characters to make sure the blocks don't overlap when they are …
|
/PHP-5.4/ext/phar/tests/ |
H A D | stat.phpt | 127 ["blocks"]=> 182 ["blocks"]=>
|
/PHP-5.4/ext/pdo_mysql/tests/ |
H A D | bug_41997.phpt | 2 PDO MySQL Bug #41997 (stored procedure call returning single rowset blocks future queries)
|
Completed in 34 milliseconds
12