Searched refs:tmp_from (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/oci8/ |
H A D | oci8_interface.c | 663 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() 2394 zval *tmp_dest, *tmp_from, *z_collection_dest = getThis(), *z_collection_from; in PHP_FUNCTION() local 2413 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_collection_from), "collection", sizeof("collectio… in PHP_FUNCTION() 2419 PHP_OCI_ZVAL_TO_COLLECTION(tmp_from, collection_from); in PHP_FUNCTION()
|
/PHP-7.2/ext/standard/ |
H A D | string.c | 2457 zval *tmp_str = NULL, *tmp_from = NULL, *tmp_repl = NULL, *tmp_len= NULL; local 2587 tmp_from = &Z_ARRVAL_P(from)->arData[from_idx].val; 2588 if (Z_TYPE_P(tmp_from) != IS_UNDEF) { 2594 f = zval_get_long(tmp_from);
|
Completed in 26 milliseconds