Home
last modified time | relevance | path

Searched defs:key (Results 26 – 50 of 200) sorted by relevance

12345678

/PHP-7.3/ext/opcache/
H A DZendAccelerator.c1252 ZCG(key)[path_length] = ':'; in accel_make_persistent_key() local
1258 ZCG(key)[key_length] = ':'; in accel_make_persistent_key() local
1277 ZCG(key)[key_length] = ':'; in accel_make_persistent_key() local
1282 ZCG(key)[key_length] = '\0'; in accel_make_persistent_key() local
1350 static void zend_accel_add_key(const char *key, unsigned int key_length, zend_accel_hash_entry *buc… in zend_accel_add_key()
1448 …ript_in_shared_memory(zend_persistent_script *new_persistent_script, const char *key, unsigned int… in cache_script_in_shared_memory()
1683 …cript *opcache_compile_file(zend_file_handle *file_handle, int type, const char *key, zend_op_arra… in opcache_compile_file()
1940 char *key = NULL; in persistent_compile_file() local
2287 char *key = NULL; in persistent_zend_resolve_path() local
2417 zend_string *key = zend_string_init("opcache.enable", sizeof("opcache.enable")-1, 0); in accel_activate() local
/PHP-7.3/sapi/apache2handler/
H A Dphp_functions.c175 char *key, *val; in PHP_FUNCTION() local
199 char *key, *val; in PHP_FUNCTION() local
440 char *key, *val; in PHP_MINFO_FUNCTION() local
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_help.c154 static char *get_help(const char * const key) in get_help()
180 const char *key, size_t len, /* pointer and length of key */ in get_command()
H A Dphpdbg_utils.c415 char *phpdbg_get_property_key(char *key) { in phpdbg_get_property_key()
479 char *key, *propkey; in phpdbg_parse_variable_with_arg() local
595 static int phpdbg_xml_array_element_dump(zval *zv, zend_string *key, zend_ulong num) { in phpdbg_xml_array_element_dump()
618 static int phpdbg_xml_object_property_dump(zval *zv, zend_string *key, zend_ulong num) { in phpdbg_xml_object_property_dump()
657 zend_string *class_name, *key; in phpdbg_xml_var_dump() local
H A Dphpdbg_help.h43 char *key; member
H A Dphpdbg_wait.c302 zend_string *key; in phpdbg_webdata_decompress() local
321 zend_string *key; in phpdbg_webdata_decompress() local
/PHP-7.3/ext/com_dotnet/
H A Dcom_iterator.c33 zend_ulong key; member
72 static void com_iter_get_key(zend_object_iterator *iter, zval *key) in com_iter_get_key()
/PHP-7.3/ext/opcache/Optimizer/
H A Dsccp.c501 static inline int ct_eval_del_array_elem(zval *result, zval *key) { in ct_eval_del_array_elem()
530 static inline int ct_eval_add_array_elem(zval *result, zval *value, zval *key) { in ct_eval_add_array_elem()
574 static inline int ct_eval_assign_dim(zval *result, zval *value, zval *key) { in ct_eval_assign_dim()
650 static inline int ct_eval_del_obj_prop(zval *result, zval *key) { in ct_eval_del_obj_prop()
664 static inline int ct_eval_add_obj_prop(zval *result, zval *value, zval *key) { in ct_eval_add_obj_prop()
677 static inline int ct_eval_assign_obj(zval *result, zval *value, zval *key) { in ct_eval_assign_obj()
732 zend_string *key; in ct_eval_in_array() local
1935 zend_string *key; in join_hash_tables() local
H A Dcompact_literals.c88 zend_string *key; in add_static_slot() local
129 zend_string *key = NULL; in zend_optimizer_compact_literals() local
/PHP-7.3/Zend/
H A Dzend_builtin_functions.c389 zend_string *key; in ZEND_FUNCTION() local
405 zend_string *key; in ZEND_FUNCTION() local
670 zend_string *key; in ZEND_FUNCTION() local
810 zend_string *key; in copy_constant_array() local
1095 zend_string *key; in add_class_vars() local
1171 zend_string *key; in ZEND_FUNCTION() local
1241 static int same_name(zend_string *key, zend_string *name) /* {{{ */ in same_name()
1268 zend_string *key; in ZEND_FUNCTION() local
2003 zend_string *key; in ZEND_FUNCTION() local
H A Dzend_inheritance.c639 static zend_function *do_inherit_method(zend_string *key, zend_function *parent, zend_class_entry *… in do_inherit_method()
669 static void do_inherit_property(zend_property_info *parent_info, zend_string *key, zend_class_entry… in do_inherit_property()
800 zend_string *key; in zend_do_inheritance() local
1042 zend_string *key; in zend_do_implement_interface() local
1178 static void zend_add_trait_method(zend_class_entry *ce, const char *name, zend_string *key, zend_fu… in zend_add_trait_method()
1509 zend_string *key; in zend_do_traits_method_binding() local
H A Dzend_vm_trace_map.h60 zend_string *key, *prev_key; in zend_vm_trace_init() local
/PHP-7.3/ext/standard/
H A Dassert.c290 zend_string *key; in PHP_FUNCTION() local
364 zend_string *key = zend_string_init("assert.exception", sizeof("assert.exception")-1, 0); in PHP_FUNCTION() local
H A Dcrypt_freesec.c373 des_setkey(const char *key, struct php_crypt_extended_data *data) in des_setkey()
610 _crypt_extended_r(const char *key, const char *setting, in _crypt_extended_r()
725 _crypt_extended(const char *key, const char *setting) in _crypt_extended()
/PHP-7.3/ext/json/
H A Djson_parser.y57 zend_string *key; member
271 static int php_json_parser_object_update(php_json_parser *parser, zval *object, zend_string *key, z… in php_json_parser_object_update()
H A Djson_encoder.c46 zend_string *key; in php_json_determine_array_type() local
162 zend_string *key; in php_json_encode_array() local
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dunicode_fold1_key.c2988 int key = hash(codes); in onigenc_unicode_fold1_key() local
H A Dunicode_fold2_key.c216 int key = hash(codes); in onigenc_unicode_fold2_key() local
H A Dunicode_fold3_key.c126 int key = hash(codes); in onigenc_unicode_fold3_key() local
H A Dunicode_unfold_key.c3293 int key = hash(&code); in onigenc_unicode_unfold_key() local
H A Dsjis_prop.c141 register unsigned int key = hash (str, len); in onigenc_sjis_lookup_property_name() local
H A Deuc_jp_prop.c141 register unsigned int key = hash (str, len); in onigenc_euc_jp_lookup_property_name() local
/PHP-7.3/ext/spl/
H A Dspl.php558 function key(); function
843 function key() {/**/} function in ArrayIterator
1004 function key() {/**/} function in DirectoryIterator
1057 function key() {/**/} function in RecursiveDirectoryIterator
1115 function key() {/**/} function in SimpleXMLIterator
/PHP-7.3/ext/sysvmsg/
H A Dphp_sysvmsg.h55 key_t key; member
H A Dsysvmsg.c230 zend_long key; in PHP_FUNCTION() local
248 zend_long key; in PHP_FUNCTION() local

Completed in 105 milliseconds

12345678