Home
last modified time | relevance | path

Searched refs:from (Results 226 – 250 of 1496) sorted by relevance

12345678910>>...60

/PHP-5.6/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.6/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.6/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.6/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt6 /* Prototype : string convert_cyr_string ( string $str , string $from , string $to )
7 * Description: Convert from one Cyrillic character set to another
13 $str = "Convert from one Cyrillic character set to another.";
H A Dsetlocale_variation5.phpt23 …y string "", the locale names will be set from the values of environment variables with the same n…
48 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
159 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
/PHP-5.6/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt11 Received: from pb1.pair.com (pb1.pair.com [16.92.131.4]) by ***.example.com
14 (envelope-from
45from pb1.pair.com (pb1.pair.com [16.92.131.4]) by ***.example.com (8.12.10/8.12.10/1970-09-30) wit…
/PHP-5.6/ext/shmop/
H A DREADME34 shmid - shmid from which to read
35 start - offset from which to start reading
42 shmid - shmid from which to read
44 offset - offset in shm to write from
/PHP-5.6/ext/oci8/tests/
H A Dbug42841.phpt23 … open out_1 for select 11 from dual union all select 12 from dual union all select 13 from dual;
35 Open retCursor For 'select * from dual';
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 Ddriver_name.phpt34 echo"\n***Test 1.2 - Get the values from different connections **************\n";
50 from v\$session_connect_info sci, v\$session s
65 ***Test 1.2 - Get the values from different connections **************
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");
/PHP-5.6/ext/mbstring/oniguruma/
H A Dtestc.c34 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx() argument
75 if (pmatch[mem].rm_so == from && pmatch[mem].rm_eo == to) { in xx()
81 from, to, pmatch[mem].rm_so, pmatch[mem].rm_eo); in xx()
129 if (region->beg[mem] == from && region->end[mem] == to) { in xx()
135 from, to, region->beg[mem], region->end[mem]); in xx()
144 static void x2(char* pattern, char* str, int from, int to) in x2() argument
146 xx(pattern, str, from, to, 0, 0); in x2()
149 static void x3(char* pattern, char* str, int from, int to, int mem) in x3() argument
151 xx(pattern, str, from, to, mem, 0); in x3()
/PHP-5.6/ext/mbstring/oniguruma/win32/
H A Dtestc.c34 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx() argument
75 if (pmatch[mem].rm_so == from && pmatch[mem].rm_eo == to) { in xx()
81 from, to, pmatch[mem].rm_so, pmatch[mem].rm_eo); in xx()
129 if (region->beg[mem] == from && region->end[mem] == to) { in xx()
135 from, to, region->beg[mem], region->end[mem]); in xx()
144 static void x2(char* pattern, char* str, int from, int to) in x2() argument
146 xx(pattern, str, from, to, 0, 0); in x2()
149 static void x3(char* pattern, char* str, int from, int to, int mem) in x3() argument
151 xx(pattern, str, from, to, mem, 0); in x3()
/PHP-5.6/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.6/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.6/ext/oci8/
H A DREADME16 installation, or in the free Oracle Instant Client from
19 building from source, then also install the SDK package.
/PHP-5.6/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 ***
/PHP-5.6/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.6/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
/PHP-5.6/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.6/tests/lang/
H A Dinclude_variation1.phpt2 include() a file from the current script directory
/PHP-5.6/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…

Completed in 77 milliseconds

12345678910>>...60