Home
last modified time | relevance | path

Searched refs:key (Results 401 – 425 of 1144) sorted by relevance

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

/PHP-5.5/ext/openssl/tests/
H A D024.phpt8 $privkey = "file://" . dirname(__FILE__) . "/private.key";
46 Warning: openssl_pkcs7_decrypt(): unable to get private key in %s on line %d
61 Warning: openssl_pkcs7_decrypt(): unable to get private key in %s on line %d
/PHP-5.5/ext/dba/
H A Ddba_flatfile.c40 #define FLATFILE_GKEY datum gkey; gkey.dptr = (char *) key; gkey.dsize = keylen
96 php_error_docref1(NULL TSRMLS_CC, key, E_WARNING, "Operation not possible"); in DBA_UPDATE_FUNC()
99 php_error_docref2(NULL TSRMLS_CC, key, val, E_WARNING, "Unknown return value"); in DBA_UPDATE_FUNC()
/PHP-5.5/ext/standard/tests/strings/
H A Dlcfirst.phpt69 public function __set($key, $value) {
70 if (array_key_exists($key, $this->vars)) {
71 $this->vars[$key] = $value;
75 public function __get($key) {
76 if (array_key_exists($key, $this->vars)) {
77 return $this->vars[$key];
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c157 char *key, *val; in PHP_FUNCTION() local
164 APR_ARRAY_FOREACH_OPEN(arr, key, val) in PHP_FUNCTION()
166 add_assoc_string(return_value, key, val, 1); in PHP_FUNCTION()
177 char *key, *val; in PHP_FUNCTION() local
184 APR_ARRAY_FOREACH_OPEN(arr, key, val) in PHP_FUNCTION()
186 add_assoc_string(return_value, key, val, 1); in PHP_FUNCTION()
/PHP-5.5/sapi/apache/
H A Dphp_apache.c256 php_info_print_table_row(2, elts[i].key, elts[i].val); in PHP_MINFO_FUNCTION()
275 if (env[i].key) { in PHP_MINFO_FUNCTION()
276 php_info_print_table_row(2, env[i].key, env[i].val); in PHP_MINFO_FUNCTION()
283 if (env[i].key) { in PHP_MINFO_FUNCTION()
284 php_info_print_table_row(2, env[i].key, env[i].val); in PHP_MINFO_FUNCTION()
404 if (!tenv[i].key) { in PHP_FUNCTION()
407 …if (add_assoc_string(return_value, tenv[i].key, (tenv[i].val==NULL) ? "" : tenv[i].val, 1)==FAILUR… in PHP_FUNCTION()
426 if (!tenv[i].key) continue; in PHP_FUNCTION()
427 …if (add_assoc_string(return_value, tenv[i].key, (tenv[i].val==NULL) ? "" : tenv[i].val, 1)==FAILUR… in PHP_FUNCTION()
H A Dmod_php5.c74 char *key; member
273 if (sapi_module.input_filter(PARSE_SERVER, elts[i].key, &val, val_len, &new_val_len TSRMLS_CC)) { in sapi_apache_register_server_variables()
274 php_register_variable_safe(elts[i].key, val, new_val_len, track_vars_array TSRMLS_CC); in sapi_apache_register_server_variables()
715 free(per_dir_entry->key); in destroy_per_dir_entry()
726 per_dir_entry->key = (char *) malloc(tmp.key_length+1); in copy_per_dir_entry()
727 memcpy(per_dir_entry->key, tmp.key, tmp.key_length); in copy_per_dir_entry()
728 per_dir_entry->key[per_dir_entry->key_length] = 0; in copy_per_dir_entry()
818 per_dir_entry.key = (char *) malloc(per_dir_entry.key_length+1); in php_apache_value_handler_ex()
819 memcpy(per_dir_entry.key, arg1, per_dir_entry.key_length); in php_apache_value_handler_ex()
820 per_dir_entry.key[per_dir_entry.key_length] = 0; in php_apache_value_handler_ex()
[all …]
/PHP-5.5/ext/standard/
H A Dcrypt_sha512.c375 php_sha512_crypt_r(const char *key, const char *salt, char *buffer, int buflen) { in php_sha512_crypt_r() argument
424 key_len = strlen(key); in php_sha512_crypt_r()
426 if ((key - (char *) 0) % __alignof__ (uint64_t) != 0) { in php_sha512_crypt_r()
428 key = copied_key = in php_sha512_crypt_r()
442 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
455 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
461 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
479 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
491 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
647 php_sha512_crypt(const char *key, const char *salt) { in php_sha512_crypt() argument
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dlast_insert_id.phpt15 print_r($db->query("CREATE TABLE test (id int auto_increment primary key, num int)"));
25 [queryString] => CREATE TABLE test (id int auto_increment primary key, num int)
/PHP-5.5/ext/spl/internal/
H A Demptyiterator.inc48 function key()
50 throw new Exception('Accessing the key of an EmptyIterator');
/PHP-5.5/ext/standard/tests/array/
H A Dreset_basic.phpt19 echo key($array) . " => " . current($array) . "\n";
25 echo key($array) . " => " . current($array) . "\n";
H A Darray_diff_uassoc_variation9.phpt22 foreach($input_arrays as $key =>$value) {
23 echo "\n--$key--\n";
H A Darray_intersect_key_variation4.phpt21 foreach($input_arrays as $key =>$value) {
22 echo "\n--$key--\n";
H A Dend_basic.phpt19 echo key($array) . " => " . current($array) . "\n";
25 echo key($array) . " => " . current($array) . "\n";
/PHP-5.5/ext/date/tests/
H A Dgmstrftime_variation8.phpt25 foreach($inputs as $key =>$value) {
26 echo "\n--$key--\n";
/PHP-5.5/ext/sysvshm/tests/
H A D004.phpt8 $key = ftok(__FILE__, 't');
9 $s = shm_attach($key, 1024);
H A D007.phpt8 $key = ftok(__FILE__, 't');
9 $s = shm_attach($key, 1024);
/PHP-5.5/Zend/tests/
H A Dbug32674.phpt30 public function key() {
32 $element = key($this->_elements);
/PHP-5.5/ext/spl/tests/
H A Darray_003.phpt31 foreach($test as $key => $val)
33 echo "$key => $val\n";
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_variation3.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, $value, $mode, $iv)));
H A Dmcrypt_encrypt_variation3.phpt11 /* Prototype : string mcrypt_encrypt(string cipher, string key, string data, string mode, string i…
12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
30 $key = b'string_val';
116 var_dump( bin2hex(mcrypt_encrypt($cipher, $key, $value, $mode, $iv) ));
H A Dmcrypt_decrypt_variation3.phpt11 /* Prototype : string mcrypt_decrypt(string cipher, string key, string data, string mode, string i…
12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
30 $key = b'string_val';
116 var_dump(bin2hex(mcrypt_decrypt($cipher, $key, $value, $mode, $iv)));
H A Dmcrypt_ecb_variation5.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, $mode, $value)));
/PHP-5.5/ext/soap/
H A Dphp_sdl.c208 zend_hash_find(sdl->bindings, key.c, key.len, (void **)&binding); in get_binding_from_name()
1802 char *key; in sdl_serialize_key() local
2446 char *key; in make_persistent_sdl_function_headers() local
2514 char *key; in make_persistent_sdl_parameters() local
2561 char *key; in make_persistent_sdl_function_faults() local
2610 char *key; in make_persistent_sdl_attribute() local
2722 char *key; in make_persistent_sdl_type() local
2956 char *key; in make_persistent_sdl() local
3253 efree(key); in get_sdl()
3361 efree(key); in get_sdl()
[all …]
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchheader_basic.phpt25 foreach ($options as $key => $option) {
26 echo "-- Option is $key --\n";
27 if ($key == 'FT_UID') {
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c104 static void resourcebundle_iterator_key( zend_object_iterator *iter, zval *key TSRMLS_DC ) in resourcebundle_iterator_key()
113 ZVAL_STRING(key, iterator->currentkey, 1); in resourcebundle_iterator_key()
115 ZVAL_LONG(key, iterator->i); in resourcebundle_iterator_key()

Completed in 62 milliseconds

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