tmp_from 567 ext/oci8/oci8_interface.c zval **tmp_dest, **tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from; tmp_from 586 ext/oci8/oci8_interface.c if (zend_hash_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descriptor"), (void **)&tmp_from) == FAILURE) { tmp_from 592 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_DESCRIPTOR(*tmp_from, descriptor_from); tmp_from 798 ext/oci8/oci8_interface.c zval **tmp_dest, **tmp_from, *z_descriptor_dest, *z_descriptor_from; tmp_from 811 ext/oci8/oci8_interface.c if (zend_hash_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descriptor"), (void **)&tmp_from) == FAILURE) { tmp_from 817 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_DESCRIPTOR(*tmp_from, descriptor_from); tmp_from 2261 ext/oci8/oci8_interface.c zval **tmp_dest, **tmp_from, *z_collection_dest = getThis(), *z_collection_from; tmp_from 2280 ext/oci8/oci8_interface.c if (zend_hash_find(Z_OBJPROP_P(z_collection_from), "collection", sizeof("collection"), (void **)&tmp_from) == FAILURE) { tmp_from 2286 ext/oci8/oci8_interface.c PHP_OCI_ZVAL_TO_COLLECTION(*tmp_from, collection_from); tmp_from 2318 ext/standard/string.c zval **tmp_str = NULL, **tmp_from = NULL, **tmp_repl = NULL, **tmp_len= NULL; tmp_from 2469 ext/standard/string.c if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(from), (void **) &tmp_from, &pos_from)) { tmp_from 2470 ext/standard/string.c if(Z_TYPE_PP(tmp_from) != IS_LONG) { tmp_from 2471 ext/standard/string.c zval dummy = **tmp_from; tmp_from 2476 ext/standard/string.c f = Z_LVAL_PP(tmp_from);