Home
last modified time | relevance | path

Searched refs:model (Results 1 – 25 of 27) sorted by relevance

12

/PHP-7.0/Zend/RFCs/
H A D001.txt1 Revamped object model using object handles
8 engine) the object model's design is that instantiated objects are
21 Zend Engine's object oriented model, both feature and simplicity
25 run-time behavior. Changing the object model to a handle oriented
26 model will allow the addressing of many needs such as destructors,
33 The proposed object model is very much influenced by the Java
34 model. In general, when you create a new object you will be getting a
94 The new object model will allow for a much more intuitive
106 This was just a simple description of why the new object model solves
132 The new object model is not dependent on other features. Many of the
[all …]
H A D002.txt160 implemented in the new ZE2 object model.
/PHP-7.0/ext/soap/
H A Dphp_encoding.c1327 switch (model->kind) { in model_to_zval_object()
1348 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1372 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1385 (model->max_occurs == -1 || model->max_occurs > 1)) { in model_to_zval_object()
1415 model_to_zval_object(ret, model->u.group->model, data, sdl); in model_to_zval_object()
1532 if (sdlType->model) { in to_zval_object_ex()
1651 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()
1730 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()
1782 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
1794 if (model->max_occurs == -1 || model->max_occurs > 1) { in model_array_element()
[all …]
H A Dphp_schema.c991 model->min_occurs = 1; in schema_min_max()
1024 if (model == NULL) { in schema_all()
1135 if (model == NULL) { in schema_group()
1200 if (model == NULL) { in schema_choice()
1250 if (model == NULL) { in schema_sequence()
1295 if (model != NULL) { in schema_any()
1574 if (model != NULL) { in schema_element()
2186 switch (model->kind) { in schema_content_model_fixup()
2263 if (type->model) { in schema_type_fixup()
2394 if (type->model) { in delete_type()
[all …]
H A Dphp_sdl.c1282 WSDL_CACHE_GET_INT(model->min_occurs, in); in sdl_deserialize_model()
1284 switch (model->kind) { in sdl_deserialize_model()
1287 model->u.element = elements[i]; in sdl_deserialize_model()
1306 model->u.group = types[i]; in sdl_deserialize_model()
1311 return model; in sdl_deserialize_model()
1863 WSDL_CACHE_PUT_1(model->kind, out); in sdl_serialize_model()
1866 switch (model->kind) { in sdl_serialize_model()
1999 if (type->model) { in sdl_serialize_type()
2655 *pmodel = *model; in make_persistent_sdl_model()
2808 if (type->model) { in make_persistent_sdl_type()
[all …]
H A Dphp_sdl.h208 sdlContentModelPtr model; member
H A DTODO81 ? full support for content model encoding/decoding
H A Dsoap.c4646 static void model_to_string(sdlContentModelPtr model, smart_str *buf, int level) argument
4650 switch (model->kind) {
4652 type_to_string(model->u.element, buf, level);
4666 ZEND_HASH_FOREACH_PTR(model->u.content, tmp) {
4672 model_to_string(model->u.group->model, buf, level);
4817 if (type->model) {
4818 model_to_string(type->model, buf, level+1);
/PHP-7.0/ext/tidy/tests/
H A Dbug_50558.phpt2 Bug #50558 - Broken object model when extending tidy
/PHP-7.0/ext/bz2/tests/
H A Dbz2_filter_compress.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
H A Dbz2_filter_decompress.phpt17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
/PHP-7.0/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
H A Dzlib_filter_inflate.phpt17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
H A Dzlib_filter_deflate2.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
/PHP-7.0/ext/opcache/
H A Dzend_shared_alloc.c172 char *model = ZCG(accel_directives).memory_model; in zend_shared_alloc_startup() local
175 model = "shm"; in zend_shared_alloc_startup()
179 if (strcmp(model, he->name) == 0) { in zend_shared_alloc_startup()
/PHP-7.0/sapi/apache2handler/
H A DREADME63 1. Use the Prefork MPM (Apache 1.3-like process model) by
/PHP-7.0/
H A DREADME.namespaces4 Main assumption of the model is that the problem that we are to solve is the
6 to take autoloader's job or create packaging model - only make names
H A DUPGRADING.INTERNALS173 that the access model to the extension/SAPI own globals as well as the
H A Dltmain.sh1643 -model)
/PHP-7.0/Zend/
H A DREADME.ZEND_VM95 different opcode threading model using --with-vm-kind=CALL|SWITCH|GOTO. You can
H A DOBJECTS2_HOWTO55 operations like += or ++. This should be used only if your object model
H A DZEND_CHANGES17 the old object model and, therefore, there is a relatively good
483 introduces a exception model similar to that of other programming
/PHP-7.0/ext/exif/
H A Dexif.c973 char * model; member
1516 char *model; member
2736 if (maker_note->model && (!ImageInfo->model || strcmp(maker_note->model, ImageInfo->model))) in exif_process_IFD_in_MAKERNOTE()
3082 ImageInfo->model = estrndup(value_ptr, byte_count); in exif_process_IFD_TAG()
3881 EFREE_IF(ImageInfo->model); in exif_discard_imageinfo()
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_big_prepare.phpt25 $model = 50;
33 …iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii', $model, $cleanupIds[0], $…
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic1332 !:mime model/vrml
1334 !:mime model/vrml
1341 !:mime model/x3d
11144 >>(8.l) string x \b, model=%s
13155 >>>>4 belong&0x00fffff0 >0x00 model=%x
21473 # "small model", "large model", "huge model" stuff lifted from XXX
21483 >8 leshort 1 Middle model
21500 >0x1f byte <0x040 small model
21501 >0x1f byte =0x048 large model
21502 >0x1f byte =0x049 huge model
[all …]

Completed in 197 milliseconds

12