tmp_from          583 ext/oci8/oci8_interface.c 	zval *tmp_dest, *tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from;
tmp_from          602 ext/oci8/oci8_interface.c 	if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descriptor")-1)) == NULL) {
tmp_from          608 ext/oci8/oci8_interface.c 	PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_from, descriptor_from);
tmp_from          814 ext/oci8/oci8_interface.c 	zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from;
tmp_from          827 ext/oci8/oci8_interface.c 	if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descriptor")-1)) == NULL) {
tmp_from          833 ext/oci8/oci8_interface.c 	PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_from, descriptor_from);
tmp_from         2289 ext/oci8/oci8_interface.c 	zval *tmp_dest, *tmp_from, *z_collection_dest = getThis(), *z_collection_from;
tmp_from         2308 ext/oci8/oci8_interface.c 	if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_collection_from), "collection", sizeof("collection")-1)) == NULL) {
tmp_from         2314 ext/oci8/oci8_interface.c 	PHP_OCI_ZVAL_TO_COLLECTION(tmp_from, collection_from);
tmp_from         2454 ext/standard/string.c 	zval *tmp_str = NULL, *tmp_from = NULL, *tmp_repl = NULL, *tmp_len= NULL;
tmp_from         2579 ext/standard/string.c 					tmp_from = &Z_ARRVAL_P(from)->arData[from_idx].val;
tmp_from         2580 ext/standard/string.c 					if (Z_TYPE_P(tmp_from) != IS_UNDEF) {
tmp_from         2586 ext/standard/string.c 					f = zval_get_long(tmp_from);