Home
last modified time | relevance | path

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

12345678910>>...62

/PHP-7.0/tests/func/
H A D004.phpt27 echo "Returned from function call...\n";
31 echo "Returned from function call...\n";
55 Returned from function call...
64 Returned from function call...
/PHP-7.0/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";
47 Removing properties before the current element from an iterated object.
63 Removing properties before the current element from an iterated object.
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
14 echo "\nRemoving the current element from an iterated object.\n";
33 Removing the current element from an iterated object.
/PHP-7.0/ext/standard/tests/streams/
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.0/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.
20 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I2 in %s o…
/PHP-7.0/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.0/ext/standard/tests/strings/
H A Dstrtr_variation5.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
12 * and expected type for 'from' & 'to' arguments
72 //defining 'from' argument
73 $from = "012atm";
83 var_dump( strtr($str, $from, $to) );
H A Dstrtr_variation7.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
12 * and expected types for 'str' & 'from' arguments
34 //defining 'from' argument
35 $from = "atm012";
83 var_dump( strtr($str, $from, $to) );
H A Dstrtr_variation1.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
39 $from = "123abc";
50 var_dump( strtr($str, $from, $to) );
H A Dstrtr_variation2.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
43 $from = "%#$*&@()";
54 var_dump( strtr($str, $from, $to) );
/PHP-7.0/ext/reflection/tests/
H A DReflectionGenerator_getTrace.phpt13 yield from foo();
18 yield from bar();
H A DReflectionClass_getStaticPropertyValue_001_2_4.phpt22 echo "Retrieving static values from A:\n";
30 echo "\nRetrieving static values from B:\n";
37 echo "\nRetrieving non-existent values from A with no default value:\n";
54 Retrieving static values from A:
/PHP-7.0/Zend/tests/generators/
H A Dbug71601.phpt2 Bug #71601 (finally block not executed after yield from)
19 var_dump(yield from gen1());
/PHP-7.0/Zend/RFCs/
H A D002.txt13 being written; from simple functions and classes to entire application
34 operator. It will be possible to "import" symbols from one namespace
111 as just "Form". Code executed from within other namespaces has to
123 It is possible to import symbols from another namespace into the
126 import * from HTML; // all symbols
128 import Form from HTML; // single symbols
130 import Form,Table from HTML; // multiple symbols
139 import class Form from HTML;
143 import constant * from HTML:Table;
/PHP-7.0/ext/calendar/tests/
H A Dunixtojd.phpt24 // -if omitted from easter_date.phpt, outputs DATE_TZ_ERRMSG warning
27 // -if omitted from unixtojd.phpt, does NOT output DATE_TZ_ERRMSG
31 // but returns -1 day from expected because its input is -1 from expected
/PHP-7.0/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.0/ext/phar/tests/zip/
H A Dcorrupt_006.phpt2 Phar: zip with file created from stdin
16 phar error: Cannot process zips created from stdin (zero-length filename) in zip-based phar "%sstdi…
/PHP-7.0/ext/date/tests/
H A Dcall_function_from_method.phpt2 Call to date function from a method and call to date method from call_user_func
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt31 return 'Value from serialize()';
48 $db->exec("INSERT INTO test(myobj) VALUES ('Data fetched from DB to be given to unserialize()')");
77 myclass::unserialize('Value from serialize()')
82 myclass::unserialize('Data fetched from DB to be given to unserialize()')
85 myclass::unserialize('Data fetched from DB to be given to unserialize()')
90 myclass::unserialize('Data fetched from DB to be given to unserialize()')
/PHP-7.0/ext/pcre/tests/
H A Dbug41638.phpt10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
/PHP-7.0/ext/pcntl/
H A Dpcntl.c583 add_assoc_long(to, #field, from.field)
585 #define PHP_RUSAGE_SPECIAL(from, to) \ argument
591 PHP_RUSAGE_PARA(from, to, ru_ixrss); \
592 PHP_RUSAGE_PARA(from, to, ru_idrss); \
596 PHP_RUSAGE_PARA(from, to, ru_nvcsw); \
598 PHP_RUSAGE_PARA(from, to, ru_nswap);
600 #define PHP_RUSAGE_SPECIAL(from, to) argument
603 #define PHP_RUSAGE_COMMON(from ,to) \ argument
609 #define PHP_RUSAGE_TO_ARRAY(from, to) \ argument
611 PHP_RUSAGE_SPECIAL(from, to) \
[all …]
/PHP-7.0/ext/standard/tests/dir/
H A Dopendir_variation5.phpt26 * remove the execute permission from the parent dir and test opendir() on child dir
27 * 1) remove write & execute permission from the 1st parent and test opendir()
28 * 2) remove execute permission from 2nd parent and test opendir()
52 // remove the write and execute permisson from sub parent
59 // remove the execute permisson from parent dir, allowing all permission for sub dir
H A Dscandir_variation5.phpt26 * remove the execute permission from the parent dir and test scandir() on child dir
27 * 1. remove write & execute permission from the 1st parent and test scandir()
28 * 2. remove execute permission from 2nd parent and test scandir()
53 // remove the write and execute permisson from sub parent
59 // remove the execute permisson from parent dir, allowing all permission for sub dir

Completed in 39 milliseconds

12345678910>>...62