Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1254_1.phpt27 $prefix = create_data("dir_cp1254", "${item}42", 1254);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1254_to_utf8_2.phpt24 $prefix = create_data("dir_cp1254", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1256_2.phpt27 $prefix = create_data("dir_cp1256", "${item}42}", 1256);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_big5_2.phpt27 $prefix = create_data("file_big5", $item . "25", 950);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}25";
H A Dtest_cp936_2.phpt27 $prefix = create_data("file_cp936", $item . "25", 936);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}25";
H A Dtest_cp1252_to_utf8_2.phpt24 $prefix = create_data("dir_cp1252", "${item}3");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}7";
H A Dtest_cp1252_to_utf8_5.phpt24 $prefix = create_data("dir2_cp1252", "${item}3");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}7";
H A Dtest_cp1254_2.phpt27 $prefix = create_data("dir_cp1254", "${item}42}", 1254);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp932_to_utf8_2.phpt24 $prefix = create_data("dir_cp932", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1250_to_utf8_4.phpt24 $prefix = create_data("dir_cp1250", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1250_to_utf8_5.phpt24 $prefix = create_data("dir_cp1250", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp932_1.phpt27 $prefix = create_data("dir_cp932", "${item}42", 932);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp932_2.phpt27 $prefix = create_data("dir_cp932", "${item}42}", 932);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
/PHP-8.1/ext/dom/
H A Dnode.c56 if (ns != NULL && ns->prefix) { in dom_node_node_name_read()
57 qname = xmlStrdup(ns->prefix); in dom_node_node_name_read()
67 if (ns != NULL && ns->prefix) { in dom_node_node_name_read()
586 if (ns != NULL && ns->prefix) { in dom_node_prefix_read()
587 str = (char *) ns->prefix; in dom_node_prefix_read()
610 char *prefix; in dom_node_prefix_write() local
635 prefix = ZSTR_VAL(prefix_str); in dom_node_prefix_write()
636 if (nsnode && nodep->ns != NULL && !xmlStrEqual(nodep->ns->prefix, (xmlChar *)prefix)) { in dom_node_prefix_write()
1529 char *prefix; in PHP_METHOD() local
1636 zend_string *prefix; in dom_canonicalization() local
[all …]
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.stub.php29 public string $prefix; variable in XMLReader
54 public function lookupNamespace(string $prefix): ?string {} argument
/PHP-8.1/tests/lang/integer_literals/
H A Doctal_64bit.phpt9 /* Using octal prefix notation lowercase */
41 /* Using octal prefix notation uppercase */
73 /* Using no dedicated prefix */
H A Dbinary_32bit.phpt9 /* Using binary prefix notation lowercase */
37 /* Using binary prefix notation uppercase */
H A Dbinary_64bit.phpt9 /* Using binary prefix notation lowercase */
37 /* Using binary prefix notation uppercase */
H A Dhexadecimal_32bit.phpt9 /* Using hexadecimal prefix notation lowercase */
37 /* Using hexadecimal prefix notation uppercase */
H A Dhexadecimal_64bit.phpt9 /* Using hexadecimal prefix notation lowercase */
38 /* Using hexadecimal prefix notation uppercase */
/PHP-8.1/ext/dom/tests/
H A Dbug69846.phpt71 ["prefix"]=>
124 ["prefix"]=>
175 ["prefix"]=>
/PHP-8.1/Zend/tests/grammar/
H A Dregression_011.phpt2 Testing instantiation using namespace:: prefix
/PHP-8.1/Zend/tests/
H A Dclass_alias_014.phpt2 Testing creation of alias to class name without namespace prefix
/PHP-8.1/Zend/
H A Dzend_vm_gen.php167 $prefix = array( variable
611 global $prefix, $helpers;
652 return $name . ($spec ? "_SPEC" : "") . $prefix[$op1] . $prefix[$op2] . $extra;
656 global $prefix, $opnames, $opcodes;
704 return $name . ($spec ? "_SPEC" : "") . $prefix[$op1] . $prefix[$op2] . $extra;
1024 global $definition_file, $prefix, $opnames, $gen_order;
1087 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1164 global $definition_file, $prefix;
1178 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1420 … $spec_name = $dsc["op"]."_SPEC".$prefix[$op1].$prefix[$op2].extra_spec_name($extra_spec);
[all …]
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_conf.c644 free(wpc->prefix); in fpm_worker_pool_config_free()
739 char *prefix = NULL; in fpm_evaluate_full_path() local
747 prefix = wp->config->prefix; in fpm_evaluate_full_path()
751 if (prefix == NULL) { in fpm_evaluate_full_path()
752 prefix = fpm_globals.prefix; in fpm_evaluate_full_path()
756 if (prefix == NULL) { in fpm_evaluate_full_path()
787 *path = strdup(prefix); in fpm_evaluate_full_path()
809 if (wp->config->prefix && *wp->config->prefix) { in fpm_conf_process_all_pools()
812 if (!fpm_conf_is_dir(wp->config->prefix)) { in fpm_conf_process_all_pools()
1774 if (fpm_globals.prefix && *fpm_globals.prefix) { in fpm_conf_init_main()
[all …]

Completed in 56 milliseconds

12345678910>>...13