Home
last modified time | relevance | path

Searched refs:from (Results 226 – 250 of 1523) sorted by relevance

12345678910>>...61

/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_jpgapp.phpt2 Test getimagesize() function : basic functionality - load APP info from jpeg.
12 * Load APP info from jpeg
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_clone_basic4.phpt14 echo "*** Testing clone of objects derived from DateTimeZone class with __clone magic method***\n";
25 *** Testing clone of objects derived from DateTimeZone class with __clone magic method***
H A Dbug55253.phpt25 // Try subtracting from expected result.
29 echo $interval->format('Subtract %h hours %i minutes from expected') . "\n";
43 Subtract 2 hours 1 minutes from expected
H A DDateTime_clone_basic4.phpt17 echo "*** Testing clone of objects derived from DateTime class with __clone magic method***\n";
28 *** Testing clone of objects derived from DateTime class with __clone magic method***
/PHP-7.4/ext/spl/tests/
H A DarrayObject___construct_error1.phpt23 ArrayObject::__construct() expects parameter 3 to be a class name derived from ArrayIterator, 'Exce…
25 ArrayObject::__construct() expects parameter 3 to be a class name derived from ArrayIterator, 'nonE…
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_get_cursor.phpt40 …open c1 for select cursor(select c1, c2 from imp_res_get_cursor_tab_1 order by 1) as curs from dua…
43 open c1 for select * from imp_res_get_cursor_tab_2 where rownum < 3 order by 1;
46 open c1 for select * from dual;
H A Ddrcp_cclass1.phpt16 …$s = oci_parse($c, "select nvl(sys_context('userenv', 'con_name'), 'notacdb') as dbtype from dual"…
42 $s = oci_parse($c, "select * from dual");
51 $s = oci_parse($c, "select * from dual");
58 $s = oci_parse($c, "select cclass_name from v\$cpool_cc_stats where cclass_name like '%.cc__$t' ord…
H A Ddupcolnames.phpt28 $s = oci_parse($c, "select * from dupcolnames_tab1, dupcolnames_tab2");
36 $s = oci_parse($c, "select * from dupcolnames_tab1, dupcolnames_tab2");
44 $s = oci_parse($c, "select * from dupcolnames_tab1, dupcolnames_tab2");
H A Ddefine5.phpt24 $stmt = oci_parse($c, "select string from define5_tab where id = 1");
33 $stmt = oci_parse($c, "select string from define5_tab where id = 1");
42 $stmt = oci_parse($c, "select string from define5_tab where id = 2");
H A Dconn_attr.inc44 …echo "You appear to already have an edition in use that prevents this PHP test from running. Quer…
53 $sel_stmt="select " .$attr. " from v\$session where sid =
54 (select sid from v\$session where audsid =
119 $sel_stmt = "select sys_context('USERENV', 'CURRENT_EDITION_NAME') from dual";
129 $sel_stmt="select " .$attr. " from v\$session where sid =
130 (select sid from v\$session where audsid = sys_context('userenv','sessionid')) order by 1";
H A Dbug47189.phpt15 $s = oci_parse($c, "select * from dual");
24 $s = oci_parse($c, "select * from dual");
/PHP-7.4/tests/lang/
H A DforeachLoop.009.phpt8 echo "\nRemove elements from a referenced array during loop\n";
16 echo "\nRemove elements from a referenced array during loop, using &\$value\n";
54 Remove elements from a referenced array during loop
59 Remove elements from a referenced array during loop, using &$value
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_attr.phpt12 $stmt = $pdo->query("select count(*) from information_schema.tables where table_schema='performance…
35 …$stmt = $pdo->query("select * from performance_schema.session_connect_attrs where ATTR_NAME='_serv…
46 $stmt = $pdo->query("select * from performance_schema.session_connect_attrs where ATTR_NAME='_clien…
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation54.phpt8 Description: Parses input from a file according to a format
15 echo "*** Test fscanf(): to read objects from a file ***\n";
68 *** Test fscanf(): to read objects from a file ***
H A Dpopen_pclose_basic.phpt23 echo "-- Testing popen(): reading from the pipe --\n";
32 echo "-- Testing popen(): reading from a file using 'cat' command --\n";
75 -- Testing popen(): reading from the pipe --
77 -- Testing popen(): reading from a file using 'cat' command --
/PHP-7.4/ext/iconv/tests/
H A Dtranslit-failure.phpt13 // Content from file is from libiconv testkit. Tested both
/PHP-7.4/Zend/tests/traits/
H A Dbug55554d.phpt6 // Test mixed constructors from different traits, we are more strict about
29 Fatal error: ReportCollision has colliding constructor definitions coming from traits in %s on line…
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation3.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
48 $from = "\n\r\t\\";
59 var_dump( strtr($str, $from, $to) );
H A Dstrtr_basic.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
24 //$from and $to are of same length
29 //$from and $to are of different lengths, extra chars in the longer one are ignored
/PHP-7.4/ext/standard/tests/array/
H A Darray_map_object3.phpt50 echo "-- accessing parent method from child class --\n";
53 echo "-- accessing child method from parent class --\n";
66 -- accessing parent method from child class --
75 -- accessing child method from parent class --
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_connect_attr.phpt15 if (!$res = mysqli_query($link, "select count(*) as count from information_schema.tables where tabl…
16 die("skip select from information_schema.tables for session_connect_attrs query failed");
50 …if (!$res = mysqli_query($link, "select * from performance_schema.session_connect_attrs where ATTR…
63 …if (!$res = mysqli_query($link, "select * from performance_schema.session_connect_attrs where ATTR…
/PHP-7.4/tests/classes/
H A Dconstants_basic_003.inc3 const MY_CONST = "hello from A";
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug45556.phpt2 Bug #45556 (Return value from callback isn't freed)
32 … message: Invalid document end] Unable to add introspection data returned from bar::test() in %s o…
/PHP-7.4/ext/standard/tests/http/
H A Dbug53198.phpt7 from=teste@teste.pt
39 ini_set('from', 'junk@junk.com');
/PHP-7.4/Zend/tests/generators/
H A Dbug71013.phpt2 Bug #71013 (Incorrect exception handler with yield from)
19 yield from $f;

Completed in 29 milliseconds

12345678910>>...61