Home
last modified time | relevance | path

Searched refs:from (Results 151 – 175 of 1369) sorted by relevance

12345678910>>...55

/PHP-5.4/ext/oci8/tests/
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 Dconn_attr.inc46 …echo "You appear to already have an edition in use that prevents this PHP test from running. Quer…
55 $sel_stmt="select " .$attr. " from v\$session where sid =
56 (select sid from v\$session where audsid =
121 $sel_stmt = "select sys_context('USERENV', 'CURRENT_EDITION_NAME') from dual";
131 $sel_stmt="select " .$attr. " from v\$session where sid =
132 (select sid from v\$session where audsid = sys_context('userenv','sessionid')) order by 1";
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 Dfetch_all5.phpt26 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
34 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
42 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
/PHP-5.4/win32/
H A Dphp5dllts.rc15 // Generated from the TEXTINCLUDE 2 resource.
113 // Generated from the TEXTINCLUDE 3 resource.
H A Dphp5ts.rc15 // Generated from the TEXTINCLUDE 2 resource.
113 // Generated from the TEXTINCLUDE 3 resource.
H A Dphp5ts_cli.rc15 // Generated from the TEXTINCLUDE 2 resource.
113 // Generated from the TEXTINCLUDE 3 resource.
/PHP-5.4/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.4/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.4/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.4/ext/dba/libinifile/
H A Dinifile.c416 static int inifile_filter(inifile *dba, inifile *from, const key_type *key TSRMLS_DC) in inifile_filter() argument
422 php_stream_seek(from->fp, 0, SEEK_SET); in inifile_filter()
424 while(inifile_read(from, &ln TSRMLS_CC)) { in inifile_filter()
427 pos_curr = php_stream_tell(from->fp); in inifile_filter()
429 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
430 if (!php_stream_copy_to_stream(from->fp, dba->fp, pos_next - pos_start)) { in inifile_filter()
434 php_stream_seek(from->fp, pos_curr, SEEK_SET); in inifile_filter()
439 pos_next = php_stream_tell(from->fp); in inifile_filter()
448 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
449 if (!php_stream_copy_to_stream(from->fp, dba->fp, pos_next - pos_start)) { in inifile_filter()
/PHP-5.4/ext/standard/tests/strings/
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.4/ext/standard/tests/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 --
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 ***
/PHP-5.4/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
/PHP-5.4/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.4/ext/date/tests/
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 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***
/PHP-5.4/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.4/ext/sqlite3/tests/
H A Dsqlite3_20_error.phpt10 echo "SELECTING from invalid table\n";
21 SELECTING from invalid table
/PHP-5.4/Zend/tests/traits/
H A Dbug55554d.phpt6 // Test mixed constructors from different traits, we are more strict about
31 Fatal error: ReportCollision has colliding constructor definitions coming from traits in %s on line…
/PHP-5.4/ext/spl/examples/
H A Ddirectoryfilterdots.inc17 * This Iterator takes a pathname from which it creates a RecursiveDirectoryIterator
22 /** Construct from a path.

Completed in 27 milliseconds

12345678910>>...55