Home
last modified time | relevance | path

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

12

/PHP-5.6/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.6/ext/soap/
H A Dphp_encoding.c1377 switch (model->kind) { in model_to_zval_object()
1397 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1422 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1435 (model->max_occurs == -1 || model->max_occurs > 1)) { in model_to_zval_object()
1469 model_to_zval_object(ret, model->u.group->model, data, sdl TSRMLS_CC); in model_to_zval_object()
1584 if (sdlType->model) { in to_zval_object_ex()
1714 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()
1794 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()
1854 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
1866 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.c1290 WSDL_CACHE_GET_INT(model->min_occurs, in); in sdl_deserialize_model()
1292 switch (model->kind) { in sdl_deserialize_model()
1295 model->u.element = elements[i]; in sdl_deserialize_model()
1314 model->u.group = types[i]; in sdl_deserialize_model()
1319 return model; in sdl_deserialize_model()
1874 WSDL_CACHE_PUT_1(model->kind, out); in sdl_serialize_model()
1877 switch (model->kind) { in sdl_serialize_model()
2012 if (type->model) { in sdl_serialize_type()
2678 *pmodel = *model; in make_persistent_sdl_model()
2839 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.c4691 static void model_to_string(sdlContentModelPtr model, smart_str *buf, int level) argument
4695 switch (model->kind) {
4697 type_to_string(model->u.element, buf, level);
4711 zend_hash_internal_pointer_reset(model->u.content);
4712 while (zend_hash_get_current_data(model->u.content, (void**)&tmp) == SUCCESS) {
4714 zend_hash_move_forward(model->u.content);
4719 model_to_string(model->u.group->model, buf, level);
4869 if (type->model) {
4870 model_to_string(type->model, buf, level+1);
/PHP-5.6/ext/tidy/tests/
H A Dbug_50558.phpt2 Bug #50558 - Broken object model when extending tidy
/PHP-5.6/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.6/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.6/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.6/sapi/apache2filter/
H A DREADME59 1. Use the Prefork MPM (Apache 1.3-like process model) by
/PHP-5.6/sapi/apache2handler/
H A DREADME63 1. Use the Prefork MPM (Apache 1.3-like process model) by
/PHP-5.6/
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.6/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.6/ext/exif/
H A Dexif.c979 char * model; member
1522 char *model; member
2747 if (maker_note->model && (!ImageInfo->model || strcmp(maker_note->model, ImageInfo->model))) in exif_process_IFD_in_MAKERNOTE()
3093 ImageInfo->model = estrndup(value_ptr, byte_count); in exif_process_IFD_TAG()
3892 EFREE_IF(ImageInfo->model); in exif_discard_imageinfo()
/PHP-5.6/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.6/ext/mysqli/tests/
H A Dmysqli_stmt_big_prepare.phpt25 $model = 50;
33 …iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii', $model, $cleanupIds[0], $…
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic1148 !:mime model/vrml
1150 !:mime model/vrml
1157 !:mime model/x3d
11371 0 leshort =0512 iAPX 286 executable small model (COFF)
12403 >>>>4 belong&0x00fffff0 >0x00 model=%lx
19834 # "small model", "large model", "huge model" stuff lifted from XXX
19844 >8 leshort 1 Middle model
19861 >0x1f byte <0x040 small model
19862 >0x1f byte =0x048 large model
19863 >0x1f byte =0x049 huge model
[all …]

Completed in 166 milliseconds

12