Home
last modified time | relevance | path

Searched refs:array (Results 5551 – 5575 of 6720) sorted by relevance

1...<<221222223224225226227228229230>>...269

/PHP-8.1/ext/standard/tests/file/
H A Dcopy_variation3.phpt23 /* array of destination file names */
24 $dest_files = array(
H A Dcopy_variation5-win32.phpt21 /* array of destination file names */
22 $dest_files = array(
H A Dsymlink_link_linkinfo_is_link_basic1.phpt34 // filename stored in array with single and double slash notation in its path
35 $files = array (
H A Dlstat_stat_variation18.phpt51 array(26) {
107 array(26) {
H A Dfgetcsv_variation22.phpt12 /* the array is with two elements in it. Each element should be read as
15 $csv_lists = array (
16 array(',', 'water,fruit'),
17 array(' ', 'water fruit'),
18 array(' ', '"water" "fruit"'),
19 array('\\', 'water\\"fruit"\\"air"'),
20 array('\\', '"water"\\"fruit"\\"""'),
26 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
H A Dfgetcsv_variation29.phpt12 /* the array is with two elements in it. Each element should be read as
15 $csv_lists = array (
16 array(',', 'water,fruit'),
17 array(' ', 'water fruit'),
18 array(' ', '"water" "fruit"'),
19 array('\\', 'water\\"fruit"\\"air"'),
20 array('\\', '"water"\\"fruit"\\"""'),
26 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
H A Dfgetcsv_variation30.phpt12 /* the array is with two elements in it. Each element should be read as
15 $csv_lists = array (
16 array(',', 'water,fruit'),
17 array(' ', 'water fruit'),
18 array(' ', '"water" "fruit"'),
19 array('\\', 'water\\"fruit"\\"air"'),
20 array('\\', '"water"\\"fruit"\\"""'),
26 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
H A Dfgetcsv_variation31.phpt12 /* the array is with two elements in it. Each element should be read as
15 $csv_lists = array (
16 array(',', 'water,fruit'),
17 array(' ', 'water fruit'),
18 array(' ', '"water" "fruit"'),
19 array('\\', 'water\\"fruit"\\"air"'),
20 array('\\', '"water"\\"fruit"\\"""'),
26 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
H A Drename_basic.phpt24 $keys_to_compare = array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12,
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug75402.phpt67 array(
90 array(1) {
/PHP-8.1/ext/oci8/tests/
H A Dbug27303_3.phpt10 $create_st = array();
41 $drop_st = array();
H A Dnum.phpt12 $stmtarray = array(
131 $stmtarray = array(
H A Dlob_null.phpt7 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
206 array(2) {
208 array(9) {
229 array(9) {
/PHP-8.1/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation5.phpt11 $strings = array (
19 // loop through each element of the array to check htmlspecialchars_decode() function with all poss…
H A Dsetlocale_variation2.phpt48 $failure_locale = array();
60 //failure values are put in to an array $failure_locale
H A Daddslashes_variation2.phpt20 // initialising the string array
22 $str_array = array(
H A Dget_html_translation_table_basic4.phpt24 array(125) {
277 array(4) {
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_pconn_twice.phpt69 array(1) {
73 array(1) {
H A D014.phpt86 array(2) {
92 array(2) {
H A Dmysqli_pconn_conn_multiple.phpt144 array(1) {
148 array(1) {
153 array(1) {
157 array(1) {
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt66 $rows[] = array();
67 while (is_object($rows[] = $stmt->fetchObject('myclass', array($rowno++, $rowno))))
/PHP-8.1/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015w.phpt20 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
21 $client->echoStructArray(array($struct1,$struct2));
/PHP-8.1/ext/odbc/
H A Dodbc.stub.php53 * @param array $array
55 function odbc_fetch_into($statement, &$array, int $row = 0): int|false {} argument
/PHP-8.1/ext/standard/
H A Dbasic_functions_arginfo.h73 ZEND_ARG_TYPE_INFO(1, array, IS_ARRAY, 0)
78 ZEND_ARG_TYPE_INFO(1, array, IS_ARRAY, 0)
92 ZEND_ARG_TYPE_INFO(1, array, IS_ARRAY, 0)
106 ZEND_ARG_TYPE_INFO(1, array, IS_ARRAY, 0)
192 ZEND_ARG_TYPE_INFO(1, array, IS_ARRAY, 0)
200 ZEND_ARG_TYPE_INFO(1, array, IS_ARRAY, 0)
207 ZEND_ARG_TYPE_INFO(0, array, IS_ARRAY, 0)
220 ZEND_ARG_TYPE_INFO(0, array, IS_ARRAY, 0)
227 ZEND_ARG_TYPE_INFO(0, array, IS_ARRAY, 0)
233 ZEND_ARG_TYPE_INFO(0, array, IS_ARRAY, 0)
[all …]
/PHP-8.1/ext/ldap/tests/
H A Dldap_exop_passwd_error.phpt33 array(0) {

Completed in 53 milliseconds

1...<<221222223224225226227228229230>>...269