Home
last modified time | relevance | path

Searched refs:K (Results 1 – 25 of 115) sorted by last modified time

12345

/php-src/
H A DNEWS20 . Added support for Zend Max Execution Timers on FreeBSD. (Kévin Dunglas)
H A DEXTENSIONS400 PRIMARY MAINTAINER: Kristian Köhntopp <kris@koehntopp.de> (2000 - 2000)
/php-src/build/
H A Dlibtool.m4818 lt_cv_sys_max_cmd_len=12288; # 12K is about right
835 # all of the supported platforms: 8192 (on NT/2K/XP).
/php-src/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt10 $d = K,
19 define('K', "16 chars long --");
55 Parameter #3 [ <optional> $d = K ]
/php-src/ext/pcre/tests/
H A Dpreg_match_caseless_restrict.phpt21 echo "K substitute matching" . PHP_EOL;
58 var_dump(preg_match('/k(?^i)k/iur', "K\u{212a}")); // match
73 K substitute matching
/php-src/ext/pdo_firebird/tests/
H A Ddialect_1.phpt26 cast(0.76 as numeric(15, 2)) as K,
34 var_dump($row->K);
39 $dbh->exec('RECREATE TABLE test_dialect_1(K numeric(15, 2), DT date)');
40 $sql='INSERT INTO test_dialect_1(K, DT) values(?, ?)';
49 var_dump($row->K);
/php-src/ext/standard/
H A Dcrypt_sha256.c69 static const uint32_t K[64] = { variable
148 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
H A Dcrypt_sha512.c74 static const uint64_t K[80] = { variable
179 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
/php-src/ext/hash/
H A Dhash_ripemd.c166 #define K(n) K_values[ (n) >> 4] macro
229 tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
236 tmp = ROLS( j, a + F1(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
243 tmp = ROLS( j, a + F2(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
250 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
321 tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
329 tmp = ROLS( j, a + F1(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
337 tmp = ROLS( j, a + F2(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
345 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
420 tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)) + e; in RIPEMD160Transform()
[all …]
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_007.phpt10 zend.max_allowed_stack_size=256K
H A Dstack_limit_008.phpt10 zend.max_allowed_stack_size=256K
H A Dstack_limit_011.phpt10 zend.max_allowed_stack_size=256K
H A Dstack_limit_012.phpt10 zend.max_allowed_stack_size=256K
H A Dstack_limit_013.phpt10 zend.max_allowed_stack_size=64K
H A Dstack_limit_003.phpt10 zend.max_allowed_stack_size=256K
H A Dstack_limit_005.phpt10 zend.max_allowed_stack_size=128K
/php-src/ext/standard/tests/file/
H A Dfile.inc121 // write in terms of a chunk of 1 K to avoid memory size overflow
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt100 echo mb_detect_encoding("Kākā", ['UTF-8', 'ISO-8859-1', 'Windows-1251']), "\n";
103 echo mb_detect_encoding("Kōtuku", ['UTF-8', 'ISO-8859-1', 'Windows-1251']), "\n";
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_uquantity_overflow.phpt13 'No overflow 005' => '2K',
22 'Subject overflow 005' => '-1K',
23 'Subject overflow 006' => '-1 K',
24 'Multiplier overflow 001' => strval(PHP_INT_MAX).'K',
55 # No overflow 005: "2K"
99 # Subject overflow 005: "-1K"
101 Warning: Invalid quantity "-1K": value is out of range, using overflow result for backwards compati…
105 # Subject overflow 006: "-1 K"
107 Warning: Invalid quantity "-1 K": value is out of range, using overflow result for backwards compat…
H A Dzend_ini_parse_quantity.phpt48 # "1K"
51 # "0123K"
54 # "1K "
57 # "0123K "
120 # "1 K"
126 # "1 K "
192 # "+1K"
198 # "+1K "
264 # "+1 K"
336 # "-1K"
[all …]
H A Dzend_ini_parse_quantity_binary_prefixes.phpt105 # "0b11 K"
108 # "0B11 K"
111 # "0b11 K "
114 # "0B11 K "
225 # "+0b11 K"
228 # "+0B11 K"
231 # "+0b11 K "
234 # "+0B11 K "
345 # "-0b11 K"
348 # "-0B11 K"
[all …]
H A Dzend_ini_parse_quantity_error.phpt11 'K', # No digits
14 '1.0K', # Non integral digits.
27 "\x00 123K",
30 " 123K\x00",
41 # "K"
56 # "1.0K"
96 # " 123\000K"
101 # "\000 123K"
106 # " \000123K"
111 # " 123\000K"
[all …]
H A Dzend_ini_parse_quantity_hex_prefixes.phpt105 # "0x1F K"
108 # "0X1F K"
111 # "0x1F K "
114 # "0X1F K "
225 # "+0x1F K"
228 # "+0X1F K"
231 # "+0x1F K "
234 # "+0X1F K "
345 # "-0x1F K"
348 # "-0X1F K"
[all …]
H A Dzend_ini_parse_quantity_octal_prefixes.phpt105 # "0o14 K"
108 # "0O14 K"
111 # "0o14 K "
114 # "0O14 K "
225 # "+0o14 K"
228 # "+0O14 K"
231 # "+0o14 K "
234 # "+0O14 K "
345 # "-0o14 K"
348 # "-0O14 K"
[all …]
/php-src/Zend/tests/weakrefs/
H A Dgh10043-011.phpt6 class K {}
10 $k = new K;

Completed in 60 milliseconds

12345