Home
last modified time | relevance | path

Searched refs:key (Results 276 – 300 of 1144) sorted by relevance

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

/PHP-5.5/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()
441 key = NULL; in zend_std_read_property()
539 key = NULL; in zend_std_write_property()
731 key = NULL; in zend_std_get_property_ptr_ptr()
809 key = NULL; in zend_std_unset_property()
1084 if (UNEXPECTED(!key)) { in zend_std_get_method()
1234 if (UNEXPECTED(!key)) { in zend_std_get_static_method()
1247 if (UNEXPECTED(!key) || in zend_std_get_static_property()
[all …]
H A Dzend_generators.c106 if (generator->key) { in zend_generator_close()
107 zval_ptr_dtor(&generator->key); in zend_generator_close()
108 generator->key = NULL; in zend_generator_close()
246 zend_hash_quick_update(target, key->arKey, key->nKeyLength, key->h, var, sizeof(zval *), NULL); in copy_closure_static_var()
477 ZEND_METHOD(Generator, key) in ZEND_METHOD() argument
489 if (generator->key) { in ZEND_METHOD()
490 RETURN_ZVAL(generator->key, 1, 0); in ZEND_METHOD()
644 if (generator->key) { in zend_generator_iterator_get_key()
645 ZVAL_ZVAL(key, generator->key, 1, 0); in zend_generator_iterator_get_key()
647 ZVAL_NULL(key); in zend_generator_iterator_get_key()
[all …]
/PHP-5.5/ext/openssl/
H A Dopenssl.c1418 if (key) { in PHP_FUNCTION()
2610 if (key) { in PHP_FUNCTION()
2931 return key; in php_openssl_evp_from_zval()
3201 EVP_PKEY * key; in PHP_FUNCTION() local
3260 EVP_PKEY * key; in PHP_FUNCTION() local
3338 zval *key; in PHP_FUNCTION() local
3376 zval *key; in PHP_FUNCTION() local
4291 zval **key; in PHP_FUNCTION() local
4974 efree(key); in PHP_FUNCTION()
5056 efree(key); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_key_basic.phpt2 SPL: SplFileObject::key basic
16 echo $s->key();
H A DSplFixedArray_key_setsize.phpt2 SplFixedArray::key() when the array has a size higher than the amount of values specified.
15 echo $array->key( );
H A DSplFileObject_key_error001.phpt2 SPL: SplFileObject::key error
17 var_dump($s->key());
H A DSplFileObject_key_error002.phpt2 SPL: SplFileObject::key error
17 var_dump($s->key());
H A Darray_021.phpt8 public function seek($key)
10 echo __METHOD__ . "($key)\n";
/PHP-5.5/Zend/tests/
H A Dforeach_unset_globals.phpt7 foreach ($arr as $key => $val) {
8 unset($GLOBALS[$key]);
H A Dbug38146.phpt13 foreach($f->bar as $key => $value) {
14 print "$key => $value\n";
/PHP-5.5/ext/hash/tests/
H A Dhash_hmac_file_error.phpt8 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output…
17 $key = 'secret';
26 hash_hmac_file('crc32', $file, $key, TRUE, $extra_arg);
29 hash_hmac_file('foo', $file, $key, TRUE);
32 hash_hmac_file('crc32', $file.chr(0).$file, $key, TRUE);
/PHP-5.5/main/
H A Dphp_ini.c282 char *key = NULL; in php_ini_parser_cb() local
287 key = Z_STRVAL_P(arg1); in php_ini_parser_cb()
288 key = key + sizeof("PATH") - 1; in php_ini_parser_cb()
299 key = key + sizeof("HOST") - 1; in php_ini_parser_cb()
311 while (key_len > 0 && (key[key_len - 1] == '/' || key[key_len - 1] == '\\')) { in php_ini_parser_cb()
313 key[key_len] = 0; in php_ini_parser_cb()
317 while (*key && ( in php_ini_parser_cb()
318 *key == '=' || in php_ini_parser_cb()
319 *key == ' ' || in php_ini_parser_cb()
320 *key == '\t' in php_ini_parser_cb()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation7.phpt5 /* Prototype : bool array_key_exists(mixed $key, array $search)
6 * Description: Checks if the given key or index exists in the array
23 echo key($input) . " => " . current ($input) . "\n";
H A Darray_merge_variation10.phpt25 echo key($result) . " => " . current($result) . "\n";
29 echo key($arr1) . " => " . current ($arr1) . "\n";
31 echo key($arr2) . " => " . current ($arr2) . "\n";
33 echo key($arr3) . " => " . current ($arr3) . "\n";
H A Dkrsort_variation3.phpt6 * Description: Sort an array by key in reverse order, 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/session/tests/
H A Dsession_encode_variation6.phpt38 Notice: session_encode(): Skipping numeric key 0 in %s on line %d
43 Notice: session_encode(): Skipping numeric key 1234567890 in %s on line %d
48 Notice: session_encode(): Skipping numeric key -1234567890 in %s on line %d
H A D005.phpt28 function read($key)
30 print "READ: $key\n";
34 function write($key, $val)
36 print "WRITE: $key, $val\n";
41 function destroy($key)
43 print "DESTROY: $key\n";
H A D025.phpt29 function read($key)
31 print "READ: $key\n";
35 function write($key, $val)
37 print "WRITE: $key, $val\n";
42 function destroy($key)
44 print "DESTROY: $key\n";
/PHP-5.5/ext/dba/
H A Ddba_ndbm.c35 #define NDBM_GKEY datum gkey; gkey.dptr = (char *) key; gkey.dsize = keylen
124 char *key = NULL; in DBA_FIRSTKEY_FUNC() local
129 key = estrndup(gkey.dptr, gkey.dsize); in DBA_FIRSTKEY_FUNC()
131 return key; in DBA_FIRSTKEY_FUNC()
/PHP-5.5/ext/com_dotnet/
H A Dcom_saproxy.c56 LONG key; member
308 static void saproxy_property_delete(zval *object, zval *member, const zend_literal *key TSRMLS_DC) in saproxy_property_delete()
486 return (I->key < I->imax) ? SUCCESS : FAILURE; in saproxy_iter_valid()
497 I->indices[I->proxy->dimensions-1] = I->key; in saproxy_iter_get_data()
522 static void saproxy_iter_get_key(zend_object_iterator *iter, zval *key TSRMLS_DC) in saproxy_iter_get_key()
526 if (I->key == -1) { in saproxy_iter_get_key()
527 ZVAL_NULL(key); in saproxy_iter_get_key()
529 ZVAL_LONG(key, I->key); in saproxy_iter_get_key()
537 if (++I->key >= I->imax) { in saproxy_iter_move_forwards()
538 I->key = -1; in saproxy_iter_move_forwards()
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_export_basic.phpt11 foreach($reflect->getParameters() as $key => $value) {
12 echo ReflectionParameter::export('ReflectionParameterTest', $key);
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_getParameter.phpt13 $proc->setParameter('', 'key', 'value');
14 var_dump($proc->getParameter('', 'key'));
/PHP-5.5/ext/openssl/tests/
H A D012.phpt8 $pub_key = "file://" . dirname(__FILE__) . "/public.key";
20 Warning: openssl_seal(): not a public key (2th member of pubkeys) in %s on line %d
26 Warning: openssl_seal(): not a public key (1th member of pubkeys) in %s on line %d
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c84 char *name = kv->key; in fpm_php_apply_defines_ex()
123 zlog(ZLOG_ERROR, "Unable to set php_value '%s'", kv->key); in fpm_php_apply_defines()
129 zlog(ZLOG_ERROR, "Unable to set php_admin_value '%s'", kv->key); in fpm_php_apply_defines()
261 char* fpm_php_get_string_from_table(char *table, char *key TSRMLS_DC) /* {{{ */ in fpm_php_get_string_from_table()
267 if (!table || !key) { in fpm_php_get_string_from_table()
286 if (!strncmp(string_key, key, string_len)) { in fpm_php_get_string_from_table()
/PHP-5.5/TSRM/
H A Dtsrm_win32.c410 static shm_pair *shm_get(int key, void *addr) in shm_get() argument
420 if (!addr && ptr->descriptor->shm_perm.key == key) { in shm_get()
591 TSRM_API int shmget(int key, int size, int flags) in shmget() argument
602 sprintf(shm_segment, "TSRM_SHM_SEGMENT:%d", key); in shmget()
623 shm = shm_get(key, NULL); in shmget()
629 shm->descriptor->shm_perm.key = key; in shmget()
642 …if (NULL != shm->descriptor && (shm->descriptor->shm_perm.key != key || size > shm->descriptor->sh… in shmget()
651 return key; in shmget()
656 shm_pair *shm = shm_get(key, NULL); in shmat()
687 shm_pair *shm = shm_get(key, NULL); in shmctl()
[all …]

Completed in 49 milliseconds

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