Home
last modified time | relevance | path

Searched refs:zend_hash_move_forward_ex (Results 51 – 63 of 63) sorted by relevance

123

/PHP-5.4/ext/pdo/
H A Dpdo_dbh.c1223 zend_hash_move_forward_ex(&pdo_driver_hash, &pos); in PHP_METHOD()
H A Dpdo_stmt.c2188 zend_hash_move_forward_ex(stmt->bound_params, &pos); in PHP_METHOD()
/PHP-5.4/Zend/
H A Dzend_hash.c1119 ZEND_API int zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_forward_ex() function
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch3463 + zend_hash_move_forward_ex(ht, &outer_pos)) {
3489 + zend_hash_move_forward_ex(inner_ht, &inner_pos)) {
3508 + zend_hash_move_forward_ex(inner_ht, &inner_pos)) {
/PHP-5.4/ext/dom/
H A Dphp_dom.c502 zend_hash_move_forward_ex(prop_handlers, &pos)) { in dom_get_debug_info_helper()
/PHP-5.4/ext/standard/
H A Dfilters.c270 zend_hash_move_forward_ex(Z_ARRVAL_P(filterparams), &pos); in strfilter_strip_tags_create()
/PHP-5.4/ext/gd/
H A Dgd.c1618 for (index = 0;; zend_hash_move_forward_ex(HASH_OF(styles), &pos)) { in PHP_FUNCTION()
3994 } while (zend_hash_move_forward_ex(HASH_OF(EXT), &pos) == SUCCESS); in php_imagettftext_common()
/PHP-5.4/main/streams/
H A Dstreams.c139 zend_hash_move_forward_ex(&EG(regular_list), &pos); in php_stream_from_persistent_id()
/PHP-5.4/ext/zip/
H A Dphp_zip.c1046 zend_hash_move_forward_ex(obj->prop_handler, &pos); in php_zip_get_properties()
/PHP-5.4/ext/session/
H A Dsession.c1709 zend_hash_move_forward_ex(&php_session_class_entry->function_table, &pos);
/PHP-5.4/ext/soap/
H A Dphp_sdl.c612 zend_hash_move_forward_ex(params, &pos); in wsdl_soap_binding_body()
3385 zend_hash_move_forward_ex(SOAP_GLOBAL(mem_cache), &pos)) { in get_sdl()
H A Dphp_schema.c2208 zend_hash_move_forward_ex(model->u.content, &pos); in schema_content_model_fixup()
/PHP-5.4/ext/curl/
H A Dinterface.c2308 zend_hash_move_forward_ex(Z_ARRVAL_P(arr), &pos); in PHP_FUNCTION()

Completed in 92 milliseconds

123