Home
last modified time | relevance | path

Searched refs:prefix (Results 151 – 175 of 341) sorted by relevance

12345678910>>...14

/PHP-8.3/Zend/tests/grammar/
H A Dregression_011.phpt2 Testing instantiation using namespace:: prefix
/PHP-8.3/ext/standard/tests/file/windows_mb_path/
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.3/ext/dom/tests/
H A Dbug69846.phpt75 ["prefix"]=>
136 ["prefix"]=>
191 ["prefix"]=>
H A DDOMEntityReference_predefined_free.phpt38 ["prefix"]=>
H A Dgh12616_1.phpt2 GH-12616 (DOM: Removing XMLNS namespace node results in invalid default: prefix)
H A Dbug70359.phpt57 [prefix] =>
75 [prefix] => xsi
/PHP-8.3/Zend/tests/
H A Dclass_alias_014.phpt2 Testing creation of alias to class name without namespace prefix
/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader.stub.php146 public string $prefix; variable in XMLReader
171 public function lookupNamespace(string $prefix): ?string {} argument
/PHP-8.3/Zend/
H A Dzend_vm_gen.php167 $prefix = array( variable
578 global $prefix, $helpers;
619 return $name . ($spec ? "_SPEC" : "") . $prefix[$op1] . $prefix[$op2] . $extra;
623 global $prefix, $opnames, $opcodes;
671 return $name . ($spec ? "_SPEC" : "") . $prefix[$op1] . $prefix[$op2] . $extra;
700 $prefix,
1050 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1127 global $definition_file, $prefix;
1141 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1383 … $spec_name = $dsc["op"]."_SPEC".$prefix[$op1].$prefix[$op2].extra_spec_name($extra_spec);
[all …]
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_conf.c667 free(wpc->prefix); in fpm_worker_pool_config_free()
783 char *prefix = NULL; in fpm_evaluate_full_path() local
791 prefix = wp->config->prefix; in fpm_evaluate_full_path()
795 if (prefix == NULL) { in fpm_evaluate_full_path()
796 prefix = fpm_globals.prefix; in fpm_evaluate_full_path()
800 if (prefix == NULL) { in fpm_evaluate_full_path()
831 *path = strdup(prefix); in fpm_evaluate_full_path()
853 if (wp->config->prefix && *wp->config->prefix) { in fpm_conf_process_all_pools()
856 if (!fpm_conf_is_dir(wp->config->prefix)) { in fpm_conf_process_all_pools()
1840 if (fpm_globals.prefix && *fpm_globals.prefix) { in fpm_conf_init_main()
[all …]
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c95 if (node->ns && xmlStrEqual(prefix ? node->ns->prefix : node->ns->href, name)) { in match_ns()
1347 char *prefix, *ns_uri; in PHP_METHOD() local
1453 #define SXE_NS_PREFIX(ns) (ns->prefix ? (char*)ns->prefix : "")
1458 zend_string *key = zend_string_init(prefix, strlen(prefix), 0); in sxe_add_namespace_name()
1747 if (prefix != NULL) { in PHP_METHOD()
1748 xmlFree(prefix); in PHP_METHOD()
1792 xmlFree(prefix); in PHP_METHOD()
1803 if (prefix != NULL) { in PHP_METHOD()
1804 xmlFree(prefix); in PHP_METHOD()
1820 if (prefix != NULL) { in PHP_METHOD()
[all …]
/PHP-8.3/ext/dom/tests/createAttributeNS_prefix_conflicts/
H A DsetAttributeNS_with_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNodeNS variation, with pre…
H A DsetAttributeNS_without_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNodeNS variation, without
H A DsetAttribute_with_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
H A DsetAttribute_without_prefix.phpt2 …OMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
H A DsetAttribute_mixed_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
/PHP-8.3/ext/xmlwriter/tests/
H A Dbug79344.phpt2 FR #79344 (xmlwriter_write_attribute_ns: $prefix should be nullable)
/PHP-8.3/ext/phar/
H A Dtar.h89 char prefix[155]; /* prefix for file name; member
/PHP-8.3/ext/dom/
H A Dphp_dom.h129 int dom_check_qname(char *qname, char **localname, char **prefix, int uri_len, int name_len);
130 xmlNsPtr dom_get_ns(xmlNodePtr node, char *uri, int *errorcode, char *prefix);
131 xmlNsPtr dom_get_ns_unchecked(xmlNodePtr nodep, char *uri, char *prefix);
151 …concatenated_name_helper(size_t name_len, const char *name, size_t prefix_len, const char *prefix);
/PHP-8.3/scripts/
H A Dphpize.in4 prefix='@prefix@'
155 -e "s#@prefix@#$prefix#" \
/PHP-8.3/ext/standard/tests/array/
H A Dbug77669.phpt14 extract($prefix_foo, $mode, "prefix");
/PHP-8.3/ext/zip/tests/
H A Dbug_gh12661.phpt13 $zip->addGlob(__FILE__, 0, ['remove_path' => 'bug_']); // unchanged (bug is not a prefix)

Completed in 56 milliseconds

12345678910>>...14