Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c549 if (!*copies) { in mysqlnd_stmt_copy_it()
550 *copies = mnd_ecalloc(param_count, sizeof(zval)); in mysqlnd_stmt_copy_it()
552 if (*copies) { in mysqlnd_stmt_copy_it()
553 ZVAL_COPY(&(*copies)[current], original); in mysqlnd_stmt_copy_it()
565 if (copies) { in mysqlnd_stmt_free_copies()
568 zval_ptr_dtor(&copies[i]); in mysqlnd_stmt_free_copies()
570 mnd_efree(copies); in mysqlnd_stmt_free_copies()
678 const zval *tmp_data = (copies && !Z_ISUNDEF(copies[i]))? &copies[i] : parameter; in mysqlnd_stmt_execute_store_types()
804 data = (copies && !Z_ISUNDEF(copies[i]))? &copies[i]: parameter; in mysqlnd_stmt_execute_store_param_values()
913 mysqlnd_stmt_execute_store_types(stmt, copies, p); in mysqlnd_stmt_execute_store_params()
[all …]
/PHP-7.4/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-7.4/Zend/tests/
H A Dclosure_011.phpt2 Closure 011: Lexical copies not static in closure
/PHP-7.4/ext/standard/tests/file/
H A Dcopy_basic.phpt25 echo "-- Checking filepermissions of file and its copies --\n";
51 -- Checking filepermissions of file and its copies --
H A Dcopy_variation7.phpt37 echo "-- Now applying copy() on source link to create copies --\n";
70 -- Now applying copy() on source link to create copies --
H A Dcopy_variation5.phpt39 echo "\n-- Now applying copy() on source file to create copies --";
83 -- Now applying copy() on source file to create copies --
H A Dcopy_variation3-win32.phpt42 echo "\n-- Now applying copy() on source file to create copies --";
83 -- Now applying copy() on source file to create copies --
H A Dcopy_variation5-win32.phpt39 echo "\n-- Now applying copy() on source file to create copies --";
84 -- Now applying copy() on source file to create copies --
H A Dcopy_variation3.phpt42 echo "\n-- Now applying copy() on source file to create copies --";
82 -- Now applying copy() on source file to create copies --
H A Dcopy_variation16.phpt48 echo "\n--- Now applying copy() on source file to create copies ---";
86 --- Now applying copy() on source file to create copies ---
H A Dcopy_variation6-win32.phpt46 echo "\n-- Now applying copy() on source file to create copies --";
87 -- Now applying copy() on source file to create copies --
H A Dcopy_variation6.phpt46 echo "\n-- Now applying copy() on source file to create copies --";
85 -- Now applying copy() on source file to create copies --
H A Dcopy_variation16-win32.phpt48 echo "\n--- Now applying copy() on source file to create copies ---";
87 --- Now applying copy() on source file to create copies ---
H A Dcopy_variation1.phpt40 echo "\n-- Now applying copy() on source file to create copies --";
80 -- Now applying copy() on source file to create copies --
H A Dcopy_variation4.phpt46 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-mb.phpt54 echo "\n--- Now applying copy() on source file to create copies ---";
94 --- Now applying copy() on source file to create copies ---
H A Dcopy_variation2-win32.phpt54 echo "\n--- Now applying copy() on source file to create copies ---";
94 --- Now applying copy() on source file to create copies ---
H A Dcopy_variation2.phpt56 echo "\n--- Now applying copy() on source file to create copies ---";
95 --- Now applying copy() on source file to create copies ---
/PHP-7.4/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-7.4/ext/mysqli/tests/
H A Dmysqli_result_references.phpt22 /* mysqlnd: force separation - create copies */
33 /* mysqlnd: force separation - create copies */
51 /* mysqlnd: force separation - create copies*/
H A Dbug79084_collision.phpt29 // buffered copies
H A Dbug79084.phpt29 // buffered copies
H A Dmysqli_result_references_mysqlnd.phpt2 References to result sets - mysqlnd (no copies but references)
H A Dmysqli_fetch_array_many_rows.phpt41 // create copies and destroy later

Completed in 41 milliseconds

12