Home
last modified time | relevance | path

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

12

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c612 if (!*copies) { in mysqlnd_stmt_copy_it()
615 if (*copies) { in mysqlnd_stmt_copy_it()
694 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
761 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
795 if (!copies || !copies[i]) { in mysqlnd_stmt_execute_store_params()
809 if (!copies || !copies[i]) { in mysqlnd_stmt_execute_store_params()
819 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
829 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
856 if (!copies || !copies[i]) { in mysqlnd_stmt_execute_store_params()
902 zval *data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
[all …]
/PHP-5.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-5.4/ext/standard/tests/file/
H A Dcopy_basic.phpt25 echo "-- Checking filepermissions of file and its copies --\n";
53 -- Checking filepermissions of file and its copies --
H A Dcopy_variation7.phpt38 echo "-- Now applying copy() on source link to create copies --\n";
73 -- Now applying copy() on source link to create copies --
H A Dcopy_variation3-win32.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_variation5.phpt39 echo "\n-- Now applying copy() on source file to create copies --";
85 -- Now applying copy() on source file to create copies --
H A Dcopy_variation3.phpt40 echo "\n-- Now applying copy() on source file to create copies --";
82 -- 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 --";
86 -- 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 ---";
88 --- 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 ---";
87 --- 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 --";
88 -- 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 --";
86 -- 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 --";
82 -- 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 ---";
96 --- 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 --";
91 -- 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 ---";
97 --- Now applying copy() on source file to create copies ---
/PHP-5.4/Zend/tests/
H A Dclosure_011.phpt2 Closure 011: Lexical copies not static in closure
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_result_references.phpt22 /* mysqlnd: force seperation - create copies */
33 /* mysqlnd: force seperation - create copies */
51 /* mysqlnd: force seperation - create 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
/PHP-5.4/ext/mysqli/
H A Dmysqli_api.c749 if (!*copies) { in php_mysqli_stmt_copy_it()
753 *(*copies)[current] = *original; in php_mysqli_stmt_copy_it()
768 zval **copies = NULL; in PHP_FUNCTION() local
792 zval *the_var = copies && copies[i]? copies[i]:stmt->param.vars[i]; in PHP_FUNCTION()
797 the_var = copies[i]; in PHP_FUNCTION()
806 the_var = copies[i]; in PHP_FUNCTION()
815 the_var = copies[i]; in PHP_FUNCTION()
836 if (copies) { in PHP_FUNCTION()
838 if (copies[i]) { in PHP_FUNCTION()
839 zval_ptr_dtor(&copies[i]); in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE47 distribute verbatim copies of this document is granted.
/PHP-5.4/ext/mbstring/libmbfl/
H A DLICENSE6 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
/PHP-5.4/
H A DREADME.REDIST.BINS114 copies of the Software, and to permit persons to whom the Software is
118 copies or substantial portions of the Software.
197 that existing copyright notices are retained in all copies and that this
297 without modification in all copies or substantial portions of the
348 copyright notice and this permission notice appear in all copies.

Completed in 42 milliseconds

12