Home
last modified time | relevance | path

Searched refs:ext (Results 326 – 350 of 436) sorted by relevance

1...<<1112131415161718

/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug62498-32bit.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
17 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dcopy_to.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-8.1/ext/sockets/tests/
H A Dsocket_getpeername_ipv4loop.phpt2 ext/sockets - socket_getpeername_ipv4loop - basic test
H A Dsocket_getpeername_ipv6loop.phpt2 ext/sockets - socket_getpeername_ipv6loop - basic test
/PHP-8.1/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt7 * Class is defined in ext/standard/dir.c
/PHP-8.1/ext/soap/
H A Dphp_encoding.c2254 sdlExtraAttributePtr ext; in to_xml_array() local
2269 value = estrdup(ext->val); in to_xml_array()
2276 if (ext->ns != NULL) { in to_xml_array()
2315 if (ext->ns != NULL) { in to_xml_array()
2316 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, ext->val); in to_xml_array()
2317 get_type_str(xmlParam, ext->ns, ext->val, &array_type); in to_xml_array()
2440 sdlExtraAttributePtr ext; in to_zval_array() local
2504 type = estrdup(ext->val); in to_zval_array()
2509 if (ext->ns != NULL) { in to_zval_array()
2524 if (ext->ns != NULL) { in to_zval_array()
[all …]
/PHP-8.1/ext/phar/
H A Dzip.c205 char *p = buf, *ext, *actual_alias = NULL; in phar_parse_zipfile() local
290 ext = strrchr(mydata->fname, '/'); in phar_parse_zipfile()
292 if (ext) { in phar_parse_zipfile()
293 mydata->ext = memchr(ext, '.', (mydata->fname + fname_len) - ext); in phar_parse_zipfile()
294 if (mydata->ext == ext) { in phar_parse_zipfile()
295 mydata->ext = memchr(ext + 1, '.', (mydata->fname + fname_len) - ext - 1); in phar_parse_zipfile()
297 if (mydata->ext) { in phar_parse_zipfile()
298 mydata->ext_len = (mydata->fname + fname_len) - mydata->ext; in phar_parse_zipfile()
/PHP-8.1/ext/pcre/tests/
H A Dpreg_replace_error2.phpt6 * Function is implemented in ext/pcre/php_pcre.c
H A Dpreg_replace_callback_basic.phpt6 * Function is implemented in ext/pcre/php_pcre.c
H A Dpreg_split_basic.phpt6 * Function is implemented in ext/pcre/php_pcre.c
/PHP-8.1/ext/pdo_dblib/
H A Dconfig.w3234 …EXTENSION("pdo_mssql", "pdo_dblib.c dblib_driver.c dblib_stmt.c", null, null, null, "ext\\pdo_mssq…
/PHP-8.1/sapi/cli/tests/
H A Dbug61546.phpt11 // the ext/standard/tests/file/statpage.phpt test also tests getmyinode() returns an integer and wi…
/PHP-8.1/ext/curl/
H A Dconfig.w3232 PHP_INSTALL_HEADERS("ext/curl", "php_curl.h");
H A Dconfig.m485 PHP_INSTALL_HEADERS([ext/curl], [php_curl.h])
/PHP-8.1/ext/standard/tests/math/
H A Dsin_basic.phpt8 * Function is implemented in ext/standard/math.c
H A Dcos_basic.phpt8 * Function is implemented in ext/standard/math.c
/PHP-8.1/ext/standard/tests/network/
H A Dtcp6loop.phpt7 …ht be a good idea to export an IPv6 support indicator (such as AF_INET6 exported by ext/sockets) */
H A Dudp6loop.phpt9 * (such as AF_INET6 exported by ext/sockets), however, since we
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic101 !:ext pkd/bin
264 !:ext aes
422 !:ext adf
554 !:ext ab
1864 !:ext mxf
2144 !:ext awp
2477 !:ext cwk
3404 !:ext dz
17590 #!:ext
21770 !:ext /
[all …]
H A Dmagic私はガラスを食べられます101 !:ext pkd/bin
264 !:ext aes
422 !:ext adf
554 !:ext ab
1864 !:ext mxf
2144 !:ext awp
2477 !:ext cwk
3404 !:ext dz
17590 #!:ext
21770 !:ext /
[all …]
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c136 const char *ext; member
393 zend_str_tolower_copy(ext_lower, ext, ext_len); in get_mime_type()
1363 req->ext = NULL; in php_cli_server_request_ctor()
1761 client->request.ext = end; in php_cli_server_client_read_request_on_message_complete()
1767 client->request.ext = p; in php_cli_server_client_read_request_on_message_complete()
2103 const char *mime_type = get_mime_type(server, client->request.ext, client->request.ext_len); in php_cli_server_begin_send_static()
2205 const char *ext = client->request.ext; in php_cli_server_dispatch() local
2209 …|| (ext[0] != 'p' && ext[0] != 'P') || (ext[1] != 'h' && ext[1] != 'H') || (ext[2] != 'p' && ext[2… in php_cli_server_dispatch()
2270 for (pair = mime_type_map; pair->ext; pair++) { in php_cli_server_mime_type_ctor()
2271 size_t ext_len = strlen(pair->ext); in php_cli_server_mime_type_ctor()
[all …]
/PHP-8.1/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt9 * Function is implemented in ext/standard/file.c
/PHP-8.1/ext/mysqli/tests/
H A Dbug49442.phpt70 … 'persistent' means that mysqlnd uses malloc() instead of emalloc(). nothing else. ext/mysqli will
71 …not consider it as a 'persistent' connection in a user sense, ext/mysqli will not apply max_persis…
/PHP-8.1/win32/build/
H A DMakefile235 build-lib: build-ext-libs
260 @if not exist $(PHP_PREFIX)\ext mkdir $(PHP_PREFIX)\ext
264 …@if exist $(BUILD_DIR)\php_*.dll copy $(BUILD_DIR)\php_*.dll $(PHP_PREFIX)\ext /y >nul & dir /b $(…

Completed in 251 milliseconds

1...<<1112131415161718