Home
last modified time | relevance | path

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

12345678910>>...60

/PHP-5.6/ext/spl/examples/
H A Ddirectoryfilterdots.inc17 * This Iterator takes a pathname from which it creates a RecursiveDirectoryIterator
22 /** Construct from a path.
/PHP-5.6/ext/iconv/tests/
H A Dtranslit-failure.phpt14 // Content from file is from libiconv testkit. Tested both
/PHP-5.6/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.6/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-5.6/sapi/pi3web/
H A DREADME10 You should have checked out and built the PHP5 source package from the
21 You must also checkout the TSRM and the ZEND module from the ZEND cvs tree
40 other required downloads from the php website
/PHP-5.6/ext/standard/tests/array/
H A Dshuffle_basic2.phpt31 echo "\n-- return value from shuffle() function --\n";
32 var_dump( shuffle($array_arg) ); // prints the return value from shuffle() function
64 -- return value from shuffle() function --
/PHP-5.6/ext/standard/tests/strings/
H A Dstrtr_basic.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
24 //$from and $to are of same length
29 //$from and $to are of different lengths, extra chars in the longer one are ignored
H A Dsubstr_replace_error.phpt55 Warning: substr_replace(): 'from' and 'len' should be of same type - numerical or array in %s on l…
58 Warning: substr_replace(): 'from' and 'len' should be of same type - numerical or array in %s on l…
63 Warning: substr_replace(): 'from' and 'len' should have the same number of elements in %s on line %d
68 Warning: substr_replace(): Functionality of 'from' and 'len' as arrays is not implemented in %s on …
/PHP-5.6/ext/dba/libinifile/
H A Dinifile.c417 static int inifile_filter(inifile *dba, inifile *from, const key_type *key TSRMLS_DC) in inifile_filter() argument
423 php_stream_seek(from->fp, 0, SEEK_SET); in inifile_filter()
425 while(inifile_read(from, &ln TSRMLS_CC)) { in inifile_filter()
428 pos_curr = php_stream_tell(from->fp); in inifile_filter()
430 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
431 if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { in inifile_filter()
435 php_stream_seek(from->fp, pos_curr, SEEK_SET); in inifile_filter()
440 pos_next = php_stream_tell(from->fp); in inifile_filter()
449 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
450 if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { in inifile_filter()
/PHP-5.6/ext/sybase_ct/tests/
H A Dtest_appname.phpt31 from
49 from
/PHP-5.6/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-5.6/ext/standard/tests/http/
H A Dbug53198.phpt7 from=teste@teste.pt
39 ini_set('from', 'junk@junk.com');
/PHP-5.6/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-5.6/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-5.6/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
11028 code = p11->from;
11033 r = (*f)(p11->from, &code, 1, arg);
11069 code = p11->from;
11074 r = (*f)(p11->from, &code, 1, arg);
11097 (OnigCodePoint* )CaseUnfold_12[i].from, 2, arg);
11118 (OnigCodePoint* )CaseUnfold_12_Locale[i].from, 2, arg);
[all …]
/PHP-5.6/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-5.6/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
/PHP-5.6/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-5.6/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
/PHP-5.6/
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-5.6/tests/classes/
H A Dconstants_basic_003.inc3 const MY_CONST = "hello from A";

Completed in 42 milliseconds

12345678910>>...60