Home
last modified time | relevance | path

Searched refs:from (Results 251 – 275 of 1543) sorted by relevance

1...<<11121314151617181920>>...62

/PHP-7.0/ext/spl/tests/
H A Ddllist_005.phpt50 Exception: Can't shift from an empty datastructure
51 Exception: Can't shift from an empty datastructure
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-7.0/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');
91 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
114 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
133 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
/PHP-7.0/tests/classes/
H A Dconstants_basic_003.inc3 const MY_CONST = "hello from A";
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dunicode.c8533 OnigCodePoint from; member
8538 OnigCodePoint from; member
8548 OnigCodePoint from[2]; member
8553 OnigCodePoint from[3]; member
11045 code = p11->from;
11050 r = (*f)(p11->from, &code, 1, arg);
11086 code = p11->from;
11091 r = (*f)(p11->from, &code, 1, arg);
11114 (OnigCodePoint* )CaseUnfold_12[i].from, 2, arg);
11135 (OnigCodePoint* )CaseUnfold_12_Locale[i].from, 2, arg);
[all …]
/PHP-7.0/ext/oci8/
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
H A DREADME16 installation, or in the free Oracle Instant Client from
19 building from source, then also install the SDK package.
/PHP-7.0/tests/lang/
H A DforeachLoop.016.phpt2 Ensure foreach splits the iterated entity from its cow reference set, for all sorts of iterated ent…
154 Warning: Creating default object from empty value in %s on line %d
162 Warning: Creating default object from empty value in %s on line %d
182 Warning: Creating default object from empty value in %s on line %d
202 Warning: Creating default object from empty value in %s on line %d
H A Dinclude_variation1.phpt2 include() a file from the current script directory
/PHP-7.0/
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
/PHP-7.0/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-7.0/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-7.0/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-7.0/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-7.0/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'");
/PHP-7.0/Zend/tests/generators/
H A Dyield_from_multi_tree.phpt2 yield from on multiple trees needing merge
6 function from($levels) {
16 yield from $gen;
23 $all[] = $gens[0][0] = from($levels);
/PHP-7.0/ext/simplexml/tests/
H A Dbug37565.phpt33 Error: simplexml_load_string() expects parameter 2 to be a class name derived from SimpleXMLElement…
35 Error: simplexml_load_file() expects parameter 2 to be a class name derived from SimpleXMLElement, …
/PHP-7.0/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-7.0/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-7.0/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

Completed in 116 milliseconds

1...<<11121314151617181920>>...62