Home
last modified time | relevance | path

Searched refs:key (Results 76 – 100 of 1053) sorted by last modified time

12345678910>>...43

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt1068 Inspecting parameter 'key' of method 'ssl_set'
H A Dbug76386.phpt26 'CREATE TABLE ts_test (id bigint unsigned auto_increment primary key, ' .
56 'CREATE TABLE t_test (id bigint unsigned auto_increment primary key, ' .
H A Dbug51647.phpt2 Bug #51647 (Certificate file without private key (pk in another file) doesn't work)
H A D036.phpt22 …mysqli_query($link, "CREATE TABLE t036 (a bigint not null auto_increment primary key, b varchar(10…
/PHP-7.4/ext/standard/
H A Diptc.c323 char *str, key[16]; in PHP_FUNCTION() local
368 snprintf(key, sizeof(key), "%d#%03d", (unsigned int) dataset, (unsigned int) recnum); in PHP_FUNCTION()
374 if ((element = zend_hash_str_find(Z_ARRVAL_P(return_value), key, strlen(key))) == NULL) { in PHP_FUNCTION()
377 element = zend_hash_str_update(Z_ARRVAL_P(return_value), key, strlen(key), &values); in PHP_FUNCTION()
/PHP-7.4/
H A Dphp.ini-development1217 ; key.
1522 ; A prefix used for the upload progress key in $_SESSION
1788 ; directory to the script key, thus eliminating possible collisions between
H A Dphp.ini-production1217 ; key.
1522 ; A prefix used for the upload progress key in $_SESSION
1788 ; directory to the script key, thus eliminating possible collisions between
H A DUPGRADING26 array (such as $null["key"]) will now generate a notice. This does not
234 $array['key'] ??= computeDefault();
236 if (!isset($array['key'])) {
237 $array['key'] = computeDefault();
517 . Added openssl_x509_verify(mixed cert, mixed key) function that verifies the
518 signature of the certificate using a public key. A wrapper around the
624 a single question mark to the database and e.g. use the PostgreSQL JSON key
/PHP-7.4/win32/build/
H A Dconfutils.js2182 var ignore_key = function(key) { argument
2186 if (ignores[k] == key) {
2439 function handle_analyzer_makefile_flags(fd, key, val) argument
2449 if (key.match("CFLAGS")) {
2481 } else if (key.match("BASE_INCLUDES")) {
2498 key += "_ANALYZER";
2501 fd.WriteLine(key + "=" + val + " ");
/PHP-7.4/Zend/
H A Dzend_generators.c262 zval_ptr_dtor(&generator->key); in zend_generator_free_storage()
722 zval_ptr_dtor(&generator->key); in zend_generator_get_next_delegated_value()
723 if (p->key) { in zend_generator_get_next_delegated_value()
724 ZVAL_STR_COPY(&generator->key, p->key); in zend_generator_get_next_delegated_value()
758 zval_ptr_dtor(&generator->key); in zend_generator_get_next_delegated_value()
762 ZVAL_UNDEF(&generator->key); in zend_generator_get_next_delegated_value()
965 ZEND_METHOD(Generator, key) in ZEND_METHOD() argument
979 zval *key = &root->key; in ZEND_METHOD() local
1150 zval *zv = &root->key; in zend_generator_iterator_get_key()
1152 ZVAL_COPY_DEREF(key, zv); in zend_generator_iterator_get_key()
[all …]
H A Dzend_inheritance.c994 ZSTR_VAL(key), in do_inherit_property()
1122 zend_string *key; in zend_do_inheritance_ex() local
1319 do_inherit_class_constant(key, c, ce); in zend_do_inheritance_ex()
1386 zend_string *key; in do_interface_implementation() local
1409 zend_string *key; in zend_do_implement_interface() local
1451 zend_string *key; in zend_do_implement_interfaces() local
1631 zend_add_magic_methods(ce, key, fn); in zend_add_trait_method()
1868 zend_string *key; in zend_do_traits_method_binding() local
2269 zend_ulong key; in get_or_init_obligations_for_class() local
2275 key = (zend_ulong) (uintptr_t) ce; in get_or_init_obligations_for_class()
[all …]
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c1336 zend_string *key; in zend_optimize_script() local
1356 ZEND_HASH_FOREACH_STR_KEY_PTR(&script->class_table, key, ce) { in zend_optimize_script()
1357 if (ce->refcount > 1 && !zend_string_equals_ci(key, ce->name)) { in zend_optimize_script()
1472 ZEND_HASH_FOREACH_STR_KEY_PTR(&script->class_table, key, ce) { in zend_optimize_script()
1473 if (ce->refcount > 1 && !zend_string_equals_ci(key, ce->name)) { in zend_optimize_script()
1486 ZEND_HASH_FOREACH_STR_KEY_PTR(&script->class_table, key, ce) { in zend_optimize_script()
1487 if (ce->refcount > 1 && !zend_string_equals_ci(key, ce->name)) { in zend_optimize_script()
/PHP-7.4/ext/snmp/
H A Dsnmp.c2047 zend_string *key; in php_snmp_get_properties() local
2052 ZEND_HASH_FOREACH_STR_KEY_PTR(&php_snmp_properties, key, hnd) { in php_snmp_get_properties()
2056 zend_hash_update(props, key, &rv); in php_snmp_get_properties()
/PHP-7.4/ext/zend_test/
H A Dtest.c146 …n *zend_test_class_method_get(zend_object **object, zend_string *name, const zval *key) /* {{{ */ { in zend_test_class_method_get() argument
/PHP-7.4/ext/ffi/
H A Dffi.c1828 zend_long key; member
1881 ZVAL_LONG(key, iter->key); in zend_ffi_cdata_it_get_current_key()
1888 iter->key++; in zend_ffi_cdata_it_move_forward()
1895 iter->key = 0; in zend_ffi_cdata_it_rewind()
1927 iter->key = 0; in zend_ffi_cdata_get_iterator()
1998 if (key) { in zend_ffi_cdata_get_debug_info()
2984 if (key) { in zend_ffi_same_types()
2985 if (!b->key in zend_ffi_same_types()
2986 || !zend_string_equals(key, b->key)) { in zend_ffi_same_types()
5752 zend_string *key; local
[all …]
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1347 …atic zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const zval *key) in dbh_method_get() argument
1353 if ((fbc = zend_std_get_method(object, method_name, key)) == NULL) { in dbh_method_get()
/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c270 zend_string *key = zend_string_init(search_string, strlen(search_string), 1); in php_com_load_typelib_via_cache() local
276 if ((TL = zend_hash_find_ptr(&php_com_typelibraries, key)) != NULL) { in php_com_load_typelib_via_cache()
285 name_dup = estrndup(ZSTR_VAL(key), ZSTR_LEN(key)); in php_com_load_typelib_via_cache()
290 if (NULL != zend_hash_add_ptr(&php_com_typelibraries, key, TL)) { in php_com_load_typelib_via_cache()
300 zend_string_release(key); in php_com_load_typelib_via_cache()
/PHP-7.4/ext/openssl/tests/
H A Dcipher_tests.inc5 'key' => '404142434445464748494a4b4c4d4e4f',
13 'key' => '404142434445464748494a4b4c4d4e4f',
26 'key' => '1bde3251d41a8b5ea013c195ae128b21' .
40 'key' => '00000000000000000000000000000000',
47 'key' => '00000000000000000000000000000000',
54 'key' => 'feffe9928665731c6d6a8f9467308308',
67 'key' => 'feffe9928665731c6d6a8f9467308308',
81 'key' => 'feffe9928665731c6d6a8f9467308308',
95 'key' => 'feffe9928665731c6d6a8f9467308308',
115 'key' => '000102030405060708090A0B0C0D0E0F',
[all …]
H A Dopenssl_decrypt_ocb.phpt18 $pt = openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
24 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
28 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
32 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
36 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
H A Dopenssl_encrypt_ocb.phpt18 $ct = openssl_encrypt($test['pt'], $method, $test['key'], OPENSSL_RAW_DATA,
H A Dopenssl_encrypt_error.phpt24 // padding of the key is disabled
H A Dopenssl_decrypt_ccm.phpt19 $pt = openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
26 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
29 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
32 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
/PHP-7.4/ext/soap/
H A Dsoap.c1403 zend_string *key; in PHP_METHOD() local
1425 zend_string *key; in PHP_METHOD() local
3630 smart_str key = {0}; local
3637 smart_str_0(&key);
3878 smart_str key = {0}; local
3891 smart_str_0(&key);
3897 smart_str_free(&key);
4096 smart_str key = {0}; local
4110 smart_str_0(&key);
4342 smart_str key = {0}; local
[all …]
H A Dphp_schema.c1075 smart_str key = {0}; in schema_group() local
1096 smart_str_0(&key); in schema_group()
1100 newModel->u.group_ref = estrndup(ZSTR_VAL(key.s), ZSTR_LEN(key.s)); in schema_group()
1113 smart_str_0(&key); in schema_group()
1563 smart_str_0(&key); in schema_element()
1764 smart_str_0(&key); in schema_attribute()
1765 newAttr->ref = estrndup(ZSTR_VAL(key.s), ZSTR_LEN(key.s)); in schema_attribute()
1781 smart_str_0(&key); in schema_attribute()
1977 smart_str_0(&key); in schema_attributeGroup()
2004 smart_str_0(&key); in schema_attributeGroup()
[all …]
/PHP-7.4/ext/odbc/tests/
H A Dbug80152.phpt13 var_dump(key($params));
15 var_dump(key($params));

Completed in 196 milliseconds

12345678910>>...43