Home
last modified time | relevance | path

Searched refs:ext (Results 151 – 175 of 3005) sorted by relevance

12345678910>>...121

/PHP-5.3/ext/sqlite3/
H A Dconfig.w3213 PHP_INSTALL_HEADERS("ext/sqlite3", "libsqlite/sqlite3.h");
/PHP-5.3/ext/phar/
H A Dphar_object.c41 char *ext; in phar_file_type() local
44 if (!ext) { in phar_file_type()
49 ++ext; in phar_file_type()
50 if (SUCCESS != zend_hash_find(mimes, ext, strlen(ext), (void **) &mime)) { in phar_file_type()
847 if (ext) {
848 ++ext;
2098 int ext_len = ext ? strlen(ext) : 0;
2103 if (!ext) {
2107 ext = "zip";
2160 ++ext;
[all …]
/PHP-5.3/ext/pdo_mysql/tests/
H A Dtable.inc3 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-5.3/ext/sockets/tests/
H A Dsocket_create_listen_params.phpt2 ext/sockets - socket_create_listen - test for empty parameters
/PHP-5.3/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-04.phpt10 /* (counterpart: ext/standard/tests/reg/006.phpt) */
H A Dmb_split-compat-01.phpt10 /* (counterpart: ext/standard/tests/reg/009.phpt) */
/PHP-5.3/ext/tidy/
H A DREADME2 README FOR ext/tidy by John Coggeshall <john@php.net>
/PHP-5.3/ext/standard/tests/strings/
H A Dquotemeta_basic.phpt8 * Source code: ext/standard/string.c
H A Dchr_basic.phpt8 * Source code: ext/standard/string.c
/PHP-5.3/ext/xml/
H A Dconfig.w3214 PHP_INSTALL_HEADERS("", "ext/xml");
/PHP-5.3/ext/standard/tests/network/
H A Dgethostbyaddr_basic1.phpt7 * Source code: ext/standard/dns.c
H A Dgethostbynamel_basic1.phpt7 * Source code: ext/standard/dns.c
/PHP-5.3/ext/json/
H A Dconfig.m413 PHP_INSTALL_HEADERS([ext/json], [php_json.h])
/PHP-5.3/ext/pcre/tests/
H A Dpreg_match_basic_002.phpt7 * Source code: ext/pcre/php_pcre.c
/PHP-5.3/ext/session/tests/
H A Dsession_start_variation4.phpt13 * Source code : ext/session/session.c
H A Dsession_start_variation8.phpt13 * Source code : ext/session/session.c
/PHP-5.3/ext/standard/tests/general_functions/
H A Dvar_export_error3.phpt7 * Source code: ext/standard/var.c
H A Dvar_export_error2.phpt7 * Source code: ext/standard/var.c
/PHP-5.3/ext/pdo_sqlite/tests/
H A Dbug52487.phpt9 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-5.3/ext/phar/tests/
H A Dbug46178.phpt2 Phar: PHP bug #46178: "memory leak in ext/phar"
/PHP-5.3/ext/standard/tests/array/
H A Darray_splice_variation2.phpt7 * Function is implemented in ext/standard/array.c
/PHP-5.3/ext/gd/tests/
H A Dgd_info_basic.phpt14 * Source code: ext/standard/image.c
/PHP-5.3/tests/output/
H A Dflush_basic_001.phpt7 * Function is implemented in ext/standard/basic_functions.c.
/PHP-5.3/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt21 printf("[001] ext/mysqli should have exposed itself.\n");
24 printf("[002] ext/mysqli should have exposed the library version.\n");

Completed in 41 milliseconds

12345678910>>...121