Home
last modified time | relevance | path

Searched refs:key (Results 376 – 400 of 1144) sorted by relevance

1...<<11121314151617181920>>...46

/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_assoc_basic.phpt24 // default key array for both $arr1 and $arr2 argument
27 // default key array for $arr1 and associative array for $arr2 argument
30 // associative array for $arr1 and default key array for $arr2
H A Darray_intersect_basic.phpt23 // default key array for both $arr1 and $arr2 argument
26 // default key array for $arr1 and associative array for $arr2 argument
29 // associative array for $arr1 and default key array for $arr2
H A Darray_rand_variation5.phpt6 * Description: Return key/keys for random entry/entries in the array
20 1 => 'one', 2.2 => 'float key', 0.9 => 'decimal key',
21 2e2 => 'exp key1', 2000e-3 => 'negative exp key',
H A Darray_walk_closure.phpt20 $func = function($value, $key, &$udata) {
32 $func = function($value, $key) use (&$user_data) {
45 $func = function($value, $key, &$udata) {
57 function sum_it_up_object($value, $key, $udata)
72 function sum_it_up_array($value, $key, $udata)
H A Darray_walk_objects.phpt6 function walk($key, $value) {
7 var_dump($value, $key);
H A Darray_walk_rec_objects.phpt6 function walk($key, $value) {
7 var_dump($value, $key);
H A Darray_push_error2.phpt2 Test array_push() function : error conditions - max int value as key
11 * Use PHP's maximum integer value as array key
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt12 …'eight', 'nine'); //array will have the default key values (0-9) and each value is the correspondi…
15 …e, if one is found it will be stored in $matches[0] which corresponds to a key in the $replacement…
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt49 Warning: SNMP::setSecurity(): Error generating a key for authentication pass phrase '': Generic err…
52 Warning: SNMP::setSecurity(): Error generating a key for authentication pass phrase 'te': Generic e…
58 Warning: SNMP::setSecurity(): Error generating a key for privacy pass phrase '': Generic error (The…
61 Warning: SNMP::setSecurity(): Error generating a key for privacy pass phrase 'ty': Generic error (T…
H A Dsnmp-object.phpt47 var_dump(key($z));
56 var_dump(key($z));
65 var_dump(key($z));
75 var_dump(key($z));
84 var_dump(key($z));
86 var_dump(key($z));
88 var_dump(key($z));
90 var_dump(key($z));
92 var_dump(key($z));
/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt39 foreach ($not_float_types as $key => $type ) {
40 echo "\n-- Iteration : $key --\n";
48 foreach ($not_float_types as $key => $type ) {
49 echo "\n-- Iteration : $key --\n";
/PHP-5.5/ext/spl/
H A Dspl.php558 function key(); function
843 function key() {/**/} function in ArrayIterator
1004 function key() {/**/} function in DirectoryIterator
1057 function key() {/**/} function in RecursiveDirectoryIterator
1115 function key() {/**/} function in SimpleXMLIterator
/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c340 char * php_sha256_crypt_r(const char *key, const char *salt, char *buffer, int buflen) in php_sha256_crypt_r() argument
390 key_len = strlen(key); in php_sha256_crypt_r()
392 if ((key - (char *) 0) % __alignof__ (uint32_t) != 0) { in php_sha256_crypt_r()
394key = copied_key = memcpy(tmp + __alignof__(uint32_t) - (tmp - (char *) 0) % __alignof__(uint32_t)… in php_sha256_crypt_r()
408 sha256_process_bytes(key, key_len, &ctx); in php_sha256_crypt_r()
421 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
427 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
445 sha256_process_bytes(key, key_len, &ctx); in php_sha256_crypt_r()
457 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
600 char * php_sha256_crypt(const char *key, const char *salt) in php_sha256_crypt() argument
[all …]
/PHP-5.5/ext/dba/tests/
H A Ddba_db4_011.phpt2 DBA DB4 with repeated key
17 var_dump(dba_insert("key2", "Same key", $db_file));
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_variation4.phpt13 /* Prototype : string mcrypt_ecb(string cipher, string key, string data, int mode, string iv)
14 * Description: ECB crypt/decrypt data using key key with cipher cipher starting with iv
32 $key = b'string_val';
118 var_dump(bin2hex(mcrypt_ecb($cipher, $key, $data, $value, $iv)));
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_jpgapp.phpt27 foreach ($arr as $key => $value) {
28 echo "$key - length: ". strlen($value) ."; md5: " . md5($value) . "\n" ;
/PHP-5.5/ext/simplexml/tests/
H A Dbug62639.phpt27 foreach ($a1->b->c->children() as $key => $value) {
42 foreach ($a2->b->c->children() as $key => $value) {
/PHP-5.5/ext/spl/internal/
H A Dinfiniteiterator.inc27 foreach($limit as $val=>$key)
29 echo "$val=>$key\n";
/PHP-5.5/ext/reflection/tests/
H A D008.phpt19 foreach ($a as $key=>$val) {
21 new ReflectionMethod($val, $b[$key]);
/PHP-5.5/ext/spl/examples/
H A Dclass_tree.php80 /** @return key() since that is the name we need
84 $result = parent::key();
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.h31 #define st_is_member(table,key) st_lookup(table,key,(st_data_t *)0) argument
/PHP-5.5/ext/xml/tests/
H A Dxml010.phpt13 foreach($attribs as $key => $value) {
14 print "$key = $value ";
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_ireplace.phpt36 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), array("key"=>"ttttTttttttttTT", "test"…
37 var_dump(str_ireplace(array("t"=>"tt", "y"=>"y"), array("a"=>"aaa", "b"=>"bbb"), array("key"=>"tttt…
85 ["key"]=>
91 ["key"]=>
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result_meta.c55 mysqlnd_is_key_numeric(const char * key, size_t length, long *idx) in mysqlnd_is_key_numeric() argument
57 register const char * tmp = key; in mysqlnd_is_key_numeric()
64 const char *end=key+length-1; in mysqlnd_is_key_numeric()
76 if (*key=='-') { in mysqlnd_is_key_numeric()
77 *idx = strtol(key, NULL, 10); in mysqlnd_is_key_numeric()
82 *idx = strtol(key, NULL, 10); in mysqlnd_is_key_numeric()
187 meta->zend_hash_keys[i].key = idx; in MYSQLND_METHOD()
189 meta->zend_hash_keys[i].key = in MYSQLND_METHOD()
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_basic.phpt29 foreach ($options as $key => $option) {
30 echo "-- Option is $key --\n";
31 switch ($key) {

Completed in 47 milliseconds

1...<<11121314151617181920>>...46