/php-src/ext/hash/tests/ |
H A D | xxhash_secret.phpt | 2 Hash: xxHash secret 15 //$secret = random_bytes(256); 16 $secret = str_repeat('a', 256); 19 $ctx = hash_init($a, options: ["seed" => 24, "secret" => $secret]); 25 $ctx = hash_init($a, options: ["secret" => new StringableThrowingClass()]); 31 $ctx = hash_init($a, options: ["secret" => str_repeat('a', 17)]); 36 $ctx = hash_init($a, options: ["secret" => $secret]); 43 …sh($a, "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", options: ["secret" => $secret]); 50 string(67) "xxh3: Only one of seed or secret is to be passed for initialization" 52 Deprecated: hash_init(): Passing a secret of a type other than string is deprecated because it impl… [all …]
|
H A D | xxh3_convert_secret_to_string.phpt | 2 xxh3 convert secret to string should not modify (shm) array 6 hash_init("xxh3", options: $x = ["secret" => 4]); 11 Deprecated: hash_init(): Passing a secret of a type other than string is deprecated because it impl… 13 ["secret"]=>
|
H A D | xxhash_seed_deprecation.phpt | 12 hash_init($a, options: ["secret" => 42]); 26 Deprecated: hash_init(): Passing a secret of a type other than string is deprecated because it impl… 28 Deprecated: hash_init(): Passing a secret of a type other than string is deprecated because it impl…
|
/php-src/Zend/tests/ |
H A D | bug41961.phpt | 11 $myChild->secret(); // bug - invokes X::secret() instead of ChildClass::secret() 13 private function secret() { 19 private function secret() { } 23 public function secret() { 29 Called public ChildClass::secret() on an instance of: ChildClass
|
/php-src/ext/hash/xxhash/ |
H A D | xxhash.h | 3482 XXH_ASSERT(secret != NULL); in XXH3_len_1to3_64b() 3493 xxh_u64 const bitflip = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; in XXH3_len_1to3_64b() 3503 XXH_ASSERT(secret != NULL); in XXH3_len_4to8_64b() 3508 xxh_u64 const bitflip = (XXH_readLE64(secret+8) ^ XXH_readLE64(secret+16)) - seed; in XXH3_len_4to8_64b() 3539 return XXH64_avalanche(seed ^ (XXH_readLE64(secret+56) ^ XXH_readLE64(secret+64))); in XXH3_len_0to16_64b() 4545 return XXH3_hashLong_64b_internal(input, len, secret, sizeof(secret), in XXH3_hashLong_64b_withSeed_internal() 5029 xxh_u64 const bitflipl = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; in XXH3_len_1to3_128b() 5030 xxh_u64 const bitfliph = (XXH_readLE32(secret+8) ^ XXH_readLE32(secret+12)) - seed; in XXH3_len_1to3_128b() 5050 xxh_u64 const bitflip = (XXH_readLE64(secret+16) ^ XXH_readLE64(secret+24)) + seed; in XXH3_len_4to8_128b() 5150 xxh_u64 const bitflipl = XXH_readLE64(secret+64) ^ XXH_readLE64(secret+72); in XXH3_len_0to16_128b() [all …]
|
/php-src/Zend/tests/function_arguments/ |
H A D | sensitive_parameter_value_clone.phpt | 6 $v1 = new SensitiveParameterValue('secret'); 14 string(6) "secret" 15 string(6) "secret"
|
H A D | sensitive_parameter_value.phpt | 2 A SensitiveParameterValue keeps the inner value secret. 6 $v = new SensitiveParameterValue('secret'); 47 string(6) "secret"
|
H A D | sensitive_parameter_value_reflection.phpt | 6 $v = new SensitiveParameterValue('secret'); 15 string(6) "secret"
|
H A D | sensitive_parameter_value_no_dynamic_property.phpt | 6 $v = new SensitiveParameterValue('secret');
|
/php-src/Zend/tests/asymmetric_visibility/ |
H A D | unset.phpt | 9 public private(set) string $secret; 16 $this->secret = $s; 30 unset($this->secret); 58 var_dump($foo->secret ?? 'unset'); 66 Cannot unset private(set) property Foo::$secret from scope FooChild
|
/php-src/ext/spl/tests/ |
H A D | arrayObject_magicMethods1.phpt | 10 private $priv = 'secret'; 81 string(6) "secret" 96 string(6) "secret" 117 string(6) "secret" 132 string(6) "secret" 151 string(6) "secret" 166 string(6) "secret" 180 string(6) "secret" 191 string(6) "secret"
|
H A D | arrayObject_magicMethods3.phpt | 10 private $priv = 'secret'; 81 string(6) "secret" 96 string(6) "secret" 117 string(6) "secret" 132 string(6) "secret" 151 string(6) "secret" 166 string(6) "secret" 180 string(6) "secret" 191 string(6) "secret"
|
H A D | arrayObject_setFlags_basic2.phpt | 6 private $x = 'secret'; 25 string(6) "secret" 27 string(6) "secret"
|
H A D | arrayObject_magicMethods2.phpt | 10 private $priv = 'secret'; 85 string(6) "secret" 102 string(6) "secret" 121 string(6) "secret" 138 string(6) "secret" 155 string(6) "secret" 172 string(6) "secret" 186 string(6) "secret" 199 string(6) "secret"
|
H A D | arrayObject_magicMethods4.phpt | 10 private $priv = 'secret'; 84 string(6) "secret" 101 string(6) "secret" 122 string(6) "secret" 139 string(6) "secret" 158 string(6) "secret" 175 string(6) "secret" 189 string(6) "secret" 202 string(6) "secret"
|
H A D | arrayObject_magicMethods5.phpt | 10 private $priv = 'secret'; 87 string(6) "secret" 102 string(6) "secret" 122 string(6) "secret" 137 string(6) "secret" 157 string(6) "secret" 172 string(6) "secret" 189 string(6) "secret" 204 string(6) "secret"
|
H A D | arrayObject_magicMethods6.phpt | 10 private $priv = 'secret'; 84 string(6) "secret" 101 string(6) "secret" 122 string(6) "secret" 139 string(6) "secret" 158 string(6) "secret" 175 string(6) "secret" 189 string(6) "secret" 202 string(6) "secret"
|
/php-src/ext/sodium/tests/ |
H A D | bug78516.phpt | 11 $pass = password_hash('secret', PASSWORD_ARGON2ID, ['memory_cost' => 8191]); 14 $pass = password_hash('secret', PASSWORD_ARGON2I, ['memory_cost' => 8191]);
|
/php-src/ext/standard/tests/url/ |
H A D | parse_url_basic_005.phpt | 61 --> http://secret@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : str… 62 --> http://secret:@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : strin… 64 --> http://secret:hideout@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 … 65 --> http://secret@hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123… 66 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
|
H A D | parse_url_error_002.phpt | 6 $url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_re… 30 string(6) "secret"
|
H A D | urls.inc | 47 'http://secret@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123', 48 'http://secret:@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123', 50 'http://secret:hideout@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123', 51 'http://secret@hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123', 52 'http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
|
/php-src/Zend/tests/lazy_objects/rfc/ |
H A D | rfc_example_012.phpt | 39 return new ClientFactory('127.0.0.1', 'secret'); 77 string(6) "secret"
|
/php-src/ext/standard/tests/strings/ |
H A D | url_t.phpt | 50 'http://secret@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123', 51 'http://secret:@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123', 53 'http://secret:hideout@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123', 54 'http://secret@hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123', 55 'http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123', 530 string(6) "secret" 545 string(6) "secret" 581 string(6) "secret" 600 string(14) "secret@hideout" 617 string(6) "secret" [all …]
|
/php-src/ext/hash/ |
H A D | hash_xxhash.c | 199 if (len > sizeof(ctx->secret)) { in _PHP_XXH3_Init() 200 len = sizeof(ctx->secret); in _PHP_XXH3_Init() 201 …LL, E_WARNING, "%s: Secret content exceeding %zu bytes discarded", algo_name, sizeof(ctx->secret)); in _PHP_XXH3_Init() 203 memcpy((unsigned char *)ctx->secret, ZSTR_VAL(secret_string), len); in _PHP_XXH3_Init() 205 func_init_secret(&ctx->s, ctx->secret, len); in _PHP_XXH3_Init()
|
/php-src/.github/scripts/ |
H A D | setup-slapd.sh | 59 olcRootPW: secret 124 ldapadd -H ldapi:/// -D cn=Manager,dc=my-domain,dc=com -w secret <<EOF 166 …ldapsearch -d 255 -H ldaps://localhost -D cn=Manager,dc=my-domain,dc=com -w secret -s base -b dc=m…
|