Home
last modified time | relevance | path

Searched refs:newType (Results 1 – 2 of 2) sorted by relevance

/PHP-8.4/ext/opcache/tests/jit/
H A Dassign_036.phpt18 $newType = \gettype($propValue);
21 $newType = 'boolean';
26 $newType = 'boolean';
29 if ($oldType !== $newType)
32 \settype($tmp, $newType);
/PHP-8.4/ext/soap/
H A Dphp_schema.c384 … ptr = zend_hash_str_update_ptr(cur_type->elements, newType->name, strlen(newType->name), newType); in schema_simpleType()
445 sdlTypePtr newType; in schema_list() local
470 sdlTypePtr newType; in schema_list() local
486 newType->name = str; in schema_list()
541 sdlTypePtr newType; in schema_union() local
571 sdlTypePtr newType; in schema_union() local
1138 sdlTypePtr newType; in schema_group() local
1151 cur_type = newType; in schema_group()
1529 sdlTypePtr newType; in schema_element() local
1608 cur_type = newType; in schema_element()
[all …]

Completed in 20 milliseconds