Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8_interface.c663 zval *tmp_dest, *tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from; in PHP_FUNCTION() local
682 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descripto… in PHP_FUNCTION()
688 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_from, descriptor_from); in PHP_FUNCTION()
894 zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from; in PHP_FUNCTION() local
907 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descripto… in PHP_FUNCTION()
913 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_from, descriptor_from); in PHP_FUNCTION()
2399 zval *tmp_dest, *tmp_from, *z_collection_dest = getThis(), *z_collection_from; in PHP_FUNCTION() local
2418 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_collection_from), "collection", sizeof("collectio… in PHP_FUNCTION()
2424 PHP_OCI_ZVAL_TO_COLLECTION(tmp_from, collection_from); in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dstring.c2475 zval *tmp_str = NULL, *tmp_from = NULL, *tmp_repl = NULL, *tmp_len= NULL; local
2607 tmp_from = &Z_ARRVAL_P(from)->arData[from_idx].val;
2608 if (Z_TYPE_P(tmp_from) != IS_UNDEF) {
2614 f = zval_get_long(tmp_from);

Completed in 21 milliseconds