Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/tests/jit/
H A Dassign_036.phpt19 $newType = \gettype($propValue);
22 $newType = 'boolean';
27 $newType = 'boolean';
30 if ($oldType !== $newType)
33 \settype($tmp, $newType);
/PHP-8.3/ext/soap/
H A Dphp_schema.c382 … ptr = zend_hash_str_update_ptr(cur_type->elements, newType->name, strlen(newType->name), newType); in schema_simpleType()
442 sdlTypePtr newType; in schema_list() local
468 sdlTypePtr newType; in schema_list() local
484 newType->name = str; in schema_list()
538 sdlTypePtr newType; in schema_union() local
569 sdlTypePtr newType; in schema_union() local
1136 sdlTypePtr newType; in schema_group() local
1149 cur_type = newType; in schema_group()
1524 sdlTypePtr newType; in schema_element() local
1603 cur_type = newType; in schema_element()
[all …]

Completed in 18 milliseconds