copy 443 TSRM/tsrm_win32.c HANDLE copy, self = GetCurrentProcess(); copy 444 TSRM/tsrm_win32.c if (!DuplicateHandle(self, fh, self, ©, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOURCE)) { copy 447 TSRM/tsrm_win32.c return copy; copy 816 Zend/zend.h #define REPLACE_ZVAL_VALUE(ppzv_dest, pzv_src, copy) { \ copy 824 Zend/zend.h if (copy) { \ copy 600 Zend/zend_API.h #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ copy 604 Zend/zend_API.h if (copy) { \ copy 608 Zend/zend_API.h if (!copy) { \ copy 626 Zend/zend_API.h #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) copy 638 Zend/zend_API.h #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } copy 355 Zend/zend_ast.c zend_ast *copy = zend_ast_create_constant(ast->u.val); copy 356 Zend/zend_ast.c zval_copy_ctor(copy->u.val); copy 357 Zend/zend_ast.c return copy; copy 552 Zend/zend_compile.c #define LITERAL_STRINGL(op, str, len, copy) do { \ copy 554 Zend/zend_compile.c ZVAL_STRINGL(&_c, str, len, copy); \ copy 114 Zend/zend_ini_parser.y zval copy; copy 115 Zend/zend_ini_parser.y MAKE_COPY_ZVAL(&op1, ©); copy 116 Zend/zend_ini_parser.y convert_to_string(©); copy 117 Zend/zend_ini_parser.y Z_STRVAL_P(op1) = zend_strndup(Z_STRVAL(copy), Z_STRLEN(copy)); copy 118 Zend/zend_ini_parser.y Z_STRLEN_P(op1) = Z_STRLEN(copy); copy 119 Zend/zend_ini_parser.y zval_dtor(©); copy 5501 Zend/zend_vm_def.h zval *value, *copy; copy 5506 Zend/zend_vm_def.h ALLOC_ZVAL(copy); copy 5507 Zend/zend_vm_def.h INIT_PZVAL_COPY(copy, value); copy 5511 Zend/zend_vm_def.h zval_copy_ctor(copy); copy 5514 Zend/zend_vm_def.h generator->value = copy; copy 5547 Zend/zend_vm_def.h zval *copy; copy 5549 Zend/zend_vm_def.h ALLOC_ZVAL(copy); copy 5550 Zend/zend_vm_def.h INIT_PZVAL_COPY(copy, value); copy 5554 Zend/zend_vm_def.h zval_copy_ctor(copy); copy 5557 Zend/zend_vm_def.h generator->value = copy; copy 5581 Zend/zend_vm_def.h zval *copy; copy 5583 Zend/zend_vm_def.h ALLOC_ZVAL(copy); copy 5584 Zend/zend_vm_def.h INIT_PZVAL_COPY(copy, key); copy 5588 Zend/zend_vm_def.h zval_copy_ctor(copy); copy 5591 Zend/zend_vm_def.h generator->key = copy; copy 4383 Zend/zend_vm_execute.h zval *value, *copy; copy 4388 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 4389 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 4393 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 4396 Zend/zend_vm_execute.h generator->value = copy; copy 4428 Zend/zend_vm_execute.h zval *copy; copy 4430 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 4431 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 4435 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 4438 Zend/zend_vm_execute.h generator->value = copy; copy 4462 Zend/zend_vm_execute.h zval *copy; copy 4464 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 4465 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 4469 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 4472 Zend/zend_vm_execute.h generator->key = copy; copy 5085 Zend/zend_vm_execute.h zval *value, *copy; copy 5090 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 5091 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 5095 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 5098 Zend/zend_vm_execute.h generator->value = copy; copy 5130 Zend/zend_vm_execute.h zval *copy; copy 5132 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 5133 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 5137 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 5140 Zend/zend_vm_execute.h generator->value = copy; copy 5164 Zend/zend_vm_execute.h zval *copy; copy 5166 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 5167 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 5171 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 5174 Zend/zend_vm_execute.h generator->key = copy; copy 6112 Zend/zend_vm_execute.h zval *value, *copy; copy 6117 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 6118 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 6122 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 6125 Zend/zend_vm_execute.h generator->value = copy; copy 6157 Zend/zend_vm_execute.h zval *copy; copy 6159 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 6160 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 6164 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 6167 Zend/zend_vm_execute.h generator->value = copy; copy 6191 Zend/zend_vm_execute.h zval *copy; copy 6193 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 6194 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 6198 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 6201 Zend/zend_vm_execute.h generator->key = copy; copy 6856 Zend/zend_vm_execute.h zval *value, *copy; copy 6861 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 6862 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 6866 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 6869 Zend/zend_vm_execute.h generator->value = copy; copy 6901 Zend/zend_vm_execute.h zval *copy; copy 6903 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 6904 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 6908 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 6911 Zend/zend_vm_execute.h generator->value = copy; copy 6935 Zend/zend_vm_execute.h zval *copy; copy 6937 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 6938 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 6942 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 6945 Zend/zend_vm_execute.h generator->key = copy; copy 7602 Zend/zend_vm_execute.h zval *value, *copy; copy 7607 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 7608 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 7612 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 7615 Zend/zend_vm_execute.h generator->value = copy; copy 7647 Zend/zend_vm_execute.h zval *copy; copy 7649 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 7650 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 7654 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 7657 Zend/zend_vm_execute.h generator->value = copy; copy 7681 Zend/zend_vm_execute.h zval *copy; copy 7683 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 7684 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 7688 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 7691 Zend/zend_vm_execute.h generator->key = copy; copy 9665 Zend/zend_vm_execute.h zval *value, *copy; copy 9670 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 9671 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 9675 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 9678 Zend/zend_vm_execute.h generator->value = copy; copy 9710 Zend/zend_vm_execute.h zval *copy; copy 9712 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 9713 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 9717 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 9720 Zend/zend_vm_execute.h generator->value = copy; copy 9744 Zend/zend_vm_execute.h zval *copy; copy 9746 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 9747 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 9751 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 9754 Zend/zend_vm_execute.h generator->key = copy; copy 10369 Zend/zend_vm_execute.h zval *value, *copy; copy 10374 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 10375 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 10379 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 10382 Zend/zend_vm_execute.h generator->value = copy; copy 10414 Zend/zend_vm_execute.h zval *copy; copy 10416 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 10417 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 10421 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 10424 Zend/zend_vm_execute.h generator->value = copy; copy 10448 Zend/zend_vm_execute.h zval *copy; copy 10450 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 10451 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 10455 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 10458 Zend/zend_vm_execute.h generator->key = copy; copy 11398 Zend/zend_vm_execute.h zval *value, *copy; copy 11403 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 11404 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 11408 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 11411 Zend/zend_vm_execute.h generator->value = copy; copy 11443 Zend/zend_vm_execute.h zval *copy; copy 11445 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 11446 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 11450 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 11453 Zend/zend_vm_execute.h generator->value = copy; copy 11477 Zend/zend_vm_execute.h zval *copy; copy 11479 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 11480 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 11484 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 11487 Zend/zend_vm_execute.h generator->key = copy; copy 11993 Zend/zend_vm_execute.h zval *value, *copy; copy 11998 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 11999 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 12003 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 12006 Zend/zend_vm_execute.h generator->value = copy; copy 12038 Zend/zend_vm_execute.h zval *copy; copy 12040 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 12041 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 12045 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 12048 Zend/zend_vm_execute.h generator->value = copy; copy 12072 Zend/zend_vm_execute.h zval *copy; copy 12074 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 12075 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 12079 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 12082 Zend/zend_vm_execute.h generator->key = copy; copy 12679 Zend/zend_vm_execute.h zval *value, *copy; copy 12684 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 12685 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 12689 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 12692 Zend/zend_vm_execute.h generator->value = copy; copy 12724 Zend/zend_vm_execute.h zval *copy; copy 12726 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 12727 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 12731 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 12734 Zend/zend_vm_execute.h generator->value = copy; copy 12758 Zend/zend_vm_execute.h zval *copy; copy 12760 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 12761 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 12765 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 12768 Zend/zend_vm_execute.h generator->key = copy; copy 16592 Zend/zend_vm_execute.h zval *value, *copy; copy 16597 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 16598 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 16602 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 16605 Zend/zend_vm_execute.h generator->value = copy; copy 16638 Zend/zend_vm_execute.h zval *copy; copy 16640 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 16641 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 16645 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 16648 Zend/zend_vm_execute.h generator->value = copy; copy 16672 Zend/zend_vm_execute.h zval *copy; copy 16674 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 16675 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 16679 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 16682 Zend/zend_vm_execute.h generator->key = copy; copy 18692 Zend/zend_vm_execute.h zval *value, *copy; copy 18697 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 18698 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 18702 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 18705 Zend/zend_vm_execute.h generator->value = copy; copy 18738 Zend/zend_vm_execute.h zval *copy; copy 18740 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 18741 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 18745 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 18748 Zend/zend_vm_execute.h generator->value = copy; copy 18772 Zend/zend_vm_execute.h zval *copy; copy 18774 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 18775 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 18779 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 18782 Zend/zend_vm_execute.h generator->key = copy; copy 21173 Zend/zend_vm_execute.h zval *value, *copy; copy 21178 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 21179 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 21183 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 21186 Zend/zend_vm_execute.h generator->value = copy; copy 21219 Zend/zend_vm_execute.h zval *copy; copy 21221 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 21222 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 21226 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 21229 Zend/zend_vm_execute.h generator->value = copy; copy 21253 Zend/zend_vm_execute.h zval *copy; copy 21255 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 21256 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 21260 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 21263 Zend/zend_vm_execute.h generator->key = copy; copy 22343 Zend/zend_vm_execute.h zval *value, *copy; copy 22348 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 22349 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 22353 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 22356 Zend/zend_vm_execute.h generator->value = copy; copy 22389 Zend/zend_vm_execute.h zval *copy; copy 22391 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 22392 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 22396 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 22399 Zend/zend_vm_execute.h generator->value = copy; copy 22423 Zend/zend_vm_execute.h zval *copy; copy 22425 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 22426 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 22430 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 22433 Zend/zend_vm_execute.h generator->key = copy; copy 24478 Zend/zend_vm_execute.h zval *value, *copy; copy 24483 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 24484 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 24488 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 24491 Zend/zend_vm_execute.h generator->value = copy; copy 24524 Zend/zend_vm_execute.h zval *copy; copy 24526 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 24527 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 24531 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 24534 Zend/zend_vm_execute.h generator->value = copy; copy 24558 Zend/zend_vm_execute.h zval *copy; copy 24560 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 24561 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 24565 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 24568 Zend/zend_vm_execute.h generator->key = copy; copy 25995 Zend/zend_vm_execute.h zval *value, *copy; copy 26000 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 26001 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 26005 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 26008 Zend/zend_vm_execute.h generator->value = copy; copy 26040 Zend/zend_vm_execute.h zval *copy; copy 26042 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 26043 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 26047 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 26050 Zend/zend_vm_execute.h generator->value = copy; copy 26074 Zend/zend_vm_execute.h zval *copy; copy 26076 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 26077 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 26081 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 26084 Zend/zend_vm_execute.h generator->key = copy; copy 27317 Zend/zend_vm_execute.h zval *value, *copy; copy 27322 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 27323 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 27327 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 27330 Zend/zend_vm_execute.h generator->value = copy; copy 27362 Zend/zend_vm_execute.h zval *copy; copy 27364 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 27365 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 27369 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 27372 Zend/zend_vm_execute.h generator->value = copy; copy 27396 Zend/zend_vm_execute.h zval *copy; copy 27398 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 27399 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 27403 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 27406 Zend/zend_vm_execute.h generator->key = copy; copy 28639 Zend/zend_vm_execute.h zval *value, *copy; copy 28644 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 28645 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 28649 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 28652 Zend/zend_vm_execute.h generator->value = copy; copy 28684 Zend/zend_vm_execute.h zval *copy; copy 28686 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 28687 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 28691 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 28694 Zend/zend_vm_execute.h generator->value = copy; copy 28718 Zend/zend_vm_execute.h zval *copy; copy 28720 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 28721 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 28725 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 28728 Zend/zend_vm_execute.h generator->key = copy; copy 29071 Zend/zend_vm_execute.h zval *value, *copy; copy 29076 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 29077 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 29081 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 29084 Zend/zend_vm_execute.h generator->value = copy; copy 29116 Zend/zend_vm_execute.h zval *copy; copy 29118 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 29119 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 29123 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 29126 Zend/zend_vm_execute.h generator->value = copy; copy 29150 Zend/zend_vm_execute.h zval *copy; copy 29152 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 29153 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 29157 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 29160 Zend/zend_vm_execute.h generator->key = copy; copy 30390 Zend/zend_vm_execute.h zval *value, *copy; copy 30395 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 30396 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 30400 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 30403 Zend/zend_vm_execute.h generator->value = copy; copy 30435 Zend/zend_vm_execute.h zval *copy; copy 30437 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 30438 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 30442 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 30445 Zend/zend_vm_execute.h generator->value = copy; copy 30469 Zend/zend_vm_execute.h zval *copy; copy 30471 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 30472 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 30476 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 30479 Zend/zend_vm_execute.h generator->key = copy; copy 33899 Zend/zend_vm_execute.h zval *value, *copy; copy 33904 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 33905 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 33909 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 33912 Zend/zend_vm_execute.h generator->value = copy; copy 33944 Zend/zend_vm_execute.h zval *copy; copy 33946 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 33947 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 33951 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 33954 Zend/zend_vm_execute.h generator->value = copy; copy 33978 Zend/zend_vm_execute.h zval *copy; copy 33980 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 33981 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 33985 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 33988 Zend/zend_vm_execute.h generator->key = copy; copy 35862 Zend/zend_vm_execute.h zval *value, *copy; copy 35867 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 35868 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 35872 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 35875 Zend/zend_vm_execute.h generator->value = copy; copy 35907 Zend/zend_vm_execute.h zval *copy; copy 35909 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 35910 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 35914 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 35917 Zend/zend_vm_execute.h generator->value = copy; copy 35941 Zend/zend_vm_execute.h zval *copy; copy 35943 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 35944 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 35948 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 35951 Zend/zend_vm_execute.h generator->key = copy; copy 38205 Zend/zend_vm_execute.h zval *value, *copy; copy 38210 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 38211 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 38215 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 38218 Zend/zend_vm_execute.h generator->value = copy; copy 38250 Zend/zend_vm_execute.h zval *copy; copy 38252 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 38253 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 38257 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 38260 Zend/zend_vm_execute.h generator->value = copy; copy 38284 Zend/zend_vm_execute.h zval *copy; copy 38286 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 38287 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 38291 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 38294 Zend/zend_vm_execute.h generator->key = copy; copy 39226 Zend/zend_vm_execute.h zval *value, *copy; copy 39231 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 39232 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 39236 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 39239 Zend/zend_vm_execute.h generator->value = copy; copy 39271 Zend/zend_vm_execute.h zval *copy; copy 39273 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 39274 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 39278 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 39281 Zend/zend_vm_execute.h generator->value = copy; copy 39305 Zend/zend_vm_execute.h zval *copy; copy 39307 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 39308 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 39312 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 39315 Zend/zend_vm_execute.h generator->key = copy; copy 41223 Zend/zend_vm_execute.h zval *value, *copy; copy 41228 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 41229 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 41233 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 41236 Zend/zend_vm_execute.h generator->value = copy; copy 41268 Zend/zend_vm_execute.h zval *copy; copy 41270 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 41271 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, value); copy 41275 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 41278 Zend/zend_vm_execute.h generator->value = copy; copy 41302 Zend/zend_vm_execute.h zval *copy; copy 41304 Zend/zend_vm_execute.h ALLOC_ZVAL(copy); copy 41305 Zend/zend_vm_execute.h INIT_PZVAL_COPY(copy, key); copy 41309 Zend/zend_vm_execute.h zval_copy_ctor(copy); copy 41312 Zend/zend_vm_execute.h generator->key = copy; copy 151 ext/dom/php_dom.h #define convert_to_copy_master(orig, copy, lower_type, upper_type) \ copy 154 ext/dom/php_dom.h copy = *orig; \ copy 155 ext/dom/php_dom.h zval_copy_ctor(©); \ copy 156 ext/dom/php_dom.h orig = © \ copy 161 ext/dom/php_dom.h #define convert_to_string_copy(orig, copy) convert_to_copy_master(orig, copy, string, STRING); copy 162 ext/dom/php_dom.h #define convert_to_long_copy(orig, copy) convert_to_copy_master(orig, copy, long, LONG); copy 163 ext/dom/php_dom.h #define convert_to_boolean_copy(orig, copy) convert_to_copy_master(orig, copy, boolean, BOOL); copy 931 ext/ereg/regex/regcomp.c register sopno copy; copy 965 ext/ereg/regex/regcomp.c copy = dupl(p, start+1, finish+1); copy 966 ext/ereg/regex/regcomp.c assert(copy == finish+4); copy 967 ext/ereg/regex/regcomp.c repeat(p, copy, 1, to-1); copy 974 ext/ereg/regex/regcomp.c copy = dupl(p, start, finish); copy 975 ext/ereg/regex/regcomp.c repeat(p, copy, from-1, to-1); copy 978 ext/ereg/regex/regcomp.c copy = dupl(p, start, finish); copy 979 ext/ereg/regex/regcomp.c repeat(p, copy, from-1, to); copy 361 ext/filter/filter.c static void php_zval_filter(zval **value, long filter, long flags, zval *options, char* charset, zend_bool copy TSRMLS_DC) /* {{{ */ copy 372 ext/filter/filter.c if (copy) { copy 497 ext/filter/filter.c static void php_zval_filter_recursive(zval **value, long filter, long flags, zval *options, char *charset, zend_bool copy TSRMLS_DC) /* {{{ */ copy 514 ext/filter/filter.c php_zval_filter_recursive(element, filter, flags, options, charset, copy TSRMLS_CC); copy 517 ext/filter/filter.c php_zval_filter(element, filter, flags, options, charset, copy TSRMLS_CC); copy 521 ext/filter/filter.c php_zval_filter(value, filter, flags, options, charset, copy TSRMLS_CC); copy 591 ext/filter/filter.c static void php_filter_call(zval **filtered, long filter, zval **filter_args, const int copy, long filter_flags TSRMLS_DC) /* {{{ */ copy 639 ext/filter/filter.c if (copy) { copy 650 ext/filter/filter.c php_zval_filter_recursive(filtered, filter, filter_flags, options, charset, copy TSRMLS_CC); copy 654 ext/filter/filter.c if (copy) { copy 666 ext/filter/filter.c php_zval_filter(filtered, filter, filter_flags, options, charset, copy TSRMLS_CC); copy 4 ext/opcache/Optimizer/block_pass.c static int zend_get_persistent_constant(char *name, uint name_len, zval *result, int copy TSRMLS_DC ELS_DC) copy 29 ext/opcache/Optimizer/block_pass.c if (copy) { copy 3436 ext/phar/phar_object.c PHP_METHOD(Phar, copy) copy 5311 ext/phar/phar_object.c PHP_ME(Phar, copy, arginfo_phar_copy, ZEND_ACC_PUBLIC) copy 663 ext/soap/php_encoding.c xmlNodePtr copy; copy 665 ext/soap/php_encoding.c copy = xmlCopyNode(node, 1); copy 667 ext/soap/php_encoding.c xmlNodeDump(buf, NULL, copy, 0, 0); copy 671 ext/soap/php_encoding.c xmlFreeNode(copy); copy 174 ext/soap/soap.c va_list copy; \ copy 175 ext/soap/soap.c va_copy(copy, args); \ copy 176 ext/soap/soap.c old_error_handler(error_num, error_filename, error_lineno, format, copy); \ copy 177 ext/soap/soap.c va_end(copy); \ copy 320 ext/spl/php_spl.c char *copy, *pos1, *pos2; copy 330 ext/spl/php_spl.c copy = pos1 = estrndup(SPL_DEFAULT_FILE_EXTENSIONS, sizeof(SPL_DEFAULT_FILE_EXTENSIONS)-1); copy 332 ext/spl/php_spl.c copy = pos1 = estrndup(file_exts, file_exts_len); copy 348 ext/spl/php_spl.c if (copy) { copy 349 ext/spl/php_spl.c efree(copy); copy 3080 ext/standard/basic_functions.c PHP_FE(copy, arginfo_copy) copy 1611 ext/standard/file.c PHP_FUNCTION(copy) copy 55 ext/standard/file.h PHP_FUNCTION(copy); copy 420 ext/standard/proc_open.c HANDLE copy, self = GetCurrentProcess(); copy 422 ext/standard/proc_open.c if (!DuplicateHandle(self, src, self, ©, 0, inherit, DUPLICATE_SAME_ACCESS | copy 425 ext/standard/proc_open.c return copy; copy 1183 ext/standard/string.c int copy; copy 1185 ext/standard/string.c zend_make_printable_zval(*tmp, &expr, ©); copy 1187 ext/standard/string.c if (copy) { copy 50 main/streams/glob_wrapper.c PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC) /* {{{ */ copy 58 main/streams/glob_wrapper.c if (copy) { copy 72 main/streams/glob_wrapper.c PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC) /* {{{ */ copy 80 main/streams/glob_wrapper.c if (copy) { copy 26 main/streams/php_stream_glob_wrapper.h PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC); copy 27 main/streams/php_stream_glob_wrapper.h #define php_glob_stream_get_path(stream, copy, plen) _php_glob_stream_get_path((stream), (copy), (plen) STREAMS_CC TSRMLS_CC) copy 29 main/streams/php_stream_glob_wrapper.h PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC); copy 30 main/streams/php_stream_glob_wrapper.h #define php_glob_stream_get_pattern(stream, copy, plen) _php_glob_stream_get_pattern((stream), (copy), (plen) STREAMS_CC TSRMLS_CC) copy 723 win32/glob.c char *copy; copy 749 win32/glob.c if ((copy = malloc(len)) != NULL) { copy 750 win32/glob.c if (g_Ctoc(path, copy, len)) { copy 751 win32/glob.c free(copy); copy 754 win32/glob.c pathv[pglob->gl_offs + pglob->gl_pathc++] = copy; copy 764 win32/glob.c return(copy == NULL ? GLOB_NOSPACE : 0);