Home
last modified time | relevance | path

Searched refs:name (Results 1576 – 1600 of 2408) sorted by relevance

1...<<61626364656667686970>>...97

/php-src/ext/reflection/tests/
H A DReflectionEnumUnitCase_getEnum.phpt34 Property [ public protected(set) readonly string $name ]
H A Dbug81208.phpt13 #[MyAnnotation(name: "my_name", type: "integer", nullable: asdasdasd)]
H A Dbug39884.phpt21 ["name"]=>
/php-src/.github/actions/test-alpine/
H A Daction.yml1 name: Test
/php-src/ext/spl/tests/
H A DRecursiveIteratorIterator_dtor_order.phpt14 Fatal error: Cannot use "self" as a class name as it is reserved in %s on line %d
/php-src/ext/dom/
H A Dinner_html_mixin.c191 …ame(document->dom_document.tags, (lxb_char_t *) context_node->name, xmlStrlen(context_node->name)); in dom_html_fragment_parsing_algorithm()
230 xmlParseChunk(parser, (const char *) context_node->name, xmlStrlen(context_node->name), 0); in dom_xml_parser_tag_name()
354 …ontext_node, php_dom_ns_is_html_magic_token) && xmlStrEqual(context_node->name, BAD_CAST "template… in dom_element_inner_html_write()
/php-src/ext/mbstring/ucgendat/
H A Ducgendat.php240 $name = $fields[1];
241 if ($name === '') {
245 if ($name[0] === '<' && $name !== '<control>') {
539 function generateCaseMPH(string $name, array $map) { argument
540 $prefix = "_uccase_" . $name;
542 echo "$name: n=", count($table), ", g=", count($gTable), "\n";
/php-src/ext/mbstring/
H A Dphp_mbregex.c689 gn = onig_name_to_backref_number(reg, name, name_end, args->region); in mb_regex_groups_iter()
693 …add_assoc_stringl_ex(args->groups, (char *)name, name_end - name, &args->search_str[beg], end - be… in mb_regex_groups_iter()
695 add_assoc_bool_ex(args->groups, (char *)name, name_end - name, 0); in mb_regex_groups_iter()
771 char *name, *name_end; in mb_regex_substitute() local
773 name_end = name = p + 1; in mb_regex_substitute()
786 if (name_end - name < 1 || name_end >= eos) { in mb_regex_substitute()
798 if (name_end - name == 1) { in mb_regex_substitute()
799 no = name[0] - '0'; in mb_regex_substitute()
802 if (name[0] == '0') { in mb_regex_substitute()
806 no = (int) strtoul(name, NULL, 10); in mb_regex_substitute()
[all …]
/php-src/ext/xsl/tests/
H A Dxsltprocessor_setparameter-nostring.phpt19 XSLTProcessor::setParameter(): Argument #2 ($name) must contain only string keys
/php-src/ext/readline/tests/
H A Dreadline_callback_handler_install_001.phpt26 …ment #2 ($callback) must be a valid callback, function "foobar!" not found or invalid function name
/php-src/Zend/tests/
H A Dget_class_vars_001.phpt40 get_class_vars(): Argument #1 ($class) must be a valid class name, Unknown given
H A Dassign_ref_to_overloaded_prop.phpt8 public function &__get($name) {
H A Dbug44653.phpt2 Bug #44653 (Invalid namespace name resolution)
H A Dbug48248.phpt8 public function & __get($name)
H A Dbug54910.phpt2 Bug #54910 (Crash when calling call_user_func with unknown function name)
H A Dexception_020.phpt2 Test that the original class name is present in the error out when extending ErrorException
H A Dgh11138.phpt7 content-disposition: form-data; name="file"; filename="file.txt"
/php-src/Zend/tests/named_params/
H A Dattributes_named_flags_incorrect.phpt2 Named flags parameter for Attribute attribute (incorrect parameter name)
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_004.phpt5 session.name=PHPSESSID
/php-src/ext/opcache/tests/jit/
H A Dtrampoline_001.phpt20 function __call($name, $argd) {
/php-src/ext/mysqli/
H A Dconfig.w323 // Note: The extension name is "mysqli", you enable it with "--with-mysqli".
/php-src/ext/xmlreader/tests/
H A Dvar_dump.phpt30 ["name"]=>
H A D001.phpt16 echo $reader->name."\n";
/php-src/ext/simplexml/tests/
H A DSimpleXMLElement_addAttribute_required_attribute_name.phpt2 SimpleXMLElement: Test to ensure that the required attribute name correctly is giving a warning
/php-src/ext/standard/tests/image/
H A Dimage_type_to_extension.phpt29 foreach($constants as $name => $constant) {
30 …printf("Constant: %s\n\tWith dot: %s\n\tWithout dot: %s\n", $name, image_type_to_extension($consta…

Completed in 33 milliseconds

1...<<61626364656667686970>>...97