Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...64

/PHP-7.1/ext/oci8/tests/
H A Dimp_res_field.phpt41 open c1 for select * from imp_res_field_tab_1 order by 1;
44 open c1 for select * from imp_res_field_tab_2 order by 1;
47 open c1 for select * from imp_res_field_tab_3 order by 1;
71 echo "Test 1 - can't get IRS fields from parent\n";
76 echo "\nTest 2 - can't get IRS fields from parent when fetching\n";
130 Test 1 - can't get IRS fields from parent
133 Test 2 - can't get IRS fields from parent when fetching
H A Dbug47189.phpt15 $s = oci_parse($c, "select * from dual");
24 $s = oci_parse($c, "select * from dual");
H A Ddefine0.phpt22 $stmt = oci_parse($c, "select string from define0_tab");
38 $s2 = oci_parse($c, 'select string from define0_tab');
/PHP-7.1/ext/xmlrpc/tests/
H A Dbug45556.phpt2 Bug #45556 (Return value from callback isn't freed)
32 … message: Invalid document end] Unable to add introspection data returned from bar::test() in %s o…
/PHP-7.1/ext/standard/tests/image/
H A Dgetimagesize_jpgapp.phpt2 Test getimagesize() function : basic functionality - load APP info from jpeg.
18 * Load APP info from jpeg
/PHP-7.1/ext/standard/tests/http/
H A Dbug53198.phpt7 from=teste@teste.pt
39 ini_set('from', 'junk@junk.com');
/PHP-7.1/Zend/tests/generators/
H A Dbug71013.phpt2 Bug #71013 (Incorrect exception handler with yield from)
19 yield from $f;
/PHP-7.1/ext/dba/libinifile/
H A Dinifile.c417 static int inifile_filter(inifile *dba, inifile *from, const key_type *key, zend_bool *found) in inifile_filter() argument
423 php_stream_seek(from->fp, 0, SEEK_SET); in inifile_filter()
425 while(inifile_read(from, &ln)) { in inifile_filter()
431 pos_curr = php_stream_tell(from->fp); in inifile_filter()
433 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
434 if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { in inifile_filter()
438 php_stream_seek(from->fp, pos_curr, SEEK_SET); in inifile_filter()
443 pos_next = php_stream_tell(from->fp); in inifile_filter()
452 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
453 if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { in inifile_filter()
/PHP-7.1/ext/standard/tests/file/
H A Dfscanf_variation51.phpt8 Description: Parses input from a file according to a format
15 echo "*** Test fscanf(): to read from a file opened in write only mode ***\n";
40 // reading the values from file using different integer formats
69 *** Test fscanf(): to read from a file opened in write only mode ***
/PHP-7.1/sapi/fpm/tests/
H A Dsocket-invalid-allowed-clients.phpt31 // this is from child when starting
34 // this is from the request
/PHP-7.1/ext/simplexml/tests/
H A D003.phpt11 <!ENTITY included-entity "This is text included from an entity">
57 string(36) "This is text included from an entity"
/PHP-7.1/ext/spl/tests/
H A Darray_003.phpt2 SPL: ArrayObject from object
7 // since they cannot be accessed from the external object which iterates
H A Ddllist_004.phpt50 Exception: Can't pop from an empty datastructure
51 Exception: Can't shift from an empty datastructure
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
/PHP-7.1/Zend/tests/
H A Dlist_keyed_evaluation_order.phpt20 // 4. Assign $b from $e[$a]
23 // 7. Assign $c from $e[$a]
/PHP-7.1/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.1/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
11046 code = p11->from;
11051 r = (*f)(p11->from, &code, 1, arg);
11087 code = p11->from;
11092 r = (*f)(p11->from, &code, 1, arg);
11115 (OnigCodePoint* )CaseUnfold_12[i].from, 2, arg);
11136 (OnigCodePoint* )CaseUnfold_12_Locale[i].from, 2, arg);
[all …]
/PHP-7.1/tests/classes/
H A Dconstants_basic_003.inc3 const MY_CONST = "hello from A";
/PHP-7.1/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
/PHP-7.1/
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.1/tests/lang/
H A DforeachLoop.016.phpt2 Ensure foreach splits the iterated entity from its cow reference set, for all sorts of iterated ent…
153 Warning: Creating default object from empty value in %s on line %d
161 Warning: Creating default object from empty value in %s on line %d
181 Warning: Creating default object from empty value in %s on line %d
201 Warning: Creating default object from empty value in %s on line %d
/PHP-7.1/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.1/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.";
/PHP-7.1/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

Completed in 49 milliseconds

1...<<11121314151617181920>>...64