Home
last modified time | relevance | path

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

12345678910>>...116

/PHP-5.3/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.3/ext/pdo_dblib/
H A Dconfig.m461 if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
62 pdo_inc_path=$abs_srcdir/ext
63 elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
64 pdo_inc_path=$abs_srcdir/ext
65 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
66 pdo_inc_path=$prefix/include/php/ext
/PHP-5.3/ext/pdo_sqlite/
H A Dconfig.m421 if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
22 pdo_inc_path=$abs_srcdir/ext
23 elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
24 pdo_inc_path=$abs_srcdir/ext
25 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
26 pdo_inc_path=$prefix/include/php/ext
99 PHP_ADD_INCLUDE($abs_srcdir/ext/sqlite3/libsqlite)
/PHP-5.3/ext/reflection/tests/
H A D013.phpt7 $ext = new ReflectionExtension("standard");
8 $funcs = $ext->getFunctions();
H A D011.phpt7 $ext = new ReflectionExtension("reflection");
8 $classes = $ext->getClasses();
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.3/build/
H A Dgenif.sh26 for ext in ${1+"$@"} ; do
27 header_list="$header_list ext/$ext/*.h*"
/PHP-5.3/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.3/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.3/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.3/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.3/ext/phar/tests/
H A Dfrontcontroller26.phpt9 REQUEST_URI=/frontcontroller26.php/unknown.ext
10 PATH_INFO=/unknown.ext
/PHP-5.3/win32/
H A Dbuilddef.bat6 type ..\ext\sqlite\php_sqlite.def
7 type ..\ext\libxml\php_libxml2.def
/PHP-5.3/ext/phar/tests/cache_list/
H A Dfrontcontroller26.phpt10 REQUEST_URI=/frontcontroller26.php/unknown.ext
11 PATH_INFO=/unknown.ext
/PHP-5.3/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';
H A Dbug_37445.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-5.3/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.3/ext/mysqlnd/
H A Dconfig9.m434 PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
35 PHP_INSTALL_HEADERS([ext/mysqlnd/])
39 PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
43 ext/mysqlnd/php_mysqlnd_config.h
/PHP-5.3/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.3/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.3/
H A DTODO67 ext/curl
71 ext/oci8
77 * For additional todo information, see oci8.c, in ext/oci8
79 ext/odbc
89 ext/pcre
93 ext/pcntl
99 ext/session
114 ext/standard
122 ext/wddx
/PHP-5.3/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';

Completed in 27 milliseconds

12345678910>>...116