Home
last modified time | relevance | path

Searched refs:prefix (Results 26 – 50 of 191) sorted by relevance

12345678

/PHP-7.0/sapi/fpm/tests/
H A D020.phpt2 FPM: Test pool prefix
10 $prefix = __DIR__;
22 prefix = $prefix;
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm.h40 int fpm_init(int argc, char **argv, char *config, char *prefix, char *pid, int test_conf, int run_a…
47 char *prefix; member
H A Dfpm_conf.c643 free(wpc->prefix); in fpm_worker_pool_config_free()
689 char *prefix = NULL; in fpm_evaluate_full_path() local
697 prefix = wp->config->prefix; in fpm_evaluate_full_path()
701 if (prefix == NULL) { in fpm_evaluate_full_path()
702 prefix = fpm_globals.prefix; in fpm_evaluate_full_path()
706 if (prefix == NULL) { in fpm_evaluate_full_path()
737 *path = strdup(prefix); in fpm_evaluate_full_path()
759 if (wp->config->prefix && *wp->config->prefix) { in fpm_conf_process_all_pools()
762 if (!fpm_conf_is_dir(wp->config->prefix)) { in fpm_conf_process_all_pools()
1670 if (fpm_globals.prefix && *fpm_globals.prefix) { in fpm_conf_init_main()
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Darray_walk_basic2.phpt16 /* Prototype : test_alter(mixed $item, mixed $key, string $prefix)
19 * prefix - string to be added
20 * Description : alters the array values by appending prefix string
22 function test_alter(&$item, $key, $prefix)
28 var_dump($prefix); // additional argument passed to callback function
H A Darray_walk_recursive_basic2.phpt16 /* Prototype : test_alter(mixed $item, mixed $key, string $prefix)
19 * prefix - string to be added
20 * Description : alters the array values by appending prefix string
22 function test_alter(&$item, $key, $prefix)
28 var_dump($prefix); // additional argument passed to callback function
H A Dextract_error.phpt28 /* Two Arguments, second as prefix but without prefix string as third argument */
57 Warning: extract(): specified extract type requires the prefix parameter in %s on line %d
/PHP-7.0/sapi/fpm/
H A Dinit.d.php-fpm.in13 prefix=@prefix@
H A Dphp-fpm.conf.in6 ; prefix (@prefix@). This prefix can be dynamically changed by using the
15 ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
22 ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
123 ; - the global prefix if it's been set (-p argument)
124 ; - @prefix@ otherwise
/PHP-7.0/ext/dom/
H A Ddomimplementation.c164 char *prefix = NULL, *localname = NULL; in PHP_METHOD() local
186 errorcode = dom_check_qname(name, &localname, &prefix, 1, name_len); in PHP_METHOD()
188 && ((nsptr = xmlNewNs(NULL, (xmlChar *) uri, (xmlChar *) prefix)) == NULL) in PHP_METHOD()
194 if (prefix != NULL) { in PHP_METHOD()
195 xmlFree(prefix); in PHP_METHOD()
H A Dnode.c84 ZEND_ARG_INFO(0, prefix)
174 (curns->prefix == NULL || xmlStrEqual(nsptr->prefix, curns->prefix))) { in dom_reconcile_ns()
217 if (ns != NULL && ns->prefix) { in dom_node_node_name_read()
218 qname = xmlStrdup(ns->prefix); in dom_node_node_name_read()
684 str = (char *) ns->prefix; in dom_node_prefix_read()
707 char *prefix; in dom_node_prefix_write() local
727 prefix = ZSTR_VAL(str); in dom_node_prefix_write()
728 if (nsnode && nodep->ns != NULL && !xmlStrEqual(nodep->ns->prefix, (xmlChar *)prefix)) { in dom_node_prefix_write()
1614 char *prefix; in PHP_FUNCTION() local
1754 zend_string *prefix; in dom_canonicalization() local
[all …]
/PHP-7.0/ext/standard/tests/file/
H A Dtempnam_variation3-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Passing invalid/non-existing args for $prefix */
39 /* prefix with path separator of a non existing directory*/
55 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation6-win32.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
16 /* Trying to create unique files by passing previously created unique file name as prefix */
H A Dtempnam_variation6.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Trying to create unique files by passing previously created unique file name as prefix */
/PHP-7.0/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_error_001.phpt11 xmlwriter_write_attribute_ns($xw, 'prefix', '', 'http://www.php.net/uri');
23 var_dump(xmlwriter_write_attribute_ns($xw, 'prefix', 'id', 'http://www.php.net/uri', 'elem1'));
/PHP-7.0/ext/xmlwriter/
H A Dphp_xmlwriter.c200 ZEND_ARG_INFO(0, prefix)
206 ZEND_ARG_INFO(0, prefix)
213 ZEND_ARG_INFO(0, prefix)
220 ZEND_ARG_INFO(0, prefix)
248 ZEND_ARG_INFO(0, prefix)
254 ZEND_ARG_INFO(0, prefix)
272 ZEND_ARG_INFO(0, prefix)
279 ZEND_ARG_INFO(0, prefix)
841 char *name, *prefix, *uri; in PHP_FUNCTION() local
929 char *name, *prefix, *uri, *content; in PHP_FUNCTION() local
[all …]
/PHP-7.0/ext/dom/tests/
H A Dbug69846.phpt68 ["prefix"]=>
111 ["prefix"]=>
158 ["prefix"]=>
/PHP-7.0/ext/standard/
H A Dcrypt_blowfish.h27 extern char *_crypt_gensalt_blowfish_rn(const char *prefix,
H A Dcrypt_blowfish.c891 char *_crypt_gensalt_blowfish_rn(const char *prefix, unsigned long count,
896 prefix[0] != '$' || prefix[1] != '2' ||
897 (prefix[2] != 'a' && prefix[2] != 'b' && prefix[2] != 'y')) {
907 output[2] = prefix[2];
/PHP-7.0/ext/filter/
H A Dconfig.m47 PHP_ARG_WITH(pcre-dir, pcre install prefix,
8 [ --with-pcre-dir FILTER: pcre install prefix], no, no)
/PHP-7.0/Zend/tests/grammar/
H A Dregression_011.phpt2 Testing instantiation using namespace:: prefix
/PHP-7.0/Zend/tests/
H A Dclass_alias_015.phpt2 Testing instantiation using namespace:: prefix
H A Dclass_alias_014.phpt2 Testing creation of alias to class name without namespace prefix
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c122 if (node->ns && !xmlStrcmp(prefix ? node->ns->prefix : node->ns->href, name)) { in match_ns()
1399 char *prefix, *ns_uri; in SXE_METHOD() local
1513 #define SXE_NS_PREFIX(ns) (ns->prefix ? (char*)ns->prefix : "")
1518 zend_string *key = zend_string_init(prefix, strlen(prefix), 0); in sxe_add_namespace_name()
1768 if (prefix != NULL) { in SXE_METHOD()
1769 xmlFree(prefix); in SXE_METHOD()
1814 xmlFree(prefix); in SXE_METHOD()
1825 if (prefix != NULL) { in SXE_METHOD()
1826 xmlFree(prefix); in SXE_METHOD()
1842 if (prefix != NULL) { in SXE_METHOD()
[all …]
/PHP-7.0/TSRM/
H A Dtsrm.m444 PTH_PREFIX="`$1 --prefix`"
67 … to locate the State Threads header file. Please specify the prefix using --with-tsrm-st=/prefix])
/PHP-7.0/ext/xml/
H A Dconfig.m410 [ --with-libxml-dir=DIR XML: libxml2 install prefix], no, no)
14 [ --with-libexpat-dir=DIR XML: libexpat install prefix (deprecated)], no, no)

Completed in 54 milliseconds

12345678