Home
last modified time | relevance | path

Searched refs:zend_hash_get_current_data (Results 51 – 61 of 61) sorted by last modified time

123

/PHP-5.5/ext/imap/
H A Dphp_imap.c3543 while (zend_hash_get_current_data(Z_ARRVAL_PP(pvalue), (void **) &env_data) == SUCCESS) { in PHP_FUNCTION()
3557 …if (zend_hash_get_current_data(Z_ARRVAL_P(body), (void **) &data) != SUCCESS || Z_TYPE_PP(data) !=… in PHP_FUNCTION()
3585 while (zend_hash_get_current_data(Z_ARRVAL_PP(pvalue), (void **) &disp_data) == SUCCESS) { in PHP_FUNCTION()
3619 while (zend_hash_get_current_data(Z_ARRVAL_PP(pvalue), (void **) &disp_data) == SUCCESS) { in PHP_FUNCTION()
3659 while (zend_hash_get_current_data(Z_ARRVAL_P(body), (void **) &data) == SUCCESS) { in PHP_FUNCTION()
3698 while (zend_hash_get_current_data(Z_ARRVAL_PP(pvalue), (void **) &disp_data) == SUCCESS) { in PHP_FUNCTION()
3732 while (zend_hash_get_current_data(Z_ARRVAL_PP(pvalue), (void **) &disp_data) == SUCCESS) { in PHP_FUNCTION()
/PHP-5.5/ext/dom/
H A Dxpath.c562 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { in PHP_FUNCTION()
H A Dnode.c1824 while (zend_hash_get_current_data(Z_ARRVAL_PP(tmp), (void **)&tmpns) == SUCCESS) { in dom_canonicalization()
1860 while (zend_hash_get_current_data(Z_ARRVAL_P(ns_prefixes), (void **)&tmpns) == SUCCESS) { in dom_canonicalization()
H A Ddom_iterators.c206 if (zend_hash_get_current_data(nodeht, (void **) &entry)==SUCCESS) { in php_dom_iterator_move_forward()
285 if (zend_hash_get_current_data(nodeht, (void **) &entry)==SUCCESS) { in php_dom_get_iterator()
/PHP-5.5/ext/curl/
H A Dinterface.c2540 zend_hash_get_current_data(ph, (void **) &current) == SUCCESS; in _php_curl_setopt()
2598 zend_hash_get_current_data(postfields, (void **) &current) == SUCCESS; in _php_curl_setopt()
/PHP-5.5/Zend/
H A Dzend_vm_execute.h13584 if (zend_hash_get_current_data(fe_ht, (void **) &value)==FAILURE) { in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
13614 if (zend_hash_get_current_data(fe_ht, (void **) &value)==FAILURE) { in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
H A Dzend_vm_def.h4271 if (zend_hash_get_current_data(fe_ht, (void **) &value)==FAILURE) {
4301 if (zend_hash_get_current_data(fe_ht, (void **) &value)==FAILURE) {
H A Dzend_hash.h207 #define zend_hash_get_current_data(ht, pData) \ macro
H A Dzend_execute_API.c579 while (zend_hash_get_current_data(Z_ARRVAL_P(p), (void **) &element) == SUCCESS) { in zval_update_constant_ex()
H A Dzend_builtin_functions.c588 if (zend_hash_get_current_data(target_hash, (void **) &entry_ptr)==FAILURE) { in ZEND_FUNCTION()
H A Dzend_compile.c3708 zend_hash_get_current_data(&ce->properties_info, (void *) &property_info) == SUCCESS; in zend_do_inheritance()
4290 zend_hash_get_current_data(&ce->traits[i]->properties_info, (void *) &property_info) == SUCCESS; in zend_do_traits_property_binding()

Completed in 185 milliseconds

123