Home
last modified time | relevance | path

Searched refs:export (Results 26 – 50 of 67) sorted by relevance

123

/PHP-5.3/ext/reflection/tests/
H A Dbug38942.phpt11 ReflectionClass::export("bar");
H A Dbug29986.phpt16 Reflection::export(new ReflectionClass('just_constants'));
H A Dbug37964.phpt22 Reflection::export(new ReflectionClass(new bar));
H A Dbug45765.phpt26 ReflectionObject::export(new foo);
H A D001.phpt25 'UMLClass::export',
H A Dbug33389.phpt22 Reflection::export(new ReflectionClass('Test'));
H A D009.phpt15 var_dump($func->export("test"));
H A D025.phpt17 var_dump($func->export("test"));
/PHP-5.3/tests/classes/
H A Dfinal_ctor2.phpt24 ReflectionClass::export('Extended');
/PHP-5.3/ext/com_dotnet/tests/
H A Dbug45280.phpt13 ReflectionObject::export($dict);
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug29830.phpt2 Bug #29844 (SoapServer::setClass() should not export non-public methods)
/PHP-5.3/ext/spl/tests/
H A Dcountable_class_basic1.phpt13 ReflectionClass::export('Countable');
/PHP-5.3/Zend/tests/
H A Dbug43200.phpt22 ReflectionClass::export('x');
/PHP-5.3/ext/pgsql/tests/
H A D05large_object.phpt57 echo "import/export LO\n";
81 import/export LO
/PHP-5.3/sapi/cgi/
H A Dconfig9.m461 …print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_…
67 …BUILD_CGI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXT…
/PHP-5.3/Zend/
H A Dzend_vm_gen.php307 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name) { argument
379 $export?"#if 1\n":"#if 0\n",
380 $export?"#if 0\n":"#if 1\n"
995 $export = array();
1078 $export[] = array("handler",$m[1],$m[2]);
1089 $export[] = array("helper",$m[1],$m[2]);
1212 if (count($export) > 0 &&
1230 foreach ($export as $dsk) {
/PHP-5.3/ext/oci8/tests/
H A Dlob_012.phpt38 var_dump($row[0]->export(dirname(__FILE__)."/lob_012.tmp", 3, 10));
/PHP-5.3/sapi/milter/
H A Dconfig.m428 …BUILD_MILTER="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(…
/PHP-5.3/ext/standard/tests/network/
H A Dtcp6loop.phpt7 …Note: Might be a good idea to export an IPv6 support indicator (such as AF_INET6 exported by ext/s…
H A Dudp6loop.phpt8 * Note: Might be a good idea to export an IPv6 support indicator
/PHP-5.3/
H A DREADME.TESTING128 export MAKE=gmake
129 export CC=gcc
132 export NO_INTERACTION=1
133 export REPORT_EXIT_STATUS=1
/PHP-5.3/ext/pgsql/
H A Dpgsql.mak65 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtld.lib
70 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtl.lib
/PHP-5.3/ext/ldap/
H A Dldap.mak68 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtld.lib
74 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtl.lib
/PHP-5.3/ext/mysql/
H A Dmysql.mak68 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtld.lib
73 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtl.lib
/PHP-5.3/ext/xml/
H A Dxml.mak67 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtld.lib
73 export MWLibraryFiles=$(SDK_DIR)/imports/libcpre.o;mwcrtl.lib

Completed in 35 milliseconds

123