Home
last modified time | relevance | path

Searched refs:from (Results 276 – 300 of 1523) sorted by relevance

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

/PHP-7.4/ext/oci8/tests/
H A Dcursor_bind_err.phpt27 $sql = "select cursor(select * from cursor_bind_err_tab) into :cursor from dual";
H A Dnull_byte_2.phpt20 $s = oci_parse($c, "select * \0from dual");
27 $s = oci_parse($c, "select * from dual where :bv = 1");
H A Dfetch_all4.phpt24 $s = oci_parse($c, "select * from fetch_all4_tab where 1 = 0");
33 $s = oci_parse($c, "select * from fetch_all4_tab where 1 = 0");
H A Ddriver_name.phpt31 echo"\n***Test 1.2 - Get the values from different connections **************\n";
47 from v\$session_connect_info sci, v\$session s
62 ***Test 1.2 - Get the values from different connections **************
H A Ddriver_name_11gR2.phpt28 echo"\n***Test 1.2 - Get the values from different connections **************\n";
44 from v\$session_connect_info sci, v\$session s
59 ***Test 1.2 - Get the values from different connections **************
H A Dconn_attr_5.phpt26 // Set the attributes in one scope and verify the values from another scope.
29 echo "Get the Values from a different scope \n";
63 Get the Values from a different scope
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_signal.phpt15 printf("got signal from %s\n", $siginfo['pid'] ?? 'nobody');
33 got signal from %r\d+|nobody%r
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation5.phpt23 …y string "", the locale names will be set from the values of environment variables with the same n…
48 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
159 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
H A Dbug20934.phpt2 Bug #20934 (htmlspecialchars returns latin1 from UTF-8)
H A Dbug63943.phpt2 Bug #63943 (Bad warning text from strpos() on empty needle)
/PHP-7.4/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt11 Received: from pb1.pair.com (pb1.pair.com [16.92.131.4]) by ***.example.com
14 (envelope-from
45from pb1.pair.com (pb1.pair.com [16.92.131.4]) by ***.example.com (8.12.10/8.12.10/1970-09-30) wit…
/PHP-7.4/Zend/tests/generators/
H A Dyield_from_multi_tree.phpt2 yield from on multiple trees needing merge
6 function from($levels) {
13 yield from $gen;
20 $all[] = $gens[0][0] = from($levels);
H A Dyield_array_key.phpt2 Array keys can be yielded from generators
/PHP-7.4/tests/lang/
H A Dinclude_variation2.phpt2 Including a file in the current script directory from an included function
H A Dthrow_variation_001.phpt2 Catching an exception thrown from an included file
/PHP-7.4/ext/spl/tests/
H A Dfilesystemiterator_leak.phpt2 Don't leak when breaking from FilesystemIterator
/PHP-7.4/ext/standard/tests/math/
H A Dnumber_format_negative_zero.phpt2 Prevent number_format from returning negative zero
/PHP-7.4/ext/pcre/tests/
H A Dbug71537.phpt2 Fixed bug #71537 (PCRE segfault from Opcache)
/PHP-7.4/ext/standard/tests/array/
H A Dbug75433.phpt2 array_values() preserves next index from source array when shallow-copying
/PHP-7.4/Zend/tests/
H A Dget_called_class_001.phpt10 Warning: get_called_class() called from outside a class in %s on line %d
/PHP-7.4/ext/simplexml/tests/
H A Dbug37565.phpt33 Error: simplexml_load_string() expects parameter 2 to be a class name derived from SimpleXMLElement…
36 Error: simplexml_load_file() expects parameter 2 to be a class name derived from SimpleXMLElement, …
/PHP-7.4/ext/oci8/
H A DREADME.md15 free Oracle Instant Client from
17 Install the 'Basic' or 'Basic Light' Instant Client package. If building from
/PHP-7.4/ext/odbc/tests/
H A Dbug73448.phpt16 "/* valid select with result */ select * from sys.sysobjects",
18 "/* valid select with result */ select * from sys.sysobjects",
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation1.phpt8 Description: Parses input from a file according to a format
28 // capturing the return value from fscanf() called without third argument
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt27 $Body = $dom->getElementsByTagName('from')->item(0);
44 Warning: DOMDocument::loadXML(): Element from was declared #PCDATA but contains non text nodes in E…

Completed in 24 milliseconds

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