Home
last modified time | relevance | path

Searched refs:from (Results 176 – 200 of 1496) sorted by relevance

12345678910>>...60

/PHP-5.6/win32/
H A Dphp5ts_cli.rc15 // Generated from the TEXTINCLUDE 2 resource.
113 // Generated from the TEXTINCLUDE 3 resource.
/PHP-5.6/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-5.6/tests/classes/
H A Dprotected_001.phpt19 pass::fail();// must fail because we are calling from outside of class pass
26 Fatal error: Call to protected method pass::fail() from context '' in %s on line %d
H A Dprotected_001b.phpt20 $t->fail();// must fail because we are calling from outside of class pass
27 Fatal error: Call to protected method pass::fail() from context '' in %s on line %d
H A Dconstants_basic_002.phpt13 echo "\nFail to read class constant from instance.\n";
25 Fail to read class constant from instance.
/PHP-5.6/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-5.6/ext/oci8/tests/
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 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 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");
H A Dconn_attr.inc44 …echo "You appear to already have an edition in use that prevents this PHP test from running. Quer…
53 $sel_stmt="select " .$attr. " from v\$session where sid =
54 (select sid from v\$session where audsid =
119 $sel_stmt = "select sys_context('USERENV', 'CURRENT_EDITION_NAME') from dual";
129 $sel_stmt="select " .$attr. " from v\$session where sid =
130 (select sid from v\$session where audsid = sys_context('userenv','sessionid')) order by 1";
/PHP-5.6/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) );
H A Dstrtr_variation3.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
48 $from = "\n\r\t\\";
59 var_dump( strtr($str, $from, $to) );
/PHP-5.6/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-5.6/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 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
H A DDateTime_clone_basic4.phpt17 echo "*** Testing clone of objects derived from DateTime class with __clone magic method***\n";
28 *** Testing clone of objects derived from DateTime class with __clone magic method***
/PHP-5.6/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-5.6/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…
/PHP-5.6/ext/standard/tests/file/
H A Dfscanf_variation54.phpt8 Description: Parses input from a file according to a format
15 echo "*** Test fscanf(): to read objects from a file ***\n";
68 *** Test fscanf(): to read objects from a file ***
H A Dpopen_pclose_basic.phpt24 echo "-- Testing popen(): reading from the pipe --\n";
33 echo "-- Testing popen(): reading from a file using 'cat' command --\n";
77 -- Testing popen(): reading from the pipe --
79 -- Testing popen(): reading from a file using 'cat' command --
/PHP-5.6/ext/standard/tests/array/
H A Darray_map_object3.phpt50 echo "-- accessing parent method from child class --\n";
53 echo "-- accessing child method from parent class --\n";
66 -- accessing parent method from child class --
75 -- accessing child method from parent class --
/PHP-5.6/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
59 Remove elements from a referenced array during loop, using &$value

Completed in 32 milliseconds

12345678910>>...60