Home
last modified time | relevance | path

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

12345678910>>...55

/PHP-5.4/ext/spl/tests/
H A Ddllist_001.phpt52 Exception: Can't pop from an empty datastructure
53 Exception: Can't shift from an empty datastructure
H A Darray_007.phpt2 SPL: ArrayObject/Iterator from IteratorAggregate
7 // since they cannot be accessed from the external object which iterates
/PHP-5.4/ext/simplexml/tests/
H A Dbug37565.phpt25 Error: simplexml_load_string() expects parameter 2 to be a class name derived from SimpleXMLElement…
28 Error: simplexml_load_file() expects parameter 2 to be a class name derived from SimpleXMLElement, …
/PHP-5.4/ext/tidy/tests/
H A D027.phpt8 // bug report from http://sf.net/tracker/?func=detail&atid=390963&aid=1641868&group_id=27659
29 $data = "awerawer"; // in my code, $data is downloaded from a site
/PHP-5.4/tests/classes/
H A Dconstants_basic_003.inc3 const MY_CONST = "hello from A";
/PHP-5.4/ext/pdo_oci/tests/
H A Dbug57702.phpt52 $stmt = $db->prepare('select data1, data2 from bug57702 order by id');
65 foreach($db->query("select data1 as d1, data2 as d2 from bug57702 order by id") as $row) {
74 $stmt = $db->prepare('select data1 as d3_1, data2 as d3_2 from bug57702 order by id');
92 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
115 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
/PHP-5.4/ext/dba/
H A DREADME25 reading constant databases." It is from the author of qmail and
36 files from within PHP scripts. When working with ini files you
44 from http://qdbm.sourceforge.net.
48 from commandline:
53 other library. The configuration test only prevents you from configuring
/PHP-5.4/ext/oci8/tests/
H A Dcursor_bind_err.phpt27 $sql = "select cursor(select * from cursor_bind_err_tab) into :cursor from dual";
H A Dnull_byte_2.phpt20 $s = oci_parse($c, "select * \0from dual");
27 $s = oci_parse($c, "select * from dual where :bv = 1");
H A Dnull_byte_3.phpt17 $s = oci_parse($c, "select * from du\0al");
22 $s = oci_parse($c, "select * from dual where :bv = 'abc'");
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.phpt46 $sqlstmt = "select cursor(select * from nescurtest) curs1 from dual";
63 $sql_stmt = "select value from v\$mystat a,v\$statname c where
64 a.statistic#=c.statistic# and c.name='SQL*Net roundtrips to/from client'";
H A Dfetch_all4.phpt24 $s = oci_parse($c, "select * from fetch_all4_tab where 1 = 0");
33 $s = oci_parse($c, "select * from fetch_all4_tab where 1 = 0");
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 Dconn_attr_5.phpt23 // Set the attributes in one scope and verify the values from another scope.
26 echo "Get the Values from a different scope \n";
61 Get the Values from a different scope
/PHP-5.4/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt17 * troublesome to send multicast traffic from lo, which we must since
75 $r = socket_recvfrom($s, $str, 2000, 0, $from, $fromPort);
76 var_dump($r, $str, $from);
77 $sblock = $from;
154 …$r = socket_sendto($sends1, $m = "mcast packet from desired source", strlen($m), 0, $mcastaddr, 30…
221 7> mcast packet from desired source
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.4/ext/phar/
H A DLICENSE19 derived from this software without prior written permission. For
22 4. Products derived from this software may not be called "PHP", nor
24 from group@php.net. You may indicate that your software works in
29 license from time to time. Each version will be given a
41 "This product includes PHP software, freely available from
72 from libarchive, licensed with this license:
/PHP-5.4/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32.phpt20 echo "*** Testing popen(): reading from the pipe ***\n";
37 // remove variables_order= from PHP.ini (setting it in run-test's
63 *** Testing popen(): reading from the pipe ***
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
/PHP-5.4/ext/filter/docs/
H A Dfilter.txt25 * Removed min_range and max_range flags from the float filter.
31 * Changed return value of filters which got invalid data from 'false' to
58 Returns the filtered variable *$name* from source *$source*. It uses the
195 quotes from being encoded as numerical HTML
197 * STRIP_LOW: excludes all characters < 0x20 from the
199 * STRIP_HIGH: excludes all characters >= 0x80 from
220 * STRIP_LOW: excludes all characters < 0x20 from the
222 * STRIP_HIGH: excludes all characters >= 0x80 from
239 * STRIP_HIGH: excludes all characters >= 0x80 from
245 XML/HTML being stripped from the input value.
[all …]
/PHP-5.4/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.4/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt27 $Body = $dom->getElementsByTagName('from')->item(0);
44 Warning: DOMDocument::loadXML(): Element from was declared #PCDATA but contains non text nodes in E…
/PHP-5.4/tests/lang/
H A Dinclude_variation1.phpt2 include() a file from the current script directory
/PHP-5.4/ext/spl/
H A DTODO3 Implement the classes/interfaces from the .inc files in

Completed in 34 milliseconds

12345678910>>...55