Searched refs:zend_hash_str_find_deref (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/ext/hash/ |
H A D | hash_xxhash.c | 46 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_XXH32Init() 110 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_XXH64Init() 163 zval *_seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in _PHP_XXH3_Init() 164 zval *_secret = zend_hash_str_find_deref(args, "secret", sizeof("secret") - 1); in _PHP_XXH3_Init()
|
H A D | hash_murmur.c | 42 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_MURMUR3AInit() 99 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_MURMUR3CInit() 173 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_MURMUR3FInit()
|
/PHP-8.3/ext/standard/ |
H A D | user_filters.c | 382 …if (NULL == (pzbucket = zend_hash_str_find_deref(Z_OBJPROP_P(zobject), "bucket", sizeof("bucket")-… in php_stream_bucket_attach() 396 …if (NULL != (pzdata = zend_hash_str_find_deref(Z_OBJPROP_P(zobject), "data", sizeof("data")-1)) &&… in php_stream_bucket_attach()
|
H A D | var.c | 1361 classes = zend_hash_str_find_deref(options, "allowed_classes", sizeof("allowed_classes")-1); in php_unserialize_with_options() 1389 max_depth = zend_hash_str_find_deref(options, "max_depth", sizeof("max_depth") - 1); in php_unserialize_with_options()
|
H A D | proc_open.c | 665 zval *item = zend_hash_str_find_deref(opt_ary, opt_name, opt_name_len); in get_option()
|
/PHP-8.3/ext/filter/ |
H A D | filter.c | 487 …if ((option = zend_hash_str_find_deref(filter_args_ht, "options", sizeof("options") - 1)) != NULL)… in php_filter_call() 618 if ((opt = zend_hash_str_find_deref(filter_args_ht, "options", sizeof("options") - 1)) != NULL && in PHP_FUNCTION() 620 (def = zend_hash_str_find_deref(Z_ARRVAL_P(opt), "default", sizeof("default") - 1)) != NULL in PHP_FUNCTION()
|
H A D | logical_filters.c | 65 …if ((option_val = zend_hash_str_find_deref(Z_ARRVAL_P(option_array), option_name, sizeof(option_na… 80 …if ((option_val = zend_hash_str_find_deref(Z_ARRVAL_P(option_array), option_name, sizeof(option_na…
|
/PHP-8.3/ext/iconv/ |
H A D | iconv.c | 2003 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "input-charset", sizeof("input-charset") -… in PHP_FUNCTION() 2015 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "output-charset", sizeof("output-charset")… in PHP_FUNCTION() 2026 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "line-length", sizeof("line-length") - 1))… in PHP_FUNCTION() 2030 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "line-break-chars", sizeof("line-break-cha… in PHP_FUNCTION()
|
/PHP-8.3/ext/dom/ |
H A D | node.c | 1908 tmp = zend_hash_str_find_deref(ht, "namespaces", sizeof("namespaces")-1); in dom_canonicalization()
|
/PHP-8.3/Zend/ |
H A D | zend_hash.h | 949 static zend_always_inline zval *zend_hash_str_find_deref(HashTable *ht, const char *str, size_t len) in zend_hash_str_find_deref() function
|
/PHP-8.3/ext/soap/ |
H A D | php_encoding.c | 1212 return zend_hash_str_find_deref(Z_ARRVAL_P(object), name, strlen(name)); in get_zval_property() 1420 …if ((classname = zend_hash_str_find_deref(SOAP_GLOBAL(class_map), type->type_str, strlen(type->typ… in to_zval_object_ex()
|
Completed in 43 milliseconds