Home
last modified time | relevance | path

Searched refs:ext (Results 26 – 50 of 2281) sorted by relevance

12345678910>>...92

/PHP-5.4/ext/pdo_dblib/
H A Dconfig.m461 if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
62 pdo_cv_inc_path=$abs_srcdir/ext
63 elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
64 pdo_cv_inc_path=$abs_srcdir/ext
65 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
66 pdo_cv_inc_path=$prefix/include/php/ext
/PHP-5.4/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt7 * Source code: ext/standard/image.c
19 "Non-existent file" => "nofile.ext",
51 -- Non-existent file (nofile.ext) --
53 Warning: getimagesize(%snofile.ext): failed to open stream: No such file or directory in %s on line…
56 Warning: getimagesize(%snofile.ext): failed to open stream: No such file or directory in %s on line…
/PHP-5.4/ext/reflection/tests/
H A D014.phpt7 $ext = new ReflectionExtension("standard");
8 $consts = $ext->getConstants();
H A D011.phpt7 $ext = new ReflectionExtension("reflection");
8 $classes = $ext->getClasses();
H A D013.phpt7 $ext = new ReflectionExtension("standard");
8 $funcs = $ext->getFunctions();
H A D015.phpt9 $ext = new ReflectionExtension("standard");
10 $inis = $ext->getINIEntries();
H A D016.phpt12 $ext = new ReflectionExtension("xml");
13 $deps = $ext->getDependencies();
/PHP-5.4/build/
H A Dgenif.sh26 for ext in ${1+"$@"} ; do
27 header_list="$header_list ext/$ext/*.h*"
/PHP-5.4/ext/standard/tests/file/
H A Dbug24482.phpt12 // run this test in ext/standard/tests (see bug #64714)
13 chdir(__DIR__); // ensure in ext/standard/tests/file
14 chdir('..'); // move up to ext/standard/tests
/PHP-5.4/ext/pdo_oci/tests/
H A Dbug44301.phpt12 require 'ext/pdo/tests/pdo_test.inc';
13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
25 (%s/ext/pdo_oci/oci_statement.c:%d)
H A Dbug41996.phpt12 require 'ext/pdo/tests/pdo_test.inc';
13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-5.4/ext/standard/
H A Dconfig.w329 CHECK_HEADER_ADD_INCLUDE("timelib_config.h", "CFLAGS_STANDARD", "ext/date/lib");
24 PHP_INSTALL_HEADERS("", "ext/standard");
26 …CHECK_HEADER_ADD_INCLUDE("oniguruma.h", "CFLAGS_STANDARD", PHP_MBREGEX + ";ext\\mbstring\\onigurum…
28 PHP_INSTALL_HEADERS("", "ext/standard");
/PHP-5.4/ext/dba/
H A Dconfig.w3210 ADD_SOURCES("ext/dba/libcdb", "cdb.c cdb_make.c uint32.c", "dba");
11 ADD_SOURCES("ext/dba/libflatfile", "flatfile.c", "dba");
12 ADD_SOURCES("ext/dba/libinifile", "inifile.c", "dba");
/PHP-5.4/ext/phar/tests/
H A Dfrontcontroller26.phpt7 REQUEST_URI=/frontcontroller26.php/unknown.ext
8 PATH_INFO=/unknown.ext
/PHP-5.4/ext/phar/
H A Dconfig.m415 AC_MSG_WARN([Phar: sha256/sha512 signature support disabled if ext/hash is built shared])
31 PHP_OUTPUT(ext/phar/phar.1 ext/phar/phar.phar.1)
/PHP-5.4/win32/
H A Dbuilddef.bat6 type ..\ext\sqlite\php_sqlite.def
7 type ..\ext\libxml\php_libxml2.def
/PHP-5.4/ext/phar/tests/cache_list/
H A Dfrontcontroller26.phpt9 REQUEST_URI=/frontcontroller26.php/unknown.ext
10 PATH_INFO=/unknown.ext
/PHP-5.4/ext/zlib/tests/
H A Dcompress_zlib_wrapper.phpt12 $fp = fopen("compress.zlib://{$pfx}ext/xsl/tests/xslt.xsl.gz", "rb");
16 $fp = fopen("compress.zlib://". dirname(__FILE__). "/../../../ext/xsl/tests/xslt.xsl.gz", "rb");
/PHP-5.4/ext/pdo_mysql/tests/
H A Dshow_tables.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-5.4/ext/ereg/
H A Dconfig.w328 ADD_SOURCES("ext/ereg/regex", "regcomp.c regexec.c regerror.c regfree.c", "ereg");
11 PHP_INSTALL_HEADERS("ext/ereg", "php_ereg.h php_regex.h regex/");
/PHP-5.4/ext/standard/tests/serialize/
H A Dserialization_precision_001.phpt9 * Source code: ext/standard/var.c
14 * Source code: ext/standard/var.c
H A Dserialization_precision_002.phpt9 * Source code: ext/standard/var.c
14 * Source code: ext/standard/var.c
/PHP-5.4/ext/session/tests/
H A Dbug61728.phpt7 function output_html($ext) {
8 return strlen($ext);
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dbug61267.phpt6 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-5.4/ext/xsl/tests/
H A Dbug49634.phpt5 extension_loaded("xsl") or die("skip need ext/xsl");
21 xmlns:ext="http://php.net/xsl"
22 xsl:extension-element-prefixes="ext"
23 exclude-result-prefixes="ext">
26 <xsl:value-of select="ext:function('testFunction', document('$cDIR/bug49634.xml')/root)"/>

Completed in 29 milliseconds

12345678910>>...92