Home
last modified time | relevance | path

Searched refs:from (Results 351 – 375 of 1543) sorted by relevance

1...<<11121314151617181920>>...62

/PHP-7.0/ext/intl/tests/
H A Dbreakiter___construct_error.phpt42 …onstruct(): rbbi_create_instance: unable to create RuleBasedBreakIterator from rules (parse error …
50 …kIterator::__construct(): rbbi_create_instance: unable to create instance from compiled rules in %…
/PHP-7.0/ext/oci8/tests/
H A Dconnect_scope1.phpt45 $s1 = oci_parse($c1, "select * from connect_scope1_tab");
55 $s1 = oci_parse($c1, "select * from connect_scope1_tab");
H A Dconnect_scope2.phpt45 $s1 = oci_parse($c1, "select * from connect_scope2_tab");
55 $s1 = oci_parse($c1, "select * from connect_scope2_tab");
H A Dimp_res_call_error.phpt28 open c1 for select * from dual;
30 open c1 for select * from dual;
H A Dedition_1.phpt42 $s = oci_parse($conn,"select * from view_ed");
51 select from both the editions and verify the contents. */
65 "create or replace editioning view view_ed as select name,age,job from edit_tab",
77 $stmt = "create or replace editioning view view_ed as select name,age,job,salary from edit_tab";
/PHP-7.0/ext/standard/tests/file/
H A Dfile_variation5.phpt35 echo "\nfile() on a relative path from a different working directory\n";
84 file() on a relative path from a different working directory
H A Dfscanf_variation29.phpt8 Description: Parses input from a file according to a format
58 // reading the values from file using different octal formats
60 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation35.phpt8 Description: Parses input from a file according to a format
53 // reading the values from file using different hexa formats
55 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation10.phpt8 Description: Parses input from a file according to a format
58 // reading the values from file using different formats formats
60 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation4.phpt8 Description: Parses input from a file according to a format
54 // reading the values from file using different integer formats
56 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation41.phpt8 Description: Parses input from a file according to a format
53 // reading the values from file using different unsigned formats
55 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation47.phpt8 Description: Parses input from a file according to a format
53 // reading the values from file using different scientific formats
55 // rewind the file so that for every foreach iteration the file pointer starts from bof
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8_mobile.c221 if (filter->from->no_encoding == mbfl_no_encoding_utf8_docomo && in mbfl_filt_conv_utf8_mobile_wchar()
224 } else if (filter->from->no_encoding == mbfl_no_encoding_utf8_kddi_a && in mbfl_filt_conv_utf8_mobile_wchar()
227 } else if (filter->from->no_encoding == mbfl_no_encoding_utf8_kddi_b && in mbfl_filt_conv_utf8_mobile_wchar()
230 } else if (filter->from->no_encoding == mbfl_no_encoding_utf8_sb && in mbfl_filt_conv_utf8_mobile_wchar()
/PHP-7.0/ext/pgsql/tests/
H A D06_bug73498.phpt12 $rows = pg_copy_to($db, "(select * from {$view_name})");
/PHP-7.0/Zend/tests/return_types/
H A D020.phpt2 Exception thrown from function with return type
/PHP-7.0/tests/lang/
H A Dbug25652.phpt2 Bug #25652 (Calling Global functions dynamically fails from Class scope)
H A DpassByReference_004.phpt2 passing the return value from a function by reference
/PHP-7.0/Zend/tests/
H A Dbug54372.phpt2 Bug #54372 (Crash accessing global object itself returned from its __get() handle)
/PHP-7.0/ext/pdo/
H A DTODO25 with the same meanings as those options from oci8.
30 If the API needs hints from the client side, we need
50 defaults for the dbh will come from the INI settings.
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt43 $stmt = $db->query("select * from test");
52 $stmt = $db->query("select * from test");
61 $stmt = $db->query("select * from test");
80 $stmt = $db->query("select * from test");
89 $stmt = $db->query("select * from test");
98 $stmt = $db->query("select * from test");
/PHP-7.0/ext/standard/tests/math/
H A Dbase_convert_basic.phpt21 echo "\n...from base is ", $frombase[$f], "\n";
33 ...from base is 2
90 ...from base is 8
147 ...from base is 10
204 ...from base is 16
261 ...from base is 36
/PHP-7.0/ext/spl/tests/
H A DSplFileInfo_setFileClass_error.phpt16 SplFileInfo::setFileClass() expects parameter 1 to be a class name derived from SplFileObject, 'std…
H A DSplFileInfo_setInfoClass_error.phpt16 SplFileInfo::setInfoClass() expects parameter 1 to be a class name derived from SplFileInfo, 'stdCl…
H A Dheap_current_variation_001.phpt2 SPL: SplHeap::current - get current value from empty heap
/PHP-7.0/ext/standard/tests/strings/
H A Dbug20934.phpt2 Bug #20934 (htmlspecialchars returns latin1 from UTF-8)

Completed in 103 milliseconds

1...<<11121314151617181920>>...62