Home
last modified time | relevance | path

Searched refs:from (Results 251 – 275 of 1434) sorted by relevance

1...<<11121314151617181920>>...58

/PHP-5.5/ext/sybase_ct/tests/
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.5/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
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 Dbug35470.phpt2 Bug #35470 (Assigning global using variable name from array doesn't function)
H A Dhalt03.phpt10 Fatal error: __HALT_COMPILER() can only be used from the outermost scope in %shalt03.php on line %d
H A Dbug60099.phpt10 Fatal error: __HALT_COMPILER() can only be used from the outermost scope in %s on line %d
/PHP-5.5/ext/oci8/tests/
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.5/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.5/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.5/tests/lang/
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
H A DreturnByReference.001.phpt2 Returning a reference from a function
H A Dfunc_get_args.003.phpt10 Warning\: func_get_args\(\)\: Called from the global scope - no function context in \S* on line 3
H A Dfunc_num_args.003.phpt11 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
/PHP-5.5/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.5/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.5/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.5/ext/standard/tests/strings/
H A Dbug63943.phpt2 Bug #63943 (Bad warning text from strpos() on empty needle)
/PHP-5.5/ext/intl/
H A Dintl_convertcpp.h30 int intl_charFromString(const UnicodeString &from, char **res, int *res_len, UErrorCode *status);
H A DTODO5 -- Create convertor from ICU pattern to PHP pattern
/PHP-5.5/ext/date/tests/
H A Dbug43527.phpt2 Bug #43527 (DateTime created from a timestamp reports environment timezone)
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c152 convd->from = from; in mbfl_buffer_converter_new2()
1304 int from, in mbfl_substr() argument
1323 start = from; in mbfl_substr()
1429 pc.start = from; in mbfl_substr()
1462 int from, in mbfl_strcut() argument
1478 from = string->len; in mbfl_strcut()
1502 from &= -2; in mbfl_strcut()
1511 from &= -4; in mbfl_strcut()
1819 int from; member
1864 int from, in mbfl_strimwidth() argument
[all …]
/PHP-5.5/ext/spl/tests/
H A Dbug62616.phpt2 Bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)

Completed in 69 milliseconds

1...<<11121314151617181920>>...58