Home
last modified time | relevance | path

Searched refs:from (Results 276 – 300 of 1417) sorted by last modified time

1...<<11121314151617181920>>...57

/php-src/ext/standard/tests/file/
H A Dfile.inc454 numeric starting from suffix up to count
498 numeric starting from $link_name_suffix up to count
604 // compare values of given key from each stat array
616 echo "Error: stat1 differs too much from stat2 at key value: $fields[$index]\n";
/php-src/ext/standard/tests/general_functions/
H A Dgh12655.phpt7 0 => [ "pipe", "r" ], // stdin is a pipe that the child will read from
/php-src/sapi/fpm/tests/
H A Dfcgi.inc178 throw new TransportException('Reading from the stream failed');
315 throw new TransportException('Reading from the stream failed');
/php-src/ext/pgsql/tests/
H A D27large_object_oid.phpt19 echo "create LO from int\n";
27 echo "create LO from string\n";
46 create LO from int
47 create LO from string
H A D28large_object_import_oid.phpt19 echo "import LO from int\n";
27 echo "import LO from string\n";
88 import LO from int
89 import LO from string
H A D05large_object.phpt29 var_dump(pg_lo_seek($handle, 2, /* PGSQL_SEEK_CUR */)); // This is the default so move cursor from 5
34 var_dump(pg_lo_seek($handle, -4, PGSQL_SEEK_END)); /* Seek from the end */
H A D08escape.phpt18 $expect2 = "ABC\\\\ABC\\\\''"; //the way escape string differs from PostgreSQL 9.0
55 // Retrieve binary from DB
/php-src/ext/soap/tests/bugs/
H A Dbug49278.phpt20 …// Necessary such that it works from a development directory in which case extension_dir might not…
/php-src/ext/standard/tests/strings/
H A Dstrtr_variation8.phpt81 strtr(): Argument #2 ($from) must be of type array, int given
84 strtr(): Argument #2 ($from) must be of type array, int given
87 strtr(): Argument #2 ($from) must be of type array, int given
90 strtr(): Argument #2 ($from) must be of type array, float given
93 strtr(): Argument #2 ($from) must be of type array, float given
96 strtr(): Argument #2 ($from) must be of type array, float given
108 strtr(): Argument #2 ($from) must be of type array, true given
111 strtr(): Argument #2 ($from) must be of type array, false given
114 strtr(): Argument #2 ($from) must be of type array, true given
120 strtr(): Argument #2 ($from) must be of type array, null given
[all …]
H A Dstrtr_variation6.phpt2 Test strtr() function : usage variations - unexpected inputs for 'from' argument
5 /* Test strtr() function: with unexpected inputs for 'from'
9 echo "*** Testing strtr() function: with unexpected inputs for 'from' ***\n";
24 // array of values for 'from'
66 $from = $from_arr[$index];
68 var_dump(strtr($str, $from, $to));
78 *** Testing strtr() function: with unexpected inputs for 'from' ***
92 strtr(): Argument #2 ($from) must be of type string, array given
94 strtr(): Argument #2 ($from) must be of type string, array given
96 strtr(): Argument #2 ($from) must be of type string, array given
[all …]
/php-src/ext/pdo/tests/
H A Dbug_60665.phpt18 case 'oci': $from = ' FROM DUAL'; break;
19 case 'firebird': $from = ' FROM RDB$DATABASE'; break;
20 default: $from = ''; break;
22 $statement = $db->prepare("SELECT NULL AS null_value, 0 AS zero, 1 AS one $from");
H A Dbug_69356.phpt31 case 'oci': $from = ' FROM DUAL'; break;
32 case 'firebird': $from = ' FROM RDB$DATABASE'; break;
33 default: $from = ''; break;
35 $query .= $from;
H A Dbug_43139.phpt22 case 'oci': $from = ' FROM DUAL'; break;
23 case 'firebird': $from = ' FROM RDB$DATABASE'; break;
24 default: $from = ''; break;
27 var_dump($db->query("select 0 as abc, 1 as xyz, 2 as def $from")->fetchAll(PDO::FETCH_GROUP));
H A Dbug_43663.phpt2 PDO Common: Bug #43663 (__call on classes derived from PDO)
H A Dbug_44861.phpt32 $from = 'FROM DUAL';
36 $from = 'FROM RDB$DATABASE';
40 $from = '';
45 $query = "SELECT 'row1' AS r $from UNION SELECT 'row2' $from UNION SELECT 'row3' $from UNION SELECT…
65 $res = $db->prepare("SELECT ? $from", $aParams);
H A Dpdo_028.phpt28 $stmt = $db->prepare('SELECT * from test028');
/php-src/ext/pdo_sqlite/tests/
H A Dbug_47769.phpt36 Fatal error: Uncaught Error: Call to protected method TestClass::isProtected() from global scope in…
/php-src/ext/phar/tests/
H A Dgh12532.phpt2 GH-12532 (PharData created from zip has incorrect timestamp)
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt99 // Names of native birds from Aotearoa:
144 // U+4E4E is the Chinese character 乎; normally it would be impossible to distinguish UTF-16LE from
222 // Headline randomly picked from Chinese news
387 // Random junk indiscriminately copied from randomly picked Wikipedia articles
394 // ISO-8859-9 and Windows-1254 are very similar and we can't really distinguish them from each other
395 // But both of them should be distinguishable from UTF-8
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c1053 len = end - (str + from); in mb_cut_utf16be()
1055 from &= ~1; in mb_cut_utf16be()
1062 if (from > 0) { in mb_cut_utf16be()
1067 from -= 2; in mb_cut_utf16be()
1086 len = end - (str + from); in mb_cut_utf16le()
1088 from &= ~1; in mb_cut_utf16le()
1095 if (from > 0) { in mb_cut_utf16le()
1100 from -= 2; in mb_cut_utf16le()
1124 if (from < 2) { in mb_cut_utf16()
1125 from = 2; in mb_cut_utf16()
[all …]
/php-src/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt22 $res = $db->prepare('SELECT foo from b33876 where bar = ?');
57 $res = $db->prepare('SELECT foo from b33876 where bar = ?', array(
H A Dbug69362.phpt30 // Peer authentication might prevent the test from properly running
H A Dbug62479.phpt30 // Peer authentication might prevent the test from properly running
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt37 // 7. set the environment variable PDOTEST_DSN="odbc:<system dsn from step 5>" ex: SET PDOTEST_DSN=…
73 …MS SQL server (works with Access, MyODBC), which is a separate failure, feature/code-path from what
81 foreach ($db->query('SELECT id, data from test_long_columns ORDER BY LEN(data) ASC') as $row) {
H A Dmax_columns.phpt36 foreach ($db->query('SELECT id, data from test_max_columns') as $row) {

Completed in 79 milliseconds

1...<<11121314151617181920>>...57