Home
last modified time | relevance | path

Searched refs:values (Results 1251 – 1275 of 1390) sorted by relevance

1...<<515253545556

/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_ukey_variation2.phpt2 Test array_diff_ukey() function : usage variation - Passing unexpected values to second argument
50 //array of values to iterate over
H A Darray_diff_key_variation2.phpt2 Test array_diff_key() function : usage variation - Passing unexpected values to second argument
40 //array of values to iterate over
H A Darray_intersect_key_variation1.phpt2 Test array_intersect_key() function : usage variation - Passing unexpected values to first argument
44 //array of values to iterate over
H A Darray_intersect_key_variation2.phpt2 Test array_intersect_key() function : usage variation - Passing unexpected values to second argument
44 //array of values to iterate over
H A Darray_intersect_uassoc_variation1.phpt2 Test array_intersect_uassoc() function : usage variation - Passing unexpected values to first argum…
52 //array of values to iterate over
H A Darray_intersect_uassoc_variation2.phpt2 Test array_intersect_uassoc() function : usage variation - Passing unexpected values to second argu…
52 //array of values to iterate over
H A Darray_intersect_ukey_variation1.phpt2 Test array_intersect_ukey() function : usage variation - Passing unexpected values to first argument
49 //array of values to iterate over
H A Darray_intersect_ukey_variation2.phpt2 Test array_intersect_ukey() function : usage variation - Passing unexpected values to second argume…
49 //array of values to iterate over
H A Darray_intersect_ukey_variation4.phpt2 Test array_intersect_ukey() function : usage variation - Passing unexpected values to optional thir…
50 //array of values to iterate over
H A Darray_unshift_variation9.phpt43 // heredoc with numeric values
/PHP-7.4/ext/standard/tests/file/
H A D005_variation-win32.phpt111 echo "\n*** Testing touch() function with different time values ***\n";
197 *** Testing touch() function with different time values ***
H A Dcopy_variation1.phpt33 chr(99).chr(111).chr(112).chr(121).chr(49).".tmp" //file name containing ASCII values
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt62 echo "Test 2. testing return values\n";
293 Test 2. testing return values
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_affected_rows.phpt119 if (!mysqli_stmt_prepare($stmt, "REPLACE INTO test(id, label) values (4, 'd')") ||
129 if (!mysqli_stmt_prepare($stmt, "REPLACE INTO test(id, label) values (5, 'e')") ||
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_error.phpt35 // Unexpected values to be passed as arguments
/PHP-7.4/ext/intl/tests/
H A Dlocale_set_default.phpt53 //Private use registry values
H A Dlocale_get_keywords2.phpt58 //Private use registry values
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_driver.c82 mysqlnd_plugin_core.plugin_header.plugin_stats.values = mysqlnd_global_stats; in mysqlnd_library_init()
/PHP-7.4/ext/standard/tests/strings/
H A Dlcfirst.phpt44 /* loop to test working of lcfirst with different values */
H A Dstrcspn_variation8.phpt16 echo "*** Testing strcspn() : with different start and len values ***\n";
74 // definig array of start values
84 // defining array of len values
113 *** Testing strcspn() : with different start and len values ***
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substitute_character_variation1.phpt57 //array of values to iterate over
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c790 stmt->fetch.func.values = safe_emalloc(sizeof(zval), stmt->column_count, 0); in do_fetch_func_prepare()
815 if (stmt->fetch.func.values) { in do_fetch_opt_finish()
816 efree(stmt->fetch.func.values); in do_fetch_opt_finish()
817 stmt->fetch.func.values = NULL; in do_fetch_opt_finish()
1115 ZVAL_COPY_VALUE(&stmt->fetch.func.values[idx], &val); in do_fetch()
1116 ZVAL_COPY_VALUE(&stmt->fetch.cls.fci.params[idx], &stmt->fetch.func.values[idx]); in do_fetch()
1164 zval_ptr_dtor(&stmt->fetch.func.values[idx]); in do_fetch()
/PHP-7.4/ext/spl/tests/
H A Dclass_implements_variation1.phpt54 //array of values to iterate over
H A Dclass_uses_variation1.phpt54 //array of values to iterate over
/PHP-7.4/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt12 * Test base64_encode with single byte values.

Completed in 58 milliseconds

1...<<515253545556