/PHP-5.3/Zend/RFCs/ |
H A D | 001.txt | 1 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 D | 002.txt | 160 implemented in the new ZE2 object model.
|
/PHP-5.3/ext/soap/ |
H A D | php_encoding.c | 1387 switch (model->kind) { in model_to_zval_object() 1407 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object() 1432 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object() 1445 (model->max_occurs == -1 || model->max_occurs > 1)) { in model_to_zval_object() 1479 model_to_zval_object(ret, model->u.group->model, data, sdl TSRMLS_CC); in model_to_zval_object() 1595 if (sdlType->model) { in to_zval_object_ex() 1725 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object() 1805 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object() 1865 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object() 1877 if (model->max_occurs == -1 || model->max_occurs > 1) { in model_array_element() [all …]
|
H A D | php_schema.c | 989 model->min_occurs = 1; in schema_min_max() 1022 if (model == NULL) { in schema_all() 1125 if (model == NULL) { in schema_group() 1190 if (model == NULL) { in schema_choice() 1240 if (model == NULL) { in schema_sequence() 1285 if (model != NULL) { in schema_any() 1556 if (model != NULL) { in schema_element() 2142 switch (model->kind) { in schema_content_model_fixup() 2225 if (type->model) { in schema_type_fixup() 2364 if (type->model) { in delete_type() [all …]
|
H A D | php_sdl.c | 1288 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() 2675 *pmodel = *model; in make_persistent_sdl_model() 2836 if (type->model) { in make_persistent_sdl_type() [all …]
|
H A D | php_sdl.h | 208 sdlContentModelPtr model; member
|
H A D | TODO | 81 ? full support for content model encoding/decoding
|
H A D | soap.c | 4819 static void model_to_string(sdlContentModelPtr model, smart_str *buf, int level) argument 4823 switch (model->kind) { 4825 type_to_string(model->u.element, buf, level); 4839 zend_hash_internal_pointer_reset(model->u.content); 4840 while (zend_hash_get_current_data(model->u.content, (void**)&tmp) == SUCCESS) { 4842 zend_hash_move_forward(model->u.content); 4847 model_to_string(model->u.group->model, buf, level); 4994 if (type->model) { 4995 model_to_string(type->model, buf, level+1);
|
/PHP-5.3/ext/tidy/tests/ |
H A D | bug_50558.phpt | 2 Bug #50558 - Broken object model when extending tidy
|
/PHP-5.3/ext/zlib/tests/ |
H A D | zlib_filter_deflate.phpt | 7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
|
H A D | zlib_filter_inflate.phpt | 17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
|
H A D | zlib_filter_deflate2.phpt | 7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
|
/PHP-5.3/ext/bz2/tests/ |
H A D | bz2_filter_compress.phpt | 7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
|
H A D | bz2_filter_decompress.phpt | 17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
|
/PHP-5.3/sapi/apache2filter/ |
H A D | README | 59 1. Use the Prefork MPM (Apache 1.3-like process model) by
|
/PHP-5.3/sapi/apache2handler/ |
H A D | README | 63 1. Use the Prefork MPM (Apache 1.3-like process model) by
|
/PHP-5.3/ |
H A D | README.namespaces | 4 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 D | TODO-PHP5 | 61 the new OO model. We should decide which extensions are a must
|
H A D | ltmain.sh | 1643 -model)
|
/PHP-5.3/Zend/ |
H A D | README.ZEND_VM | 95 different opcode threading model using --with-vm-kind=CALL|SWITCH|GOTO. You can
|
H A D | OBJECTS2_HOWTO | 55 operations like += or ++. This should be used only if your object model
|
H A D | ZEND_CHANGES | 17 the old object model and, therefore, there is a relatively good 483 introduces a exception model similar to that of other programming
|
/PHP-5.3/ext/exif/ |
H A D | exif.c | 989 char * model; member 1532 char *model; member 2760 if (maker_note->model && (!ImageInfo->model || strcmp(maker_note->model, ImageInfo->model))) in exif_process_IFD_in_MAKERNOTE() 3089 ImageInfo->model = estrdup(value_ptr); in exif_process_IFD_TAG() 3866 EFREE_IF(ImageInfo->model); in exif_discard_imageinfo()
|
/PHP-5.3/sapi/thttpd/ |
H A D | thttpd_patch | 1261 +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.3/ext/fileinfo/tests/ |
H A D | magic | 1038 !:mime model/vrml 1040 !:mime model/vrml 1047 !:mime model/x3d 9029 0 leshort =0512 iAPX 286 executable small model (COFF) 9032 0 leshort =0522 iAPX 286 executable large model (COFF) 15883 # "small model", "large model", "huge model" stuff lifted from XXX 15893 >8 leshort 1 Middle model 15910 >0x1f byte <0x040 small model 15911 >0x1f byte =0x048 large model 15912 >0x1f byte =0x049 huge model [all …]
|