Lines Matching refs:tmp

267 	zval *tmp, *z_descriptor = getThis();  in PHP_FUNCTION()  local
276 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
281 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
292 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
310 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
315 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
333 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
349 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
354 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
367 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
378 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
383 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
404 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
421 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
426 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
451 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
461 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
466 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
481 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
490 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
495 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
505 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
514 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
519 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
531 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
547 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
552 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
587 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
597 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
602 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
615 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
641 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
646 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
702 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
718 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
729 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
742 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
778 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
783 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
796 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
811 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
816 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
834 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
849 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
854 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
867 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
876 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
881 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
972 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
1010 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
1015 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
1083 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
1100 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
1105 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
1118 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
1127 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
1132 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
1466 zval element, tmp; in PHP_FUNCTION() local
1545 array_init(&tmp); in PHP_FUNCTION()
1546 outarrs[ i ] = zend_hash_next_index_insert(Z_ARRVAL_P(array), &tmp); in PHP_FUNCTION()
1553 array_init(&tmp); in PHP_FUNCTION()
1555 outarrs[ i ] = zend_symtable_update(Z_ARRVAL_P(array), zvtmp, &tmp); in PHP_FUNCTION()
2300 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2309 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2314 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2325 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2341 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2346 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2359 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2375 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2380 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2432 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2449 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2454 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2467 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2477 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2482 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2495 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2505 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2510 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2523 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2538 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2543 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()