Home
last modified time | relevance | path

Searched refs:prefix (Results 126 – 150 of 293) sorted by relevance

12345678910>>...12

/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_big5_to_utf8_2.phpt22 $prefix = create_data("file_big5", $item . "25");
23 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}25";
H A Dtest_cp1252_to_utf8_5.phpt22 $prefix = create_data("dir2_cp1252", "${item}3");
23 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}7";
H A Dtest_cp936_2.phpt25 $prefix = create_data("file_cp936", $item . "25", 936);
26 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}25";
H A Dtest_cp932_1.phpt25 $prefix = create_data("dir_cp932", "${item}42", 932);
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp932_2.phpt25 $prefix = create_data("dir_cp932", "${item}42}", 932);
26 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1250_to_utf8_4.phpt22 $prefix = create_data("dir_cp1250", "${item}42");
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1250_to_utf8_5.phpt22 $prefix = create_data("dir_cp1250", "${item}42}");
23 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
/PHP-7.2/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.2/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.2/sapi/fpm/fpm/
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()
1695 if (fpm_globals.prefix && *fpm_globals.prefix) { in fpm_conf_init_main()
[all …]
/PHP-7.2/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.2/Zend/tests/grammar/
H A Dregression_011.phpt2 Testing instantiation using namespace:: prefix
/PHP-7.2/Zend/
H A Dzend_vm_gen.php161 $prefix = array( variable
628 global $prefix, $helpers;
648 return $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].$extra;
652 global $prefix, $opnames, $opcodes;
667 return $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2];
990 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1030 global $definition_file, $prefix;
1044 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1093 global $opcodes, $op_types, $prefix;
1226 $spec_name = $dsc["op"]."_SPEC".$prefix[$op1].$prefix[$op2].extra_spec_name($extra_spec);
[all …]
/PHP-7.2/ext/standard/tests/file/
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 */
H A Dtempnam_variation3.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Passing invalid/non-existing args for $prefix */
32 /* prefix with path separator of a non existing directory*/
/PHP-7.2/ext/mbstring/oniguruma/
H A DINSTALL65 documentation. When installing into a prefix owned by root, it is
146 can specify an installation prefix other than `/usr/local' by giving
147 `configure' the option `--prefix=PREFIX', where PREFIX must be an
153 PREFIX as the prefix for installing programs and libraries.
154 Documentation and other data files still use the regular prefix.
161 specifying just `--prefix' will affect all of the other directory
175 but not in terms of `${prefix}', must each be overridden at install
197 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
253 ./configure --prefix=/boot/common
291 default values for variables like `CC', `cache_file', and `prefix'.
[all …]
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c120 if (node->ns && !xmlStrcmp(prefix ? node->ns->prefix : node->ns->href, name)) { in match_ns()
1389 char *prefix, *ns_uri; in SXE_METHOD() local
1503 #define SXE_NS_PREFIX(ns) (ns->prefix ? (char*)ns->prefix : "")
1508 zend_string *key = zend_string_init(prefix, strlen(prefix), 0); in sxe_add_namespace_name()
1758 if (prefix != NULL) { in SXE_METHOD()
1759 xmlFree(prefix); in SXE_METHOD()
1804 xmlFree(prefix); in SXE_METHOD()
1815 if (prefix != NULL) { in SXE_METHOD()
1816 xmlFree(prefix); in SXE_METHOD()
1832 if (prefix != NULL) { in SXE_METHOD()
[all …]
/PHP-7.2/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.2/ext/snmp/
H A Dconfig.m49 [ --with-openssl-dir[=DIR] SNMP: openssl install prefix], no, no)
22 SNMP_PREFIX=`$SNMP_CONFIG --prefix`
/PHP-7.2/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)
/PHP-7.2/ext/spl/
H A Dspl_iterators.c1041 smart_str_appendl(&str, ZSTR_VAL(object->prefix[0].s), ZSTR_LEN(object->prefix[0].s)); in spl_recursive_tree_iterator_get_prefix()
1111 char* prefix; in SPL_METHOD() local
1125 smart_str_appendl(&object->prefix[part], prefix, prefix_len); in SPL_METHOD()
1235 ZVAL_NULL(&prefix); in SPL_METHOD()
1240 zval_ptr_dtor(&prefix); in SPL_METHOD()
1249 memcpy(ptr, Z_STRVAL(prefix), Z_STRLEN(prefix)); in SPL_METHOD()
1250 ptr += Z_STRLEN(prefix); in SPL_METHOD()
1257 zval_ptr_dtor(&prefix); in SPL_METHOD()
1303 memcpy(ptr, Z_STRVAL(prefix), Z_STRLEN(prefix)); in SPL_METHOD()
1304 ptr += Z_STRLEN(prefix); in SPL_METHOD()
[all …]
/PHP-7.2/ext/phar/
H A Dtar.h89 char prefix[155]; /* prefix for file name; member

Completed in 64 milliseconds

12345678910>>...12