Home
last modified time | relevance | path

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

/PHP-5.5/ext/wddx/
H A Dwddx.c466 HashTable *objhash, *sleephash; in php_wddx_serialize_object() local
492 objhash = HASH_OF(obj); in php_wddx_serialize_object()
502 …if (zend_hash_find(objhash, Z_STRVAL_PP(varname), Z_STRLEN_PP(varname)+1, (void **)&ent) == SUCCES… in php_wddx_serialize_object()
526 objhash = HASH_OF(obj); in php_wddx_serialize_object()
527 for (zend_hash_internal_pointer_reset(objhash); in php_wddx_serialize_object()
528 zend_hash_get_current_data(objhash, (void**)&ent) == SUCCESS; in php_wddx_serialize_object()
529 zend_hash_move_forward(objhash)) { in php_wddx_serialize_object()
534 if (zend_hash_get_current_key_ex(objhash, &key, &key_len, &idx, 0, NULL) == HASH_KEY_IS_STRING) { in php_wddx_serialize_object()

Completed in 12 milliseconds