Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/ext/soap/
H A Dphp_encoding.c1379 switch (model->kind) { in model_to_zval_object()
1399 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1424 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1437 (model->max_occurs == -1 || model->max_occurs > 1)) { in model_to_zval_object()
1471 model_to_zval_object(ret, model->u.group->model, data, sdl TSRMLS_CC); in model_to_zval_object()
1586 if (sdlType->model) { in to_zval_object_ex()
1716 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()
1796 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()
1856 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
1868 if (model->max_occurs == -1 || model->max_occurs > 1) { in model_array_element()
[all …]
H A Dphp_schema.c989 model->min_occurs = 1; in schema_min_max()
1022 if (model == NULL) { in schema_all()
1133 if (model == NULL) { in schema_group()
1198 if (model == NULL) { in schema_choice()
1248 if (model == NULL) { in schema_sequence()
1293 if (model != NULL) { in schema_any()
1572 if (model != NULL) { in schema_element()
2185 switch (model->kind) { in schema_content_model_fixup()
2269 if (type->model) { in schema_type_fixup()
2408 if (type->model) { in delete_type()
[all …]
H A Dphp_sdl.c1288 WSDL_CACHE_GET_INT(model->min_occurs, in); in sdl_deserialize_model()
1290 switch (model->kind) { in sdl_deserialize_model()
1293 model->u.element = elements[i]; in sdl_deserialize_model()
1312 model->u.group = types[i]; in sdl_deserialize_model()
1317 return model; in sdl_deserialize_model()
1872 WSDL_CACHE_PUT_1(model->kind, out); in sdl_serialize_model()
1875 switch (model->kind) { in sdl_serialize_model()
2010 if (type->model) { in sdl_serialize_type()
2676 *pmodel = *model; in make_persistent_sdl_model()
2837 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.c4671 static void model_to_string(sdlContentModelPtr model, smart_str *buf, int level) argument
4675 switch (model->kind) {
4677 type_to_string(model->u.element, buf, level);
4691 zend_hash_internal_pointer_reset(model->u.content);
4692 while (zend_hash_get_current_data(model->u.content, (void**)&tmp) == SUCCESS) {
4694 zend_hash_move_forward(model->u.content);
4699 model_to_string(model->u.group->model, buf, level);
4849 if (type->model) {
4850 model_to_string(type->model, buf, level+1);
/PHP-5.5/ext/tidy/tests/
H A Dbug_50558.phpt2 Bug #50558 - Broken object model when extending tidy
/PHP-5.5/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-5.5/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-5.5/ext/opcache/
H A Dzend_shared_alloc.c171 char *model = ZCG(accel_directives).memory_model; in zend_shared_alloc_startup() local
174 model = "shm"; in zend_shared_alloc_startup()
178 if (strcmp(model, he->name) == 0) { in zend_shared_alloc_startup()
/PHP-5.5/sapi/apache2filter/
H A DREADME59 1. Use the Prefork MPM (Apache 1.3-like process model) by
/PHP-5.5/sapi/apache2handler/
H A DREADME63 1. Use the Prefork MPM (Apache 1.3-like process model) by
/PHP-5.5/
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
/PHP-5.5/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-5.5/ext/exif/
H A Dexif.c989 char * model; member
1532 char *model; member
2743 if (maker_note->model && (!ImageInfo->model || strcmp(maker_note->model, ImageInfo->model))) in exif_process_IFD_in_MAKERNOTE()
3087 ImageInfo->model = estrndup(value_ptr, byte_count); in exif_process_IFD_TAG()
3880 EFREE_IF(ImageInfo->model); in exif_discard_imageinfo()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1261 +igs model/iges
1262 +iges model/iges
1263 +msh model/mesh
1264 +mesh model/mesh
1265 +silo model/mesh
1266 wrl model/vrml
1267 vrml model/vrml
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_big_prepare.phpt25 $model = 50;
33 …iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii', $model, $cleanupIds[0], $…
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1048 !:mime model/vrml
1050 !:mime model/vrml
1057 !:mime model/x3d
10677 0 leshort =0512 iAPX 286 executable small model (COFF)
10680 0 leshort =0522 iAPX 286 executable large model (COFF)
11677 >>>>4 belong&0x00fffff0 >0x00 model=%lx
18512 # "small model", "large model", "huge model" stuff lifted from XXX
18522 >8 leshort 1 Middle model
18539 >0x1f byte <0x040 small model
18540 >0x1f byte =0x048 large model
[all …]

Completed in 205 milliseconds

12