Home
last modified time | relevance | path

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

12345678910>>...52

/PHP-8.0/ext/standard/tests/image/
H A Dgetimagesize_jpgapp.phpt2 Test getimagesize() function : basic functionality - load APP info from jpeg.
6 * Load APP info from jpeg
/PHP-8.0/ext/oci8/tests/
H A Db47243_3.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Dbind_query.phpt27 $s = oci_parse($c, "select ename from bind_query_tab where empno = :eno");
35 $s = oci_parse($c, 'select ename from bind_query_tab where sal > :v order by ename');
46 $s = oci_parse($c, 'select ename from bind_query_tab where sal > :v order by ename');
/PHP-8.0/Zend/tests/
H A Dbug69989_2.phpt31 // Yield from array
33 yield from [yield];
H A Dbug69989_3.phpt32 // Yield from root
34 yield from yield;
/PHP-8.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
H A Dbug62561.phpt12 echo 'day from ts: '.$dayFromTs->format('Y-m-d H:i:s')."\n";
16 day from ts: 2012-07-02 04:00:00
/PHP-8.0/ext/standard/tests/array/
H A Dshuffle_basic1.phpt27 echo "\n-- return value from shuffle() function --\n";
28 var_dump( shuffle($array_arg_int) ); // prints the return value from shuffle() function
40 echo "\n-- return value from shuffle() function --\n";
41 var_dump( shuffle($array_arg_strings) ); // prints the return value from shuffle() function
73 -- return value from shuffle() function --
120 -- return value from shuffle() function --
/PHP-8.0/ext/pdo_mysql/tests/
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()')
H A Dpdo_mysql_get_attribute.phpt30 …O::setAttribute(int attribute, mixed value) has changed the type of value from %s to %s, test will…
73 Read options from the named option file instead of from my.cnf.
76 … Read options from the named group from my.cnf or the file specified with MYSQL_READ_DEFAULT_FILE.
/PHP-8.0/ext/pcre/tests/
H A Dbug41638.phpt10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
/PHP-8.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-8.0/ext/pcntl/tests/
H A Dpcntl_realtime_signal.phpt11 printf("got realtime signal from %s, ruid:%s\n", $siginfo['pid'] ?? '', $siginfo['uid'] ?? '');
19 %rgot realtime signal from \d+, ruid:\d+%r
/PHP-8.0/ext/ffi/tests/
H A D301-win32.phpt20 $ffi->php_printf("Hello World from %s!\n", "PHP");
28 Hello World from PHP!
H A Dgh7867.phpt2 GH-7867 (FFI::cast() from pointer to array is broken)
14 echo 'cast from start' . PHP_EOL;
25 cast from start
/PHP-8.0/ext/snmp/tests/
H A Dgeneric_timeout_error.phpt22 Warning: snmpget(): No response from %s in %s on line %d
25 Warning: snmpget(): No response from %s in %s on line %d
/PHP-8.0/Zend/tests/generators/
H A Dgc_with_yield_from.phpt2 Verify yield from on generators being properly cycle collected
19 yield from $gens[] = $x ? gen(--$x) : root();
H A Dthrow_into_yield_from_array.phpt2 Throwing into a generator yielding from an array/iterator
15 yield from $in;
H A Dgh8289.phpt2 GH-8289 (Exceptions thrown within a yielded from iterator are not rethrown into the generator)
8 yield from new class(new ArrayIterator([1, -2])) extends IteratorIterator {
/PHP-8.0/tests/lang/
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";
32 Removing the current element from an iterated object.
/PHP-8.0/ext/oci8/
H A DREADME.md15 The OCI8 extension can be linked with Oracle client libraries from Oracle
17 installation, or in the free Oracle Instant Client from
19 Install the 'Basic' or 'Basic Light' Instant Client package. If building from
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug71995.phpt2 Bug #71995 (Returning the same var twice from __sleep() produces broken serialized data)
21 Notice: serialize(): "b" is returned from __sleep() multiple times in %s on line %d
/PHP-8.0/ext/xsl/tests/
H A Dxslt011.phpt35 $dom->loadXML("<root>this is from an external DomDocument</root>");
56 this is from an external DomDocument
57 from the Input Document
/PHP-8.0/ext/imap/tests/
H A Dbug45705_2.phpt11 'from' => 'John Doe <john@example.com>',
27 ["from"]=>
41 ["from"]=>
/PHP-8.0/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt7 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
29 $from = "";
41 var_dump( strtr($str, $from, $to) );

Completed in 106 milliseconds

12345678910>>...52