Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...60

/PHP-5.6/sapi/cli/tests/
H A Dcli_process_title_unix.phpt41 echo "Actually loaded from ps: $loaded_title\n";
47 echo "Actually loaded from get: $read_title\n";
/PHP-5.6/ext/intl/tests/
H A Duconverter_oop_callback.phpt9 * Called during conversion from source encoding to internal UChar representation
17 * Called during conversion from internal UChar to destination encoding
/PHP-5.6/ext/standard/tests/file/
H A Dfscanf_variation1.phpt8 Description: Parses input from a file according to a format
28 // capturing the return value from fscanf() called without third argument
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.6/ext/oci8/tests/
H A Dlob_038.phpt39 $s = oci_parse($c,"select clob from ".$schema.$table_name);
49 $s = oci_parse($c, "select clob from ".$schema.$table_name);
86 $s = oci_parse($c, "select blob from ".$schema.$table_name);
93 $s = oci_parse($c, "select blob from ".$schema.$table_name);
H A Drefcur_prefetch_3.phpt54 $sqlstmt = "select cursor(select * from nescurtest) curs1 from dual";
71 $sql_stmt = "select value from v\$mystat a,v\$statname c where
72 a.statistic#=c.statistic# and c.name='SQL*Net roundtrips to/from client'";
H A Dconn_attr_5.phpt26 // Set the attributes in one scope and verify the values from another scope.
29 echo "Get the Values from a different scope \n";
64 Get the Values from a different scope
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 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 Dimp_res_get_exec.phpt25 open c1 for select 1 from dual union all select 2 from dual;
/PHP-5.6/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt14 * troublesome to send multicast traffic from lo, which we must since
70 $r = socket_recvfrom($s, $str, 2000, 0, $from, $fromPort);
71 var_dump($r, $str, $from);
72 $sblock = $from;
/PHP-5.6/tests/func/
H A D003.phpt19 echo "Counting from $i to $j\n";
64 echo "and now, from a function...\n";
104 Counting from 7 to 14
224 and now, from a function...
/PHP-5.6/ext/spl/
H A DTODO3 Implement the classes/interfaces from the .inc files in
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY12 2013/04/04: [dev] remove Makefile.in from git repository.
174 2006/11/15: [impl] remove NOT_RUBY from AM_CFLAGS.
246 2006/10/18: [dist] remove target 19 from Makefile.am.
433 fix cast from char* to const char*
688 remove oniggnu.h from make 19.
700 remove reggnu.c from make 19.
813 from 20 to 8.
853 2004/11/15: [impl] add st.h and st.c from Ruby 1.9.
948 (forgotten to merge from 2.X)
1531 flag from RegSyntaxGnuRegex.
[all …]
/PHP-5.6/ext/mbstring/libmbfl/
H A DNEWS23 - backport from PHP 5.2 (rui).
29 - moved to github.com from sourceforge.jp (moriyoshi)
/PHP-5.6/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
/PHP-5.6/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
/PHP-5.6/Zend/tests/generators/
H A Dyield_array_key.phpt2 Array keys can be yielded from generators
/PHP-5.6/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.6/ext/pdo_pgsql/tests/
H A Dbug64953.phpt18 echo "Taken from the bug report:\n";
45 Taken from the bug report:
/PHP-5.6/ext/spl/tests/
H A Dcountable_count_variation1.phpt31 throw new Exception('Thrown from count');
68 Thrown from count

Completed in 29 milliseconds

1...<<11121314151617181920>>...60