Home
last modified time | relevance | path

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

/PHP-7.0/ext/oci8/
H A Doci8_interface.c628 zval *tmp_dest, *tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from; in PHP_FUNCTION() local
647 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descripto… in PHP_FUNCTION()
653 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_from, descriptor_from); in PHP_FUNCTION()
859 zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from; in PHP_FUNCTION() local
872 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descripto… in PHP_FUNCTION()
878 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_from, descriptor_from); in PHP_FUNCTION()
2307 zval *tmp_dest, *tmp_from, *z_collection_dest = getThis(), *z_collection_from; in PHP_FUNCTION() local
2326 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_collection_from), "collection", sizeof("collectio… in PHP_FUNCTION()
2332 PHP_OCI_ZVAL_TO_COLLECTION(tmp_from, collection_from); in PHP_FUNCTION()
/PHP-7.0/ext/standard/
H A Dstring.c2395 zval *tmp_str = NULL, *tmp_from = NULL, *tmp_repl = NULL, *tmp_len= NULL; local
2521 tmp_from = &Z_ARRVAL_P(from)->arData[from_idx].val;
2522 if (Z_TYPE_P(tmp_from) != IS_UNDEF) {
2528 f = zval_get_long(tmp_from);

Completed in 28 milliseconds