Home
last modified time | relevance | path

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

12345678910>>...55

/PHP-5.4/ext/oci8/tests/
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 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"'…
H A Dcursors.phpt2 fetching cursor from a statement
30 $sql = "select CURSOR(select * from ".$schema.$table_name.") as curs FROM dual";
/PHP-5.4/ext/mbstring/libmbfl/
H A DNEWS23 - backport from PHP 5.2 (rui).
29 - moved to github.com from sourceforge.jp (moriyoshi)
/PHP-5.4/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.4/Zend/tests/
H A Dbug52614.phpt2 Bug #52614 (Memory leak when writing on uninitialized variable returned from method call)
75 Warning: Creating default object from empty value in %sbug52614.php on line 52
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 Dstr_offset_002.phpt9 Fatal error: Cannot create references to/from string offsets in %sstr_offset_002.php on line 3
H A Dget_called_class_001.phpt10 Warning: get_called_class() called from outside a class in %s on line %d
/PHP-5.4/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 Dengine_assignExecutionOrder_008.phpt70 Warning: Creating default object from empty value in %s on line %d
73 Warning: Creating default object from empty value in %s on line %d
77 Warning: Creating default object from empty value in %s on line %d
H A Dthrow_variation_001.phpt2 Catching an exception thrown from an included file
/PHP-5.4/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.4/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");
H A Dbug64953.phpt18 echo "Taken from the bug report:\n";
45 Taken from the bug report:
/PHP-5.4/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.4/Zend/
H A Dzend_multibyte.c48 …ing_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length… in dummy_encoding_converter() argument
148 …ing_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length… in zend_multibyte_encoding_converter() argument
150 …return multibyte_functions.encoding_converter(to, to_length, from, from_length, encoding_to, encod… in zend_multibyte_encoding_converter()
/PHP-5.4/ext/spl/tests/
H A Dcountable_count_variation1.phpt31 throw new Exception('Thrown from count');
68 Thrown from count
/PHP-5.4/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.4/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.4/ext/standard/tests/strings/
H A Dbug63943.phpt2 Bug #63943 (Bad warning text from strpos() on empty needle)
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY209 fix cast from char* to const char*
211 fix cast from char* to const char*
453 (imported from Ruby 1.9 2005-03-08)
464 remove oniggnu.h from make 19.
475 2005/02/19: [dist] remove reggnu.c from MANIFEST-RUBY.
476 remove reggnu.c from make 19.
589 from 20 to 8.
629 2004/11/15: [impl] add st.h and st.c from Ruby 1.9.
724 (forgotten to merge from 2.X)
1307 flag from RegSyntaxGnuRegex.
[all …]
/PHP-5.4/ext/date/tests/
H A Dbug43527.phpt2 Bug #43527 (DateTime created from a timestamp reports environment timezone)

Completed in 39 milliseconds

12345678910>>...55