Home
last modified time | relevance | path

Searched refs:from (Results 301 – 325 of 1523) sorted by relevance

1...<<11121314151617181920>>...61

/PHP-7.4/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32-mb.phpt18 echo "*** Testing popen(): reading from the pipe ***\n";
35 // remove variables_order= from PHP.ini (setting it in run-test's
61 *** Testing popen(): reading from the pipe ***
H A Dpopen_pclose_basic-win32.phpt18 echo "*** Testing popen(): reading from the pipe ***\n";
35 // remove variables_order= from PHP.ini (setting it in run-test's
61 *** Testing popen(): reading from the pipe ***
H A Dfile_variation5-win32-mb.phpt29 echo "\nfile() on a relative path from a different working directory\n";
64 file() on a relative path from a different working directory
H A Dfile_variation5-win32.phpt29 echo "\nfile() on a relative path from a different working directory\n";
64 file() on a relative path from a different working directory
/PHP-7.4/tests/lang/
H A DreturnByReference.001.phpt2 Returning a reference from a function
H A Dfunc_get_args.003.phpt10 Warning\: func_get_args\(\)\: Called from the global scope - no function context in \S* on line 3
H A Dfunc_num_args.003.phpt10 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A Dfunc_get_arg.003.phpt10 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
/PHP-7.4/ext/date/tests/
H A Dbug43527.phpt2 Bug #43527 (DateTime created from a timestamp reports environment timezone)
/PHP-7.4/Zend/tests/weakrefs/
H A Dweakrefs_004.phpt8 Fatal error: Class Test may not inherit from final class (WeakReference) in %s on line %d
/PHP-7.4/Zend/tests/
H A Dbug35470.phpt2 Bug #35470 (Assigning global using variable name from array doesn't function)
H A Dhalt03.phpt10 Fatal error: __HALT_COMPILER() can only be used from the outermost scope in %shalt03.php on line %d
H A Dtemporary_cleaning_010.phpt2 Live range & throw from finally
H A Dindirect_method_call_005.phpt2 Testing array dereferencing from instance with ArrayObject
H A Dbug52614.phpt2 Bug #52614 (Memory leak when writing on uninitialized variable returned from method call)
75 Warning: Creating default object from empty value in %sbug52614.php on line 52
/PHP-7.4/ext/intl/
H A Dintl_convertcpp.h31 zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status);
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt17 * troublesome to send multicast traffic from lo, which we must since
74 $r = socket_recvfrom($s, $str, 2000, 0, $from, $fromPort);
75 var_dump($r, $str, $from);
76 $sblock = $from;
153 …$r = socket_sendto($sends1, $m = "mcast packet from desired source", strlen($m), 0, $mcastaddr, 30…
220 7> mcast packet from desired source
H A Dmcast_ipv6_recv_limited.phpt14 * troublesome to send multicast traffic from lo, which we must since
69 $r = socket_recvfrom($s, $str, 2000, 0, $from, $fromPort);
70 var_dump($r, $str, $from);
71 $sblock = $from;
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_38546.phpt52 foreach ($db->query('SELECT * from test') as $row) {
78 foreach ($db->query('SELECT * from test') as $row) {
104 foreach ($db->query('SELECT * from test') as $row) {
131 foreach ($db->query('SELECT * from test') as $row) {
158 foreach ($db->query('SELECT * from test') as $row) {
185 foreach ($db->query('SELECT * from test') as $row) {
/PHP-7.4/ext/spl/tests/
H A Dbug62616.phpt2 Bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)
/PHP-7.4/Zend/tests/traits/
H A Derror_009.phpt12 Fatal error: Class foo cannot extend from trait abc in %s on line %d
/PHP-7.4/Zend/tests/try/
H A Dtry_finally_021.phpt2 Live range & return from finally
/PHP-7.4/ext/intl/tests/
H A Duconverter_oop_callback.phpt10 * Called during conversion from source encoding to internal UChar representation
18 * Called during conversion from internal UChar to destination encoding
/PHP-7.4/ext/imap/tests/
H A Dbug80710_1.phpt9 $envelope["from"]= "joe@example.com\n From : X-INJECTED";
37 Warning: imap_mail_compose(): header injection attempt in from in %s on line %d
/PHP-7.4/ext/oci8/tests/
H A Dlob_038.phpt39 $s = oci_parse($c,"select clob from ".$schema.$table_name);
49 $s = oci_parse($c, "select clob from ".$schema.$table_name);
86 $s = oci_parse($c, "select blob from ".$schema.$table_name);
93 $s = oci_parse($c, "select blob from ".$schema.$table_name);

Completed in 25 milliseconds

1...<<11121314151617181920>>...61