Home
last modified time | relevance | path

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

12345678910>>...61

/PHP-7.4/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
H A DDateTimeZone_clone_basic2.phpt2 Testing clone on objects whoose class derived from DateTimeZone class
18 echo "*** Testing clone on objects whoose class derived from DateTimeZone class ***\n";
33 *** Testing clone on objects whoose class derived from DateTimeZone class ***
H A DDateTime_clone_basic2.phpt2 Test clone of objects whoose class derived from DateTime class
19 echo "*** Testing clone on objects whoose class derived from DateTime class ***\n";
33 *** Testing clone on objects whoose class derived from DateTime class ***
/PHP-7.4/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-7.4/ext/standard/tests/dir/
H A Dopendir_variation5.phpt18 * remove the execute permission from the parent dir and test opendir() on child dir
19 * 1) remove write & execute permission from the 1st parent and test opendir()
20 * 2) remove execute permission from 2nd parent and test opendir()
44 // remove the write and execute permisson from sub parent
51 // remove the execute permisson from parent dir, allowing all permission for sub dir
H A Dscandir_variation5.phpt18 * remove the execute permission from the parent dir and test scandir() on child dir
19 * 1. remove write & execute permission from the 1st parent and test scandir()
20 * 2. remove execute permission from 2nd parent and test scandir()
45 // remove the write and execute permisson from sub parent
51 // remove the execute permisson from parent dir, allowing all permission for sub dir
/PHP-7.4/ext/pdo_mysql/tests/
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-7.4/ext/ffi/tests/
H A D300.phpt16 $ffi->printf("Hello World from %s!\n", "PHP");
19 Hello World from PHP!
H A D301-win32.phpt20 $ffi->php_printf("Hello World from %s!\n", "PHP");
28 Hello World from PHP!
/PHP-7.4/ext/pcre/tests/
H A Dbug41638.phpt10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
/PHP-7.4/ext/standard/tests/strings/
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.4/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.4/ext/oci8/tests/
H A Dcursors_old.phpt2 fetching cursor from a statement
27 $sql = "select cursor(select * from cursors_old_tab) as curs from dual";
H A Dimp_res_get_cancel.phpt27 open c1 for select 1 from dual union all select 2 from dual;
29 open c2 for select 3 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-7.4/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";
33 Removing the current element from an iterated object.
/PHP-7.4/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-7.4/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-7.4/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;
/PHP-7.4/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 %sbug71995.php on line %d
/PHP-7.4/ext/imap/tests/
H A Dbug45705_2.phpt13 'from' => 'John Doe <john@example.com>',
29 ["from"]=>
43 ["from"]=>

Completed in 57 milliseconds

12345678910>>...61