Home
last modified time | relevance | path

Searched refs:zend_hash_str_find_deref (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/standard/
H A Duser_filters.c445 …if (NULL == (pzbucket = zend_hash_str_find_deref(Z_OBJPROP_P(zobject), "bucket", sizeof("bucket")-… in php_stream_bucket_attach()
459 …if (NULL != (pzdata = zend_hash_str_find_deref(Z_OBJPROP_P(zobject), "data", sizeof("data")-1)) &&… in php_stream_bucket_attach()
H A Dvar.c1229 …classes = zend_hash_str_find_deref(Z_ARRVAL_P(options), "allowed_classes", sizeof("allowed_classes… in PHP_FUNCTION()
1258 max_depth = zend_hash_str_find_deref(Z_ARRVAL_P(options), "max_depth", sizeof("max_depth") - 1); in PHP_FUNCTION()
/PHP-7.4/ext/filter/
H A Dfilter.c628 …if ((option = zend_hash_str_find_deref(Z_ARRVAL_P(filter_args), "options", sizeof("options") - 1))… in php_filter_call()
746 …(opt = zend_hash_str_find_deref(Z_ARRVAL_P(filter_args), "options", sizeof("options") - 1)) != NUL… in PHP_FUNCTION()
748 (def = zend_hash_str_find_deref(Z_ARRVAL_P(opt), "default", sizeof("default") - 1)) != NULL) { in PHP_FUNCTION()
H A Dlogical_filters.c67 …if ((option_val = zend_hash_str_find_deref(Z_ARRVAL_P(option_array), option_name, sizeof(option_na…
82 …if ((option_val = zend_hash_str_find_deref(Z_ARRVAL_P(option_array), option_name, sizeof(option_na…
/PHP-7.4/ext/soap/
H A Dphp_encoding.c391 if ((ztype = zend_hash_str_find_deref(ht, "enc_type", sizeof("enc_type")-1)) == NULL || in master_to_xml_int()
396 if ((zstype = zend_hash_str_find_deref(ht, "enc_stype", sizeof("enc_stype")-1)) != NULL && in master_to_xml_int()
398 if ((zns = zend_hash_str_find_deref(ht, "enc_ns", sizeof("enc_ns")-1)) != NULL && in master_to_xml_int()
425 zdata = zend_hash_str_find_deref(ht, "enc_value", sizeof("enc_value")-1); in master_to_xml_int()
429 if ((zstype = zend_hash_str_find_deref(ht, "enc_stype", sizeof("enc_stype")-1)) != NULL && in master_to_xml_int()
431 if ((zns = zend_hash_str_find_deref(ht, "enc_ns", sizeof("enc_ns")-1)) != NULL && in master_to_xml_int()
440 if ((zname = zend_hash_str_find_deref(ht, "enc_name", sizeof("enc_name")-1)) != NULL && in master_to_xml_int()
444 if ((znamens = zend_hash_str_find_deref(ht, "enc_namens", sizeof("enc_namens")-1)) != NULL && in master_to_xml_int()
1182 return zend_hash_str_find_deref(Z_ARRVAL_P(object), name, strlen(name)); in get_zval_property()
3499 …if ((ztype = zend_hash_str_find_deref(Z_OBJPROP_P(tmp), "enc_type", sizeof("enc_type")-1)) == NULL… in get_array_type()
[all …]
/PHP-7.4/ext/iconv/
H A Diconv.c2255 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "scheme", sizeof("scheme") - 1)) != NULL) { in PHP_FUNCTION()
2269 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "input-charset", sizeof("input-charset") -… in PHP_FUNCTION()
2281 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "output-charset", sizeof("output-charset")… in PHP_FUNCTION()
2292 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "line-length", sizeof("line-length") - 1))… in PHP_FUNCTION()
2296 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "line-break-chars", sizeof("line-break-cha… in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_hash.h879 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

Completed in 40 milliseconds