Home
last modified time | relevance | path

Searched refs:import (Results 1 – 25 of 41) sorted by relevance

12

/PHP-7.1/ext/pgsql/tests/
H A D28large_object_import_oid.phpt2 PostgreSQL import large object with given oid
17 echo "import LO from int\n";
25 echo "import LO from string\n";
33 echo "import LO using default connection\n";
45 import LO from int
46 import LO from string
47 import LO using default connection
H A D05large_object.phpt57 echo "import/export LO\n";
81 import/export LO
/PHP-7.1/Zend/RFCs/
H A D002.txt34 operator. It will be possible to "import" symbols from one namespace
123 It is possible to import symbols from another namespace into the
124 current one with the "import" statement:
126 import * from HTML; // all symbols
128 import Form from HTML; // single symbols
130 import Form,Table from HTML; // multiple symbols
136 Optionally, the symbol type may be explicitly given to import (as
139 import class Form from HTML;
141 And finally, you may import all symbols of a given type:
143 import constant * from HTML:Table;
[all …]
/PHP-7.1/ext/fileinfo/tests/
H A Dbug71434.phpt10 from serial import Serial
11 from sys import exit
/PHP-7.1/ext/oci8/tests/
H A Dlob_023.phpt28 var_dump($blob->import(dirname(__FILE__)."/lob_009.txt"));
29 var_dump($blob->import());
59 Warning: OCI-Lob::import() expects exactly 1 parameter, 0 given in %s on line %d
H A Dlob_042.phpt38 var_dump($blob->import("does_not_exist"));
67 Warning: OCI-Lob::import(): Can't open file %s in %s on line %d
H A Dlob_009.phpt28 var_dump($blob->import(dirname(__FILE__)."/lob_009.txt"));
/PHP-7.1/Zend/tests/
H A Dns_066.phpt2 066: Name ambiguity (import name & internal class name)
H A Dns_067.phpt2 067: Name ambiguity (import name & internal class name)
H A Dglobal_with_side_effect_name.phpt2 Global variable import using a name with side effects
H A Dns_029.phpt2 029: Name ambiguity (class name & import name)
H A Dns_030.phpt2 030: Name ambiguity (import name & class name)
H A Dbug42859.phpt2 Bug #42859 (import always conflicts with internal classes)
H A Dname_collision_07.phpt2 Class declaration colliding with import (in namespace)
H A Dname_collision_08.phpt2 Function declaration colliding with import (in namespace)
H A Dname_collision_09.phpt2 Class declaration colliding with import (in namespace)
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
/PHP-7.1/Zend/tests/use_const/
H A Dbasic.phpt2 import namespaced constant
/PHP-7.1/Zend/tests/use_function/
H A Dbasic.phpt2 import namespaced function
/PHP-7.1/ext/dom/tests/
H A Dbug47849.phpt2 Bug #47849 (Non-deep import loses the namespace).
/PHP-7.1/ext/soap/tests/schema/
H A Dtest_schema.inc23 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
24 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
/PHP-7.1/ext/gmp/tests/
H A Dgmp_import.phpt11 $import = [
34 foreach ($import as $k => $test) {
/PHP-7.1/ext/pdo_sqlite/
H A Dconfig.w3219 …CHECK_LIB("sqlite3-import.lib", "pdo_sqlite_external", PHP_PDO_SQLITE_EXTERNAL + ";" + PHP_PHP_BUI…
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug29839.wsdl4 <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd" />
H A Dbug34453.wsdl4 <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml2.xsd" />

Completed in 32 milliseconds

12