/PHP-5.6/Zend/ |
H A D | zend_ast.h | 40 unsigned short kind; member 50 ZEND_API zend_ast *zend_ast_create_unary(uint kind, zend_ast *op0); 51 ZEND_API zend_ast *zend_ast_create_binary(uint kind, zend_ast *op0, zend_ast *op1); 52 ZEND_API zend_ast *zend_ast_create_ternary(uint kind, zend_ast *op0, zend_ast *op1, zend_ast *op2); 53 ZEND_API zend_ast* zend_ast_create_dynamic(uint kind);
|
H A D | zend_vm_gen.php | 415 switch($kind) { 531 switch($kind) { 566 switch($kind) { 610 switch ($kind) { 686 switch ($kind) { 701 switch ($kind) { 716 switch ($kind) { 808 switch ($kind) { 846 switch ($kind) { 978 switch ($kind) { [all …]
|
H A D | zend_ast.c | 29 ast->kind = ZEND_CONST; in zend_ast_create_constant() 39 ast->kind = kind; in zend_ast_create_unary() 48 ast->kind = kind; in zend_ast_create_binary() 58 ast->kind = kind; in zend_ast_create_ternary() 69 ast->kind = kind; in zend_ast_create_dynamic() 91 if (ast->kind == ZEND_CONST) { in zend_ast_is_ct_constant() 109 switch (ast->kind) { in zend_ast_evaluate() 354 } else if (ast->kind == ZEND_CONST) { in zend_ast_copy() 361 new->kind = ast->kind; in zend_ast_copy() 368 return zend_ast_create_dynamic(ast->kind); in zend_ast_copy() [all …]
|
H A D | README.ZEND_VM | 94 zend_vm_gen.php can produce different kind of executors. You can select 95 different opcode threading model using --with-vm-kind=CALL|SWITCH|GOTO. You can 102 $ php zend_vm_gen.php --with-vm-kind=CALL
|
/PHP-5.6/ext/opcache/Optimizer/ |
H A D | compact_literals.c | 36 #define LITERAL_FLAGS(kind, slots, related) \ argument 37 ((kind) | ((slots) << LITERAL_NUM_SLOTS_SHIFT) | (related)) 39 #define LITERAL_INFO(n, kind, merge, slots, related) do { \ argument 43 #define LITERAL_INFO_CLASS(n, kind, merge, slots, related, _num) do { \ argument 48 #define LITERAL_INFO_OBJ(n, kind, merge, slots, related, _num) do { \ argument 57 zend_uint kind, in optimizer_literal_obj_info() argument 68 LITERAL_INFO_OBJ(constant, kind, 1, slots, related, op_array->this_var); in optimizer_literal_obj_info() 70 LITERAL_INFO(constant, kind, 0, slots, related); in optimizer_literal_obj_info() 78 zend_uint kind, in optimizer_literal_class_info() argument 84 LITERAL_INFO_CLASS(constant, kind, 1, slots, related, op.constant); in optimizer_literal_class_info() [all …]
|
/PHP-5.6/ext/date/tests/ |
H A D | DateTime_data-absolute.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-massive.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-dates.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-february.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-spring-type2-type3.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-spring-type3-type2.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-spring-type3-type3.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-spring-type2-type2.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-fall-type2-type2.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-fall-type2-type3.inc | 5 * in a userland package. Please be so kind as to leave them.
|
/PHP-5.6/ext/pdo/ |
H A D | php_pdo_int.h | 63 int pdo_hash_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC);
|
H A D | pdo_dbh.c | 1286 int pdo_hash_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC) in pdo_hash_methods() 1297 funcs = dbh->methods->get_driver_methods(dbh, kind TSRMLS_CC); in pdo_hash_methods() 1302 if (!(dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent))) { in pdo_hash_methods() 1305 zend_hash_init_ex(dbh->cls_methods[kind], 8, NULL, NULL, dbh->is_persistent, 0); in pdo_hash_methods() 1342 zend_hash_add(dbh->cls_methods[kind], lc_name, namelen+1, &func, sizeof(func), NULL); in pdo_hash_methods()
|
H A D | php_pdo_driver.h | 306 typedef const zend_function_entry *(*pdo_dbh_get_driver_methods_func)(pdo_dbh_t *dbh, int kind TSRM…
|
/PHP-5.6/ext/soap/ |
H A D | php_sdl.h | 166 sdlContentKind kind; member 200 sdlTypeKind kind; member
|
H A D | php_schema.c | 322 newType->kind = XSD_TYPEKIND_SIMPLE; in schema_simpleType() 353 newType->kind = XSD_TYPEKIND_SIMPLE; in schema_simpleType() 383 cur_type->kind = XSD_TYPEKIND_LIST; in schema_simpleType() 1019 newModel->kind = XSD_CONTENT_ALL; in schema_all() 1168 newModel->kind = XSD_CONTENT_ALL; in schema_group() 1297 newModel->kind = XSD_CONTENT_ANY; in schema_any() 2185 switch (model->kind) { in schema_content_model_fixup() 2211 model->kind = XSD_CONTENT_ALL; in schema_content_model_fixup() 2241 type->kind = (*tmp)->kind; in schema_type_fixup() 2343 switch (tmp->kind) { in delete_model() [all …]
|
H A D | php_encoding.c | 1377 switch (model->kind) { in model_to_zval_object() 1456 if ((*tmp)->kind == XSD_CONTENT_ANY) { in model_to_zval_object() 1500 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_zval_object_ex() 1507 enc->details.sdl_type->kind != XSD_TYPEKIND_LIST && in to_zval_object_ex() 1530 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_zval_object_ex() 1698 switch (model->kind) { in model_to_xml_object() 1864 switch (model->kind) { in model_array_element() 1918 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_xml_object() 1943 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_xml_object() 3314 switch (type->kind) { in sdl_guess_convert_zval() [all …]
|
/PHP-5.6/ext/com_dotnet/ |
H A D | com_handlers.c | 296 DESCKIND kind; in com_method_get() local 306 if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) { in com_method_get() 307 switch (kind) { in com_method_get()
|
/PHP-5.6/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 231 if (ast->kind == ZEND_CONST) { in zend_ast_clone() 233 node->kind = ZEND_CONST; in zend_ast_clone() 259 node->kind = ast->kind; in zend_ast_clone()
|
H A D | zend_persist_calc.c | 103 if (ast->kind == ZEND_CONST) { in zend_persist_ast_calc()
|
/PHP-5.6/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 723 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC) in get_driver_methods() 725 switch (kind) { in get_driver_methods()
|