Home
last modified time | relevance | path

Searched refs:prefix (Results 76 – 100 of 190) sorted by last modified time

12345678

/PHP-5.5/ext/standard/tests/file/
H A Dreadfile_variation10-win32.phpt32 /* prefix with path separator of a non existing directory*/
H A Dreadfile_variation10.phpt33 /* prefix with path separator of a non existing directory*/
H A Dfile_get_contents_variation8-win32.phpt33 /* prefix with path separator of a non existing directory*/
H A Dfile_get_contents_variation8.phpt32 /* prefix with path separator of a non existing directory*/
H A Dfile_put_contents_variation8-win32.phpt31 /* prefix with path separator of a non existing directory*/
H A Dfile.inc158 $name_prefix = common name prefix, default is "file"
204 $name_prefix = prefix to be used for names, name is suffix with a
326 $link_name_prefix = prefix to be used for names, name is suffix with a
453 $name_prefix = prefix for the filename, rest of the name is incremental(increment by 1 only)
497 $link_name_prefix = prefix for the linkname, rest of the name is incremental(increment by 1 only)
H A Dbasename_variation1-win32.phpt45 foreach ($prefixes as $prefix) {
47 $input = $prefix . $path;
H A Dbasename_variation1.phpt45 foreach ($prefixes as $prefix) {
47 $input = $prefix . $path;
/PHP-5.5/ext/standard/tests/array/
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
H A Dextract_variation2.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation5.phpt29 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation7.phpt6 /* EXTR_PREFIX_ALL called twice with same prefix string */
7 echo "\n*** Testing for EXTR_PREFIX_ALL called twice with same prefix string ***\n";
19 *** Testing for EXTR_PREFIX_ALL called twice with same prefix string ***
H A Dextract_variation3.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation4.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dbug34066.phpt246 print "gen_xml(prefix=$prefix)\n";
262 print "$prefix$key\n";
264 print "gen_xml(prefix=$prefix) end\n";
269 gen_xml(prefix=/Docs/)
270 gen_xml(prefix=/Docs/@)
273 gen_xml(prefix=/Docs/@)
276 gen_xml(prefix=/Docs/@)
279 gen_xml(prefix=/Docs/@)
282 gen_xml(prefix=/Docs/) end
283 gen_xml(prefix=/Docs/)
[all …]
H A Dbug34066_1.phpt246 print "gen_xml(prefix=$prefix)\n";
264 print "gen_xml(prefix=$prefix) end\n";
269 gen_xml(prefix=/Docs/)
272 gen_xml(prefix=/Docs/)
275 gen_xml(prefix=/Docs/)
278 gen_xml(prefix=/Docs/)
281 gen_xml(prefix=/Docs/)
284 gen_xml(prefix=/Docs/)
287 gen_xml(prefix=/Docs/)
290 gen_xml(prefix=/Docs/)
[all …]
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 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
/PHP-5.5/ext/standard/
H A Dstring.c2852 HASH *prefix; /* array of hashes of prefixes by pattern suffix hash order */ member
3021 res->prefix = safe_emalloc(patnum, sizeof(*res->prefix), 0);
3023 res->prefix[i] = php_strtr_hash(S(&res->patterns[i].pat), Bp);
3061 efree(d->prefix);
3091 if (d->prefix[i] != prefix_h)
H A Dhttp.c213 char *prefix = NULL, *arg_sep=NULL; in PHP_FUNCTION() local
218 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|ssl", &formdata, &prefix, &prefix_len, &ar… in PHP_FUNCTION()
227 …if (php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_T… in PHP_FUNCTION()
H A Dfile.c810 char *dir, *prefix; in PHP_FUNCTION() local
817 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pp", &dir, &dir_len, &prefix, &prefix_len) =… in PHP_FUNCTION()
825 php_basename(prefix, prefix_len, NULL, 0, &p, &p_len TSRMLS_CC); in PHP_FUNCTION()
H A Dcrypt_blowfish.c887 char *_crypt_gensalt_blowfish_rn(const char *prefix, unsigned long count,
892 prefix[0] != '$' || prefix[1] != '2' ||
893 (prefix[2] != 'a' && prefix[2] != 'b' && prefix[2] != 'y')) {
903 output[2] = prefix[2];
H A Dcrypt_blowfish.h27 extern char *_crypt_gensalt_blowfish_rn(const char *prefix,
H A Dbasic_functions.c338 ZEND_ARG_INFO(0, prefix)
1092 ZEND_ARG_INFO(0, prefix)
1523 ZEND_ARG_INFO(0, prefix)
2591 ZEND_ARG_INFO(0, prefix)
H A Dbasic_functions.h148 PHPAPI int php_prefix_varname(zval *result, zval *prefix, char *var_name, int var_name_len, zend_bo…

Completed in 83 milliseconds

12345678