Home
last modified time | relevance | path

Searched refs:copy (Results 76 – 100 of 302) sorted by relevance

12345678910>>...13

/PHP-7.2/appveyor/
H A Dtest_task.bat48 copy %DEPS_DIR%\template\ssl\openssl.cnf c:\usr\local\ssl
60 copy %DEPS_DIR%\bin\libenchant_ispell.dll c:\enchant_plugins
62 copy %DEPS_DIR%\bin\libenchant_myspell.dll c:\enchant_plugins
81 copy %PHP_BUILD_CACHE_ENCHANT_DICT_DIR%\* %USERPROFILE%\enchant\myspell
/PHP-7.2/main/streams/
H A Dglob_wrapper.c50 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, size_t *plen STREAMS_DC) /* {{… in _php_glob_stream_get_path() argument
58 if (copy) { in _php_glob_stream_get_path()
72 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, size_t *plen STREAMS_DC) /*… in _php_glob_stream_get_pattern() argument
80 if (copy) { in _php_glob_stream_get_pattern()
/PHP-7.2/main/
H A Dinternal_functions.c.in11 | If you did not receive a copy of the PHP license and are unable to |
13 | license@php.net so we can mail you a copy immediately. |
/PHP-7.2/ext/spl/examples/
H A Dphar_from_dir.php45 copy($file, "phar://newphar/$file");
/PHP-7.2/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt2 Test compress.zlib:// scheme with the copy function: uncompressed to compressed
28 copy($srcFile, $destFile);
/PHP-7.2/ext/phar/tests/tar/
H A Ddir.phpt23 copy($fname, $fname2);
27 copy($fname, $fname3);
/PHP-7.2/ext/phar/tests/zip/
H A Ddir.phpt22 copy($fname, $fname2);
26 copy($fname, $fname3);
H A Dphar_setalias.phpt39 copy($fname, $fname2);
44 copy($fname2, $fname3);
/PHP-7.2/ext/filter/
H A Dfilter.c371 … *value, zend_long filter, zend_long flags, zval *options, char* charset, zend_bool copy) /* {{{ */ in php_zval_filter() argument
382 if (copy) { in php_zval_filter()
501 … *value, zend_long filter, zend_long flags, zval *options, char *charset, zend_bool copy) /* {{{ */ in php_zval_filter_recursive() argument
515 php_zval_filter_recursive(element, filter, flags, options, charset, copy); in php_zval_filter_recursive()
518 php_zval_filter(element, filter, flags, options, charset, copy); in php_zval_filter_recursive()
522 php_zval_filter(value, filter, flags, options, charset, copy); in php_zval_filter_recursive()
591 static void php_filter_call(zval *filtered, zend_long filter, zval *filter_args, const int copy, ze… in php_filter_call() argument
640 if (copy) { in php_filter_call()
651 php_zval_filter_recursive(filtered, filter, filter_flags, options, charset, copy); in php_filter_call()
655 if (copy) { in php_filter_call()
[all …]
/PHP-7.2/ext/phar/tests/cache_list/
H A Dcopyonwrite18.phar.phpt2 Phar: copy-on-write test 18 [cache_list]
H A Dcopyonwrite1.phar.phpt2 Phar: copy-on-write test 1 [cache_list]
H A Dcopyonwrite20.phar.phpt2 Phar: copy-on-write test 20 [cache_list]
H A Dcopyonwrite15.phar.phpt2 Phar: copy-on-write test 15 [cache_list]
H A Dcopyonwrite16.phar.phpt2 Phar: copy-on-write test 16 [cache_list]
H A Dcopyonwrite17.phar.phpt2 Phar: copy-on-write test 17 [cache_list]
H A Dcopyonwrite7.phar.phpt2 Phar: copy-on-write test 7 [cache_list]
H A Dcopyonwrite19.phar.phpt2 Phar: copy-on-write test 19 [cache_list]
H A Dcopyonwrite4.phar.phpt2 Phar: copy-on-write test 4 [cache_list]
/PHP-7.2/Zend/tests/
H A Darray_append_COW.phpt2 Tests that array manipulation code is correctly dealing with copy on write and splitting on referen…
H A Darray_unshift_COW.phpt2 Tests that array unshift code is correctly dealing with copy on write and splitting on reference
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dwrite15.phar4 $p->copy("test.txt","copied");
/PHP-7.2/ext/pgsql/tests/
H A D06copy.phpt2 PostgreSQL copy functions
/PHP-7.2/ext/spl/tests/
H A Dbug42654.phpt21 $copy = $iterator->getArrayCopy();
22 var_dump($copy);
/PHP-7.2/tests/lang/
H A DforeachLoop.010.phpt11 // "Unless the array is referenced, foreach operates on a copy of
19 // At this point the array $a is no longer referenced, so foreach should operate on a copy of the a…
/PHP-7.2/ext/date/lib/
H A DLICENSE.rst6 Permission is hereby granted, free of charge, to any person obtaining a copy
9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

Completed in 92 milliseconds

12345678910>>...13