Home
last modified time | relevance | path

Searched refs:ext (Results 401 – 425 of 436) sorted by relevance

1...<<1112131415161718

/PHP-8.1/ext/standard/
H A Dconfig.m4367 dnl ext/standard/php_dns.h will collect these in a single define
476 PHP_INSTALL_HEADERS([ext/standard/])
/PHP-8.1/sapi/embed/
H A DREADME.md62 #include <ext/standard/php_var.h>
/PHP-8.1/ext/imap/tests/setup/
H A Dimap_include.inc37 * setup instructions in ext/imap/tests/README.md
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt51 // NOTE: for BC reasons with ext/mysql, ext/mysqli accepts invalid result modes.
/PHP-8.1/ext/spl/
H A Dphp_spl.c233 static int spl_autoload(zend_string *class_name, zend_string *lc_name, const char *ext, int ext_len… in spl_autoload() argument
242 class_file = zend_strpprintf(0, "%s%.*s", ZSTR_VAL(lc_name), ext_len, ext); in spl_autoload()
/PHP-8.1/ext/soap/
H A Dphp_schema.c1856 sdlExtraAttributePtr ext; in schema_attribute() local
1860 ext = emalloc(sizeof(sdlExtraAttribute)); in schema_attribute()
1861 memset(ext, 0, sizeof(sdlExtraAttribute)); in schema_attribute()
1865 ext->ns = estrdup((char*)nsptr->href); in schema_attribute()
1866 ext->val = estrdup(value); in schema_attribute()
1868 ext->val = estrdup((char*)attr->children->content); in schema_attribute()
1882 zend_hash_add_ptr(newAttr->extraAttributes, key2.s, ext); in schema_attribute()
H A Dsoap.c4295 sdlExtraAttributePtr ext; local
4301 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMES…
4302 char *end = strchr(ext->val, '[');
4305 len = strlen(ext->val);
4307 len = end - ext->val;
4312 smart_str_appendl(buf, ext->val, len);
4325 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESP…
4326 smart_str_appends(buf, ext->val);
4343 …(ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESP…
4345 smart_str_appends(buf, ext->val);
/PHP-8.1/ext/pdo_oci/tests/
H A Dbug60994.phpt18 require 'ext/pdo/tests/pdo_test.inc';
/PHP-8.1/ext/standard/tests/file/
H A Dbasename.phpt8 * Function is implemented in ext/standard/string.c
/PHP-8.1/ext/session/tests/
H A Dsession_ini_set.phpt37 * Source code : ext/session/session.c
/PHP-8.1/ext/fileinfo/libmagic/
H A Dfile.h345 char ext[64]; /* Popular extensions */ member
/PHP-8.1/win32/build/
H A Dconfig.w3261 DEFINE("BASE_INCLUDES", "/I . /I main /I Zend /I TSRM /I ext ");
367 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
/PHP-8.1/ext/gd/libgd/
H A Dgdft.c425 #define GD_CHECK_FONT_PATH(ext) \ argument
426 snprintf(fullname, sizeof(fullname) - 1, "%s/%s%s", dir, name, ext); \
/PHP-8.1/sapi/cli/
H A Dphp_cli.c203 static void print_extension_info(zend_extension *ext) /* {{{ */ in print_extension_info() argument
205 php_printf("%s\n", ext->name); in print_extension_info()
/PHP-8.1/ext/standard/tests/array/
H A Darray_splice_variation3.phpt6 * Function is implemented in ext/standard/array.c
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_conf.c1111 char *ext; in fpm_conf_process_all_pools() local
1144 while ((ext = strtok(limit_extensions, " \t"))) { in fpm_conf_process_all_pools()
1146 wp->limit_extensions[nb_ext++] = strdup(ext); in fpm_conf_process_all_pools()
H A Dfpm_main.c210 static void print_extension_info(zend_extension *ext) /* {{{ */ in print_extension_info() argument
212 php_printf("%s\n", ext->name); in print_extension_info()
/PHP-8.1/ext/phar/
H A Dphar_internal.h283 char *ext; member
/PHP-8.1/build/
H A Dphp.m42170 if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
2171 pdo_cv_inc_path=$abs_srcdir/ext
2172 elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
2173 pdo_cv_inc_path=$abs_srcdir/ext
2174 elif test -f $phpincludedir/ext/pdo/php_pdo_driver.h; then
2175 pdo_cv_inc_path=$phpincludedir/ext
/PHP-8.1/Zend/
H A Dzend_builtin_functions.c1435 static void add_zendext_info(zend_extension *ext, void *arg) /* {{{ */ in add_zendext_info() argument
1438 add_next_index_string(name_array, ext->name); in add_zendext_info()
/PHP-8.1/docs/
H A Drelease-process.md66 the credits files in ext/standard.
205 the credits files in ext/standard.
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c1209 static void add_zendext_info(zend_extension *ext) /* {{{ */ { in add_zendext_info() argument
1210 phpdbg_write("%s\n", ext->name); in add_zendext_info()
/PHP-8.1/
H A Dphp.ini-development574 ; https://php.net/docref-ext
768 ;extension_dir = "ext"
909 ; Note : The syntax used in previous PHP versions ('extension=<ext>.so' and
910 ; 'extension='php_<ext>.dll') is supported for legacy reasons and may be
912 ; move to the new ('extension=<ext>) syntax.
916 ; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
1351 ; You can use the script in the ext/session dir for that purpose.
H A Dphp.ini-production576 ; https://php.net/docref-ext
770 ;extension_dir = "ext"
911 ; Note : The syntax used in previous PHP versions ('extension=<ext>.so' and
912 ; 'extension='php_<ext>.dll') is supported for legacy reasons and may be
914 ; move to the new ('extension=<ext>) syntax.
918 ; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
1353 ; You can use the script in the ext/session dir for that purpose.
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch897 - if (asprintf(&buf, "%.*s.mime%s", CAST(int, q - fn), fn, ext)
901 + spprintf(&buf, MAXPATHLEN, "%.*s.mime%s", CAST(int, q - fn), fn, ext);
913 - if (asprintf(&buf, "%.*s%s", CAST(int, q - fn), fn, ext) < 0)
915 + spprintf(&buf, MAXPATHLEN, "%.*s%s", CAST(int, q - fn), fn, ext);
1533 +#include "ext/standard/php_string.h"
1534 +#include "ext/pcre/php_pcre.h"

Completed in 95 milliseconds

1...<<1112131415161718