Home
last modified time | relevance | path

Searched refs:key (Results 251 – 275 of 1144) sorted by relevance

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

/PHP-5.5/ext/spl/tests/
H A Dbug32394.phpt9 foreach($object as $key => $value)
11 $object->offsetUnset($key);
H A Diterator_010.phpt8 foreach(new LimitIterator(new EmptyIterator(), 0, 3) as $key => $val)
10 echo "$key=>$val\n";
H A Diterator_017.phpt8 foreach(new LimitIterator(new EmptyIterator(), 0, 3) as $key => $val)
10 echo "$key=>$val\n";
H A Dbug28822.phpt7 $array->offsetSet('key', 'value');
8 var_dump($array->offsetExists('key'));
H A Dbug31926.phpt9 foreach($it as $key => $val) {
10 var_dump($key, $val);
H A Dbug42654.phpt15 $key = $iterator->key();
16 echo "update $key\n";
18 $iterator->offsetSet($key, 'alter');
/PHP-5.5/tests/lang/
H A DforeachLoop.017.phpt6 foreach ($a as $val=>$key) echo $key;
H A Dbug23624.phpt2 Bug #23624 (foreach leaves current array key as null)
7 foreach($arr as $key => $value);
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c221 char *key; in ZEND_INI_MH() local
224 if (key) { in ZEND_INI_MH()
968 char *key; in accel_make_persistent_key_ex() local
971 if (key) { in accel_make_persistent_key_ex()
1043 return ZCG(key); in accel_make_persistent_key_ex()
1296 if (key == ZCG(key)) { in compile_and_cache_file()
1502 key = ZCG(key);
1848 key &&
2011 key &&
2618 char *key; local
[all …]
/PHP-5.5/Zend/tests/
H A Dforeach.phpt6 foreach($foo as $key => &$val) {
8 $foo[$key] = 0;
H A Dbug41372.phpt7 echo key($Foo),"\n";
9 echo key($Foo),"\n";
H A Dindexing_001.phpt5 echo "*** Indexing - Testing value assignment with key ***\n";
13 echo "\n*** Indexing - Testing reference assignment with key ***\n";
21 echo "*** Indexing - Testing value assignment no key ***\n";
29 echo "\n*** Indexing - Testing reference assignment no key ***\n";
42 *** Indexing - Testing value assignment with key ***
89 *** Indexing - Testing reference assignment with key ***
130 *** Indexing - Testing value assignment no key ***
172 *** Indexing - Testing reference assignment no key ***
H A Dbug53347.phpt8 public static function isValidFormatCode( $type, $key )
10 return isset( self::${$type}[$key] );
H A D007.phpt40 ["key"]=>
50 ["key"]=>
60 ["key"]=>
/PHP-5.5/ext/dba/tests/
H A Ddba_gdbm.phpt24 "key number 6" written
25 Failed to write "key number 6" 2nd time
29 ["key number 6"]=>
H A Ddba_qdbm.phpt22 "key number 6" written
23 Failed to write "key number 6" 2nd time
27 ["key number 6"]=>
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_filters.phpt17 $key = substr(md5('pass1'.$passphrase, true) .
19 $opts = array('iv'=>$iv, 'key'=>$key);
/PHP-5.5/ext/standard/tests/strings/
H A Dbug27276.phpt8 $key = "{BLURPS}";
10 str_replace($key, $replacement, $string);
/PHP-5.5/ext/soap/tests/schema/
H A Dschema055.phpt23 …="ns2:Map"><item><key xsi:type="xsd:string">a</key><value xsi:type="xsd:int">123</value></item><it…
/PHP-5.5/ext/sysvshm/tests/
H A D005.phpt8 $key = ftok(__FILE__, 't');
9 $s = shm_attach($key, 1024);
48 Warning: shm_get_var(): variable key 1000 doesn't exist in %s005.php on line %d
51 Warning: shm_get_var(): variable key -10000 doesn't exist in %s005.php on line %d
/PHP-5.5/ext/standard/tests/array/
H A Dkrsort_variation9.phpt2 Test krsort() function : usage variations - sort array with/without key values
6 * Description: Sort an array by key in reverse order, maintaining key to data correlation.
11 * Testing krsort() by providing arrays with/without key values for $array argument
19 // list of arrays with/without key values
31 echo "\n-- Testing krsort() by supplying various arrays with/without key values --\n";
54 -- Testing krsort() by supplying various arrays with/without key values --
H A Dksort_variation3.phpt6 * Description: Sort an array by key, maintaining key to data correlation
22 // negative/posative integer key value array
25 // float key values
49 foreach($flags as $key => $flag){
50 echo "- Sort flag = $key -\n";
/PHP-5.5/ext/xml/tests/
H A Dbug35447.phpt16 key CDATA #REQUIRED
20 <resource key="rSeeYou">A bient&amp;244;t</resource>
41 ["key"]=>
/PHP-5.5/ext/standard/
H A Dphp_crypt_r.h52 extern char * php_sha512_crypt_r (const char *key, const char *salt, char *buffer, int buflen);
53 extern char * php_sha256_crypt_r (const char *key, const char *salt, char *buffer, int buflen);
/PHP-5.5/ext/openssl/tests/
H A D021.phpt8 $priv = "file://" . dirname(__FILE__) . "/private.key";
10 $pub = "file://" . dirname(__FILE__) . "/public.key";
54 Warning: openssl_csr_sign(): cannot get private key from parameter 3 in %s on line %d
72 Warning: openssl_csr_sign(): key array must be of the form array(0 => key, 1 => phrase) in %s on li…
74 Warning: openssl_csr_sign(): cannot get private key from parameter 3 in %s on line %d

Completed in 32 milliseconds

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