Home
last modified time | relevance | path

Searched refs:from (Results 151 – 175 of 1523) sorted by relevance

12345678910>>...61

/PHP-7.4/ext/standard/tests/file/
H A Duserwrapper.phpt10 function rename($from, $to) {
11 print "Renaming $from to $to\n";
37 rename('test://example.com/path/to/from', 'test://example.com/path/to/to');
39 @rename('test://example.com/path/to/from', 'http://example.com/path/to/to');
48 Renaming test://example.com/path/to/from to test://example.com/path/to/to
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
35 $from = "";
47 var_dump( strtr($str, $from, $to) );
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt22 echo "\n\nRead a line from the client:\n";
26 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
57 Read a line from the client:
76 Close the server side socket and read the remaining data from the client:
H A Dstream_get_meta_data_socket_variation2.phpt25 echo "\n\nWrite some data from the server:\n";
29 echo "\n\nRead some data from the client:\n";
76 Write some data from the server:
95 Read some data from the client:
/PHP-7.4/ext/spl/tests/
H A DarrayObject_setIteratorClass_error1.phpt46 Warning: ArrayObject::setIteratorClass() expects parameter 1 to be a class name derived from ArrayI…
51 Warning: ArrayObject::setIteratorClass() expects parameter 1 to be a class name derived from ArrayI…
55 string(118) "ArrayObject::__construct() expects parameter 3 to be a class name derived from ArrayIt…
56 string(110) "ArrayObject::__construct() expects parameter 3 to be a class name derived from ArrayIt…
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_006.phpt2 Phar: zip with file created from stdin
15 phar error: Cannot process zips created from stdin (zero-length filename) in zip-based phar "%sstdi…
/PHP-7.4/Zend/tests/
H A Dinter_01.phpt2 Inherited constant from interface
18 Fatal error: Cannot inherit previously-inherited or override constant foo from interface foo in %s …
/PHP-7.4/ext/pdo/tests/
H A Dbug_44409.phpt18 $db->exec("INSERT INTO test (dat) VALUES ('Data from DB')");
29 return "any data from serizalize()";
44 Method called: bug44409::unserialize('Data from DB')
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_param_str_natl.phpt24 var_dump($db->query('SELECT * from test'));
25 foreach ($db->query('SELECT * from test') as $row) {
38 string(18) "SELECT * from test"
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt29 return 'Value from serialize()';
46 $db->exec("INSERT INTO test(myobj) VALUES ('Data fetched from DB to be given to unserialize()')");
75 myclass::unserialize('Value from serialize()')
80 myclass::unserialize('Data fetched from DB to be given to unserialize()')
83 myclass::unserialize('Data fetched from DB to be given to unserialize()')
88 myclass::unserialize('Data fetched from DB to be given to unserialize()')
/PHP-7.4/tests/classes/
H A Dinterface_constant_inheritance_003.phpt2 Ensure a class may not inherit two constants with the same name from two separate interfaces.
19 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I2 in %s o…
H A Dimplicit_instantiation_001.phpt40 Warning: Creating default object from empty value in %s on line 18
46 Warning: Creating default object from empty value in %s on line 22
50 Warning: Creating default object from empty value in %s on line 26
58 Warning: Creating default object from empty value in %s on line 18
64 Warning: Creating default object from empty value in %s on line 22
68 Warning: Creating default object from empty value in %s on line 26
76 Warning: Creating default object from empty value in %s on line 18
82 Warning: Creating default object from empty value in %s on line 22
86 Warning: Creating default object from empty value in %s on line 26
/PHP-7.4/Zend/tests/generators/
H A Dgc_with_root_parent_mismatch.phpt2 Generator GC when the yield from parent chain does not reach the root
12 yield from $gen;
H A Dbug71601.phpt2 Bug #71601 (finally block not executed after yield from)
19 var_dump(yield from gen1());
/PHP-7.4/ext/reflection/tests/
H A DReflectionGenerator_getTrace.phpt13 yield from foo();
18 yield from bar();
H A DReflectionParameter_002.phpt22 echo "Parameters from staticMethod:\n\n";
37 echo "Parameters from instanceMethod:\n\n";
52 Parameters from staticMethod:
66 Parameters from instanceMethod:
H A DReflectionParameter_003.phpt12 echo "hello from test\n";
25 echo "parameter names from staticMethod method:\n\n";
56 hello from test
60 parameter names from staticMethod method:
/PHP-7.4/ext/oci8/tests/
H A Db47243_1.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Db47243_2.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Db47243_3.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
/PHP-7.4/tests/func/
H A D004.phpt27 echo "Returned from function call...\n";
31 echo "Returned from function call...\n";
54 Returned from function call...
63 Returned from function call...
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_variation9.phpt28 echo "\n-- Compare subarrays from two 2-D arrays --\n";
35 echo "\n-- Compare a subarray from one 2-D array and one 2-D array --\n";
49 -- Compare subarrays from two 2-D arrays --
73 -- Compare a subarray from one 2-D array and one 2-D array --
H A Dshuffle_basic1.phpt32 echo "\n-- return value from shuffle() function --\n";
33 var_dump( shuffle($array_arg_int) ); // prints the return value from shuffle() function
45 echo "\n-- return value from shuffle() function --\n";
46 var_dump( shuffle($array_arg_strings) ); // prints the return value from shuffle() function
78 -- return value from shuffle() function --
125 -- return value from shuffle() function --
/PHP-7.4/tests/lang/
H A DforeachLoopObjects.005.phpt14 echo "\nRemoving properties before the current element from an iterated object.\n";
29 echo "\nRemoving properties before the current element from an iterated object.\n";
46 Removing properties before the current element from an iterated object.
62 Removing properties before the current element from an iterated object.
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt23 $s = $dbh->prepare("select dummy from dual" );
34 $s = $dbh->prepare("select dummy from dual" );
45 $s = $dbh->prepare("select dummy from dual" );
56 $s = $dbh->prepare("select dummy from dual" );

Completed in 24 milliseconds

12345678910>>...61