Home
last modified time | relevance | path

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

12345678910>>...87

/PHP-5.5/ext/date/
H A Dconfig.w325 ADD_SOURCES("ext/date/lib", "astro.c timelib.c dow.c parse_date.c parse_tz.c tm2unixtime.c unixtime…
10 var tl_config = FSO.CreateTextFile("ext/date/lib/timelib_config.h", true);
14 PHP_INSTALL_HEADERS("ext/date/", "php_date.h lib/timelib.h lib/timelib_structs.h lib/timelib_config…
/PHP-5.5/ext/pcre/
H A Dconfig.w326 ADD_SOURCES("ext/pcre/pcrelib", "pcre_chartables.c pcre_ucd.c pcre_compile.c pcre_config.c pcre_exe…
7 ADD_DEF_FILE("ext\\pcre\\php_pcre.def");
12 PHP_INSTALL_HEADERS("ext/pcre", "php_pcre.h pcrelib/");
/PHP-5.5/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.5/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.5/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.5/ext/pdo_sqlite/
H A Dconfig.m421 if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
22 pdo_cv_inc_path=$abs_srcdir/ext
23 elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
24 pdo_cv_inc_path=$abs_srcdir/ext
25 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
26 pdo_cv_inc_path=$prefix/include/php/ext
99 PHP_ADD_INCLUDE($abs_srcdir/ext/sqlite3/libsqlite)
/PHP-5.5/build/
H A Dgenif.sh26 for ext in ${1+"$@"} ; do
27 header_list="$header_list ext/$ext/*.h*"
/PHP-5.5/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.5/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.5/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.5/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.5/ext/phar/tests/
H A Dfrontcontroller26.phpt7 REQUEST_URI=/frontcontroller26.php/unknown.ext
8 PATH_INFO=/unknown.ext
/PHP-5.5/win32/
H A Dbuilddef.bat6 type ..\ext\sqlite\php_sqlite.def
7 type ..\ext\libxml\php_libxml2.def
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller26.phpt9 REQUEST_URI=/frontcontroller26.php/unknown.ext
10 PATH_INFO=/unknown.ext
/PHP-5.5/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.5/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.5/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.5/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.5/ext/session/tests/
H A Dbug61728.phpt7 function output_html($ext) {
8 return strlen($ext);

Completed in 145 milliseconds

12345678910>>...87