Home
last modified time | relevance | path

Searched refs:copies (Results 1 – 25 of 45) sorted by relevance

12

/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c480 if (!*copies) { in mysqlnd_stmt_copy_it()
481 *copies = mnd_ecalloc(param_count, sizeof(zval)); in mysqlnd_stmt_copy_it()
483 if (*copies) { in mysqlnd_stmt_copy_it()
484 ZVAL_COPY(&(*copies)[current], original); in mysqlnd_stmt_copy_it()
496 if (copies) { in mysqlnd_stmt_free_copies()
499 zval_ptr_dtor(&copies[i]); in mysqlnd_stmt_free_copies()
501 mnd_efree(copies); in mysqlnd_stmt_free_copies()
609 const zval *tmp_data = (copies && !Z_ISUNDEF(copies[i]))? &copies[i] : parameter; in mysqlnd_stmt_execute_store_types()
735 data = (copies && !Z_ISUNDEF(copies[i]))? &copies[i]: parameter; in mysqlnd_stmt_execute_store_param_values()
844 mysqlnd_stmt_execute_store_types(stmt, copies, p); in mysqlnd_stmt_execute_store_params()
[all …]
/PHP-8.3/ext/intl/tests/
H A Dregression_sort_and_cow.phpt12 /* Create two copies of the given array.
22 // Create two copies of the given array.
H A Dregression_sortwsk_and_cow.phpt13 /* Create two copies of the given array.
23 // Create two copies of the given array.
/PHP-8.3/ext/standard/tests/file/
H A Dcopy_basic.phpt20 echo "-- Checking filepermissions of file and its copies --\n";
46 -- Checking filepermissions of file and its copies --
H A Dcopy_variation7.phpt32 echo "-- Now applying copy() on source link to create copies --\n";
65 -- Now applying copy() on source link to create copies --
H A Dcopy_variation5.phpt33 echo "\n-- Now applying copy() on source file to create copies --";
77 -- Now applying copy() on source file to create copies --
H A Dcopy_variation3-win32.phpt37 echo "\n-- Now applying copy() on source file to create copies --";
78 -- Now applying copy() on source file to create copies --
H A Dcopy_variation3.phpt37 echo "\n-- Now applying copy() on source file to create copies --";
77 -- Now applying copy() on source file to create copies --
H A Dcopy_variation5-win32.phpt34 echo "\n-- Now applying copy() on source file to create copies --";
79 -- Now applying copy() on source file to create copies --
H A Dcopy_variation16.phpt43 echo "\n--- Now applying copy() on source file to create copies ---";
81 --- Now applying copy() on source file to create copies ---
H A Dcopy_variation6-win32.phpt41 echo "\n-- Now applying copy() on source file to create copies --";
82 -- Now applying copy() on source file to create copies --
H A Dcopy_variation6.phpt41 echo "\n-- Now applying copy() on source file to create copies --";
80 -- Now applying copy() on source file to create copies --
H A Dcopy_variation1.phpt35 echo "\n-- Now applying copy() on source file to create copies --";
75 -- Now applying copy() on source file to create copies --
H A Dcopy_variation16-win32.phpt43 echo "\n--- Now applying copy() on source file to create copies ---";
82 --- Now applying copy() on source file to create copies ---
H A Dcopy_variation4.phpt40 echo "\n-- Now applying copy() on source file to create copies --";
83 -- Now applying copy() on source file to create copies --
H A Dcopy_variation2-win32-mb.phpt49 echo "\n--- Now applying copy() on source file to create copies ---";
89 --- Now applying copy() on source file to create copies ---
H A Dcopy_variation2-win32.phpt49 echo "\n--- Now applying copy() on source file to create copies ---";
89 --- Now applying copy() on source file to create copies ---
/PHP-8.3/Zend/tests/
H A Dclosure_011.phpt2 Closure 011: Lexical copies not static in closure
H A Dgh11244-005.phpt2 GH-11244: Modifying a copied by-ref iterated array resets the array position (multiple copies)
/PHP-8.3/ext/date/lib/
H A DLICENSE.rst10 copies of the Software, and to permit persons to whom the Software is
14 all copies or substantial portions of the Software.
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_result_references.phpt24 /* mysqlnd: force separation - create copies */
35 /* mysqlnd: force separation - create copies */
53 /* mysqlnd: force separation - create copies*/
H A Dbug79084_collision.phpt30 // buffered copies
H A Dbug79084.phpt30 // buffered copies
H A Dmysqli_result_references_mysqlnd.phpt2 References to result sets - mysqlnd (no copies but references)
/PHP-8.3/Zend/asm/
H A DLICENSE12 must be included in all copies of the Software, in whole or in part, and
13 all derivative works of the Software, unless such copies or derivative

Completed in 23 milliseconds

12