Home
last modified time | relevance | path

Searched refs:key (Results 226 – 250 of 1086) sorted by relevance

12345678910>>...44

/PHP-5.4/ext/sysvshm/tests/
H A D003.phpt8 $key = ftok(dirname(__FILE__)."/003.phpt", 'q');
13 $s = shm_attach($key);
28 $key = ftok(dirname(__FILE__)."/003.phpt", 'q');
29 $s = shm_attach($key);
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.4/sapi/apache2handler/
H A Dphp_apache.h58 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument
64 key = elts[i].key; \
/PHP-5.4/ext/openssl/tests/
H A Dbug36732.phpt24 $key = openssl_pkey_new();
25 $csr = openssl_csr_new($dn, $key, $configargs);
26 $crt = openssl_csr_sign($csr, NULL, $key, 365, $configargs);
H A D013.phpt8 $pub_key = "file://" . dirname(__FILE__) . "/public.key";
9 $priv_key = "file://" . dirname(__FILE__) . "/private.key";
25 Warning: openssl_open(): unable to coerce parameter 4 into a private key in %s on line %d
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
/PHP-5.4/ext/standard/tests/array/
H A Dnext_basic.phpt17 echo key($array) . " => " . current($array) . "\n";
20 echo key($array) . " => " . current($array) . "\n";
23 echo key($array) . " => " . current($array) . "\n";
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.4/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 Dbug42654.phpt15 $key = $iterator->key();
16 echo "update $key\n";
18 $iterator->offsetSet($key, 'alter');
H A Dbug31926.phpt9 foreach($it as $key => $val) {
10 var_dump($key, $val);
/PHP-5.4/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.4/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] );
/PHP-5.4/ext/mcrypt/tests/
H A Dmcrypt_filters.phpt17 $key = substr(md5('pass1'.$passphrase, true) .
19 $opts = array('iv'=>$iv, 'key'=>$key);
/PHP-5.4/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.4/ext/standard/tests/strings/
H A Dbug27276.phpt8 $key = "{BLURPS}";
10 str_replace($key, $replacement, $string);
/PHP-5.4/Zend/
H A Dzend_object_handlers.c309 if (key) { in zend_get_property_info_quick()
325 if (key) { in zend_get_property_info_quick()
338 if (key) { in zend_get_property_info_quick()
440 key = NULL; in zend_std_read_property()
538 key = NULL; in zend_std_write_property()
730 key = NULL; in zend_std_get_property_ptr_ptr()
803 key = NULL; in zend_std_unset_property()
1078 if (UNEXPECTED(!key)) { in zend_std_get_method()
1228 if (UNEXPECTED(!key)) { in zend_std_get_static_method()
1241 if (UNEXPECTED(!key) || in zend_std_get_static_property()
[all …]

Completed in 60 milliseconds

12345678910>>...44