Home
last modified time | relevance | path

Searched refs:from (Results 201 – 225 of 1543) sorted by relevance

12345678910>>...62

/PHP-7.0/ext/oci8/tests/
H A Dimp_res_cancel.phpt27 open c1 for select 1 from dual union all select 2 from dual;
29 open c2 for select 3 from dual;
H A Dstatement_cache.phpt17 $stmt = oci_parse($pc, "select 1+3 from dual");
21 $stmt = oci_parse($pc, "select 1+3 from dual");
H A Ddrcp_cclass1.phpt16 …$s = oci_parse($c, "select nvl(sys_context('userenv', 'con_name'), 'notacdb') as dbtype from dual"…
42 $s = oci_parse($c, "select * from dual");
51 $s = oci_parse($c, "select * from dual");
58 $s = oci_parse($c, "select cclass_name from v\$cpool_cc_stats where cclass_name like '%.cc__$t' ord…
H A Dimp_res_get_cursor.phpt40 …open c1 for select cursor(select c1, c2 from imp_res_get_cursor_tab_1 order by 1) as curs from dua…
43 open c1 for select * from imp_res_get_cursor_tab_2 where rownum < 3 order by 1;
46 open c1 for select * from dual;
H A Dimp_res_cursor.phpt40 open c1 for select * from dual;
43 … open c1 for select cursor(select c1, c2 from imp_res_cursor_tab_1 order by 1) as curs from dual;
46 open c1 for select * from imp_res_cursor_tab_2 where rownum < 3 order by 1;
H A Ddb_op_2.phpt38 dq($c, 'select * from dual');
42 dq($c, 'select * from dual');
45 dq($c, 'select dbop_name from v$sql_monitor where dbop_name like \'db_op2%\' order by dbop_exec_id …
H A Ddefine5.phpt24 $stmt = oci_parse($c, "select string from define5_tab where id = 1");
33 $stmt = oci_parse($c, "select string from define5_tab where id = 1");
42 $stmt = oci_parse($c, "select string from define5_tab where id = 2");
H A Ddupcolnames.phpt28 $s = oci_parse($c, "select * from dupcolnames_tab1, dupcolnames_tab2");
36 $s = oci_parse($c, "select * from dupcolnames_tab1, dupcolnames_tab2");
44 $s = oci_parse($c, "select * from dupcolnames_tab1, dupcolnames_tab2");
/PHP-7.0/win32/
H A Dphp7dllts.rc15 // Generated from the TEXTINCLUDE 2 resource.
113 // Generated from the TEXTINCLUDE 3 resource.
H A Dphp7ts.rc15 // Generated from the TEXTINCLUDE 2 resource.
113 // Generated from the TEXTINCLUDE 3 resource.
H A Dphp7ts_cli.rc15 // Generated from the TEXTINCLUDE 2 resource.
113 // Generated from the TEXTINCLUDE 3 resource.
/PHP-7.0/Zend/tests/
H A D033.phpt29 Warning: Creating default object from empty value in %s on line %d
31 Warning: Creating default object from empty value in %s on line %d
/PHP-7.0/tests/lang/
H A DforeachLoop.009.phpt8 echo "\nRemove elements from a referenced array during loop\n";
16 echo "\nRemove elements from a referenced array during loop, using &\$value\n";
55 Remove elements from a referenced array during loop
60 Remove elements from a referenced array during loop, using &$value
/PHP-7.0/ext/standard/tests/strings/
H A Dconvert_cyr_string_variation1.phpt6 /* Prototype : string convert_cyr_string ( string $str , string $from , string $to )
7 * Description: Convert from one Cyrillic character set to another
73 $from = "w";
77 var_dump( convert_cyr_string($input, $from, $to) );
/PHP-7.0/ext/interbase/tests/
H A D007.phpt72 $sel = ibase_query("select * from test7 where iter = $iter");
135 "select iter from test7 where v_char[$iter] LIKE ?", $v_char[$iter]."%")) ||
142 "select iter from test7 where v_date[$iter] = ?", $v_date[$iter])) ||
148 "select iter from test7 where v_decimal[$iter] = ?", $v_decimal[$iter])) ||
154 "select iter from test7 where v_integer[$iter] = ?", $v_integer[$iter])) ||
160 "select iter from test7 where v_numeric[$iter] = ?", $v_numeric[$iter])) ||
166 "select iter from test7 where v_smallint[$iter] = ?", $v_smallint[$iter])) ||
/PHP-7.0/ext/dom/tests/
H A Dbug47430.phpt24 Warning: Creating default object from empty value in %s on line %d
26 Warning: Creating default object from empty value in %s on line %d
/PHP-7.0/tests/classes/
H A Dconstants_basic_002.phpt13 echo "\nFail to read class constant from instance.\n";
25 Fail to read class constant from instance.
H A Dprotected_001.phpt19 pass::fail();// must fail because we are calling from outside of class pass
26 Fatal error: Uncaught Error: Call to protected method pass::fail() from context '' in %s:%d
H A Dprotected_001b.phpt20 $t->fail();// must fail because we are calling from outside of class pass
27 Fatal error: Uncaught Error: Call to protected method pass::fail() from context '' in %s:%d
/PHP-7.0/ext/date/tests/
H A DDateTimeZone_clone_basic4.phpt14 echo "*** Testing clone of objects derived from DateTimeZone class with __clone magic method***\n";
25 *** Testing clone of objects derived from DateTimeZone class with __clone magic method***
H A Ddate_default_timezone_get-1-win32.phpt14 …/* The behaviour on windows is to select an arbitrary timezone name from the current system settin…
16 from the multiple names like Europe/Berlin or Europe/Paris . For this reason the test is
H A Dbug55253.phpt25 // Try subtracting from expected result.
29 echo $interval->format('Subtract %h hours %i minutes from expected') . "\n";
43 Subtract 2 hours 1 minutes from expected
/PHP-7.0/ext/sqlite3/tests/
H A Dbug69972.phpt10 echo "SELECTING from invalid table\n";
21 SELECTING from invalid table
H A Dsqlite3_20_error.phpt10 echo "SELECTING from invalid table\n";
21 SELECTING from invalid table
/PHP-7.0/ext/spl/tests/
H A DarrayObject___construct_error1.phpt23 ArrayObject::__construct() expects parameter 3 to be a class name derived from Iterator, 'Exception…
25 ArrayObject::__construct() expects parameter 3 to be a class name derived from Iterator, 'nonExiste…

Completed in 24 milliseconds

12345678910>>...62