Home
last modified time | relevance | path

Searched refs:from (Results 226 – 250 of 1324) sorted by relevance

12345678910>>...53

/PHP-5.3/ext/oci8/tests/
H A Dconn_attr_5.phpt23 // Set the attributes in one scope and verify the values from another scope.
26 echo "Get the Values from a different scope \n";
61 Get the Values from a different scope
H A Dfetch_object_1.phpt29 if (!($s = oci_parse($c, 'select * from fetch_object_tab'))) {
43 if (!($s = oci_parse($c, 'select * from fetch_object_tab'))) {
59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
H A Dlob_018.phpt43 $query = 'select * from lob_018_tab order by mykey asc';
54 $query = 'select * from lob_018_tab order by mykey desc';
74 $query = 'select * from lob_018_tab where mykey = 3';
H A Dcursors.phpt2 fetching cursor from a statement
30 $sql = "select CURSOR(select * from ".$schema.$table_name.") as curs FROM dual";
H A Dfetch_object.phpt29 if (!($s = oci_parse($c, 'select * from fetch_object_tab'))) {
43 if (!($s = oci_parse($c, 'select * from fetch_object_tab'))) {
59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
/PHP-5.3/ext/spl/tests/
H A Ddllist_001.phpt62 Exception: Can't pop from an empty datastructure
63 Exception: Can't shift from an empty datastructure
H A Dcountable_count_variation1.phpt31 throw new Exception('Thrown from count');
68 Thrown from count
/PHP-5.3/ext/standard/tests/file/
H A Dfile_variation5-win32.phpt29 echo "\nfile() on a relative path from a different working directory\n";
64 file() on a relative path from a different working directory
/PHP-5.3/tests/lang/
H A Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code
H A Dinclude_variation2.phpt2 Including a file in the current script directory from an included function
H A Dthrow_variation_001.phpt2 Catching an exception thrown from an included file
H A DreturnByReference.001.phpt2 Returning a reference from a function
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_oo_013.phpt24 $r = $db->query("SELECT a, b from strings");
34 $r = $db->unbufferedQuery("SELECT a, b from strings");
H A Dsqlite_013.phpt24 $r = sqlite_query("SELECT a, b from strings", $db);
34 $r = sqlite_unbuffered_query("SELECT a, b from strings", $db);
/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_long.phpt30 var_dump(sybase_select_ex($db, 'select value from test_long'));
46 >>> Query: select value from test_long
H A Dtest_unbuffered_query.phpt18 $q= sybase_unbuffered_query('select name from master..systypes', $db);
32 $q= sybase_unbuffered_query('select name from master..systypes', $db);
/PHP-5.3/tests/classes/
H A Dnew_001.phpt27 …echo "Assigning new object by ref to \$k removes it from \$f's reference set, so \$f is unchanged:…
44 Assigning new object by ref to $k removes it from $f's reference set, so $f is unchanged:
/PHP-5.3/Zend/tests/
H A Dget_defined_functions_basic.phpt38 echo "TEST FAILED: missing elements from 'internal' array\n";
50 echo "TEST FAILED: missing elements from 'user' array\n";
H A Dget_called_class_001.phpt10 Warning: get_called_class() called from outside a class in %s on line %d
/PHP-5.3/ext/intl/tests/
H A Dlocale_compose_locale.phpt122 $res_str .= "No values found from Locale compose due to the following error:\n";
173 Composed Locale: No values found from Locale compose due to the following error:
178 Composed Locale: No values found from Locale compose due to the following error:
183 Composed Locale: No values found from Locale compose due to the following error:
/PHP-5.3/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt45 $stmt = $db->query("select * from test");
54 $stmt = $db->query("select * from test");
63 $stmt = $db->query("select * from test");
79 $stmt = $db->query("select * from test");
88 $stmt = $db->query("select * from test");
97 $stmt = $db->query("select * from test");
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt73 … call. Check manually (and fix the test, if needed :-)). First characters from trace are '%s'\n", …
82 …printf("[035] Process ID has not been found, first characters from trace are '%s'\n", substr($trac…
87 …printf("[045] Line numbers have not been found, first characters from trace are '%s'\n", substr($t…
93 …printf("[055] File names seem to be missing, first characters from trace are '%s'\n", substr($trac…
98 …printf("[065] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($t…
106 …printf("[075] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($l…
109 …printf("[076] Nesting level seem to be %d, should not be higher than 1, first characters from trac…
122 …function call, but there should be none in the trace file, first characters from trace are '%s'\n",
/PHP-5.3/ext/standard/tests/strings/
H A Dbug63943.phpt2 Bug #63943 (Bad warning text from strpos() on empty needle)
/PHP-5.3/ext/intl/
H A DTODO5 -- Create convertor from ICU pattern to PHP pattern
/PHP-5.3/ext/date/tests/
H A Dbug43527.phpt2 Bug #43527 (DateTime created from a timestamp reports environment timezone)

Completed in 100 milliseconds

12345678910>>...53