Searched refs:copies (Results 1 – 25 of 38) sorted by relevance
12
/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 519 if (!*copies) { in mysqlnd_stmt_copy_it() 520 *copies = mnd_ecalloc(param_count, sizeof(zval)); in mysqlnd_stmt_copy_it() 522 if (*copies) { in mysqlnd_stmt_copy_it() 523 ZVAL_COPY(&(*copies)[current], original); in mysqlnd_stmt_copy_it() 535 if (copies) { in mysqlnd_stmt_free_copies() 538 zval_ptr_dtor(&copies[i]); in mysqlnd_stmt_free_copies() 540 mnd_efree(copies); in mysqlnd_stmt_free_copies() 652 const zval *tmp_data = (copies && !Z_ISUNDEF(copies[i]))? &copies[i] : parameter; in mysqlnd_stmt_execute_store_types() 775 data = (copies && !Z_ISUNDEF(copies[i]))? &copies[i]: parameter; in mysqlnd_stmt_execute_store_param_values() 877 mysqlnd_stmt_execute_store_types(stmt, copies, p); in mysqlnd_stmt_execute_store_params() [all …]
|
/PHP-7.0/ext/intl/tests/ |
H A D | regression_sort_and_cow.phpt | 12 /* Create two copies of the given array. 22 // Create two copies of the given array.
|
H A D | regression_sortwsk_and_cow.phpt | 13 /* Create two copies of the given array. 23 // Create two copies of the given array.
|
/PHP-7.0/Zend/tests/ |
H A D | closure_011.phpt | 2 Closure 011: Lexical copies not static in closure
|
/PHP-7.0/ext/date/lib/ |
H A D | LICENSE.rst | 9 copies of the Software, and to permit persons to whom the Software is 13 all copies or substantial portions of the Software.
|
H A D | parse_iso_intervals.re | 10 * copies of the Software, and to permit persons to whom the Software is 14 * all copies or substantial portions of the Software.
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | copy_basic.phpt | 25 echo "-- Checking filepermissions of file and its copies --\n"; 53 -- Checking filepermissions of file and its copies --
|
H A D | copy_variation7.phpt | 38 echo "-- Now applying copy() on source link to create copies --\n"; 73 -- Now applying copy() on source link to create copies --
|
H A D | copy_variation3-win32.phpt | 40 echo "\n-- Now applying copy() on source file to create copies --"; 83 -- Now applying copy() on source file to create copies --
|
H A D | copy_variation5.phpt | 39 echo "\n-- Now applying copy() on source file to create copies --"; 85 -- Now applying copy() on source file to create copies --
|
H A D | copy_variation3.phpt | 40 echo "\n-- Now applying copy() on source file to create copies --"; 82 -- Now applying copy() on source file to create copies --
|
H A D | copy_variation5-win32.phpt | 39 echo "\n-- Now applying copy() on source file to create copies --"; 86 -- Now applying copy() on source file to create copies --
|
H A D | copy_variation16.phpt | 48 echo "\n--- Now applying copy() on source file to create copies ---"; 87 --- Now applying copy() on source file to create copies ---
|
H A D | copy_variation16-win32.phpt | 48 echo "\n--- Now applying copy() on source file to create copies ---"; 88 --- Now applying copy() on source file to create copies ---
|
H A D | copy_variation6-win32.phpt | 46 echo "\n-- Now applying copy() on source file to create copies --"; 88 -- Now applying copy() on source file to create copies --
|
H A D | copy_variation6.phpt | 46 echo "\n-- Now applying copy() on source file to create copies --"; 86 -- Now applying copy() on source file to create copies --
|
H A D | copy_variation1.phpt | 40 echo "\n-- Now applying copy() on source file to create copies --"; 82 -- Now applying copy() on source file to create copies --
|
H A D | copy_variation2-win32.phpt | 54 echo "\n--- Now applying copy() on source file to create copies ---"; 96 --- Now applying copy() on source file to create copies ---
|
H A D | copy_variation4.phpt | 46 echo "\n-- Now applying copy() on source file to create copies --"; 91 -- Now applying copy() on source file to create copies --
|
H A D | copy_variation2.phpt | 56 echo "\n--- Now applying copy() on source file to create copies ---"; 97 --- Now applying copy() on source file to create copies ---
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_result_references.phpt | 22 /* mysqlnd: force separation - create copies */ 33 /* mysqlnd: force separation - create copies */ 51 /* mysqlnd: force separation - create copies*/
|
H A D | mysqli_result_references_mysqlnd.phpt | 2 References to result sets - mysqlnd (no copies but references)
|
H A D | mysqli_fetch_array_many_rows.phpt | 41 // create copies and destroy later
|
/PHP-7.0/ext/mbstring/ucgendat/ |
H A D | OPENLDAP_LICENSE | 47 distribute verbatim copies of this document is granted.
|
/PHP-7.0/ext/mbstring/libmbfl/ |
H A D | LICENSE | 6 Everyone is permitted to copy and distribute verbatim copies 29 you have the freedom to distribute copies of free software (and charge 38 you if you distribute copies of the library or if you modify it. 40 For example, if you distribute copies of the library, whether gratis 150 1. You may copy and distribute verbatim copies of the Library's 162 2. You may modify your copy or copies of the Library or any portion 222 subsequent copies and derivative works made from that copy. 353 rights under this License. However, parties who have received copies, 383 all those who receive copies directly or indirectly through you, then
|
Completed in 23 milliseconds
12