Home
last modified time | relevance | path

Searched refs:from (Results 176 – 200 of 1324) sorted by relevance

12345678910>>...53

/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_016.phpt24 $r = sqlite_query("SELECT a, b from strings", $db);
29 $r = sqlite_unbuffered_query("SELECT a, b from strings", $db);
H A Dsqlite_oo_016.phpt24 $r = $db->query("SELECT a, b from strings");
29 $r = $db->unbufferedQuery("SELECT a, b from strings");
H A Dsqlite_oo_026.phpt26 $r = $db->unbufferedQuery("SELECT a from strings", SQLITE_NUM);
32 $r = $db->unbufferedQuery("SELECT a from strings", SQLITE_NUM);
H A Dsqlite_010.phpt24 $r = sqlite_unbuffered_query("SELECT a from strings", $db);
29 $r = sqlite_query("SELECT a from strings", $db);
/PHP-5.3/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.3/ext/iconv/tests/
H A Dtranslit-failure.phpt14 // Content from file is from libiconv testkit. Tested both
/PHP-5.3/ext/date/tests/
H A DDateTime_clone_basic4.phpt17 echo "*** Testing clone of objects derived from DateTime class with __clone magic method***\n";
28 *** Testing clone of objects derived from DateTime class with __clone magic method***
/PHP-5.3/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.3/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.3/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.3/ext/sybase_ct/tests/
H A Dtest_appname.phpt31 from
49 from
/PHP-5.3/ext/standard/tests/http/
H A Dbug53198.phpt7 from=teste@teste.pt
39 ini_set('from', 'junk@junk.com');
/PHP-5.3/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.3/ext/oci8/tests/
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.3/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.3/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.3/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"
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.3/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.phpt56 Exception: Can't pop from an empty datastructure
57 Exception: Can't shift from an empty datastructure
H A Ddllist_005.phpt56 Exception: Can't shift from an empty datastructure
57 Exception: Can't shift from an empty datastructure
/PHP-5.3/
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.3/tests/classes/
H A Dconstants_basic_003.inc3 const MY_CONST = "hello from A";

Completed in 55 milliseconds

12345678910>>...53