Home
last modified time | relevance | path

Searched refs:kind (Results 26 – 50 of 63) sorted by relevance

123

/PHP-7.4/ext/date/tests/
H A DDateTime_data-spring-type2-type3.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type3-type2.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type3-type3.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-february.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type2-type2.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-fall-type2-type2.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-fall-type2-type3.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-fall-type3-type2.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-fall-type3-type3.inc5 * in a userland package. Please be so kind as to leave them.
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.service.in53 # Takes away the ability to create or manage any kind of namespace
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1279 int pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods() argument
1290 funcs = dbh->methods->get_driver_methods(dbh, kind); in pdo_hash_methods()
1295 dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent); in pdo_hash_methods()
1296 zend_hash_init_ex(dbh->cls_methods[kind], 8, NULL, in pdo_hash_methods()
1339 zend_hash_str_add_mem(dbh->cls_methods[kind], lc_name, namelen, &func, sizeof(func)); in pdo_hash_methods()
H A Dphp_pdo_driver.h303 typedef const zend_function_entry *(*pdo_dbh_get_driver_methods_func)(pdo_dbh_t *dbh, int kind);
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c82 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) { in zend_persist_ast_calc()
H A Dzend_file_cache.c305 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) {
1033 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) {
H A Dzend_persist.c157 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) { in zend_persist_ast()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c849 if (ast->kind == ZEND_AST_CONSTANT in phpdbg_short_zval_print()
850 || ast->kind == ZEND_AST_CONSTANT_CLASS) { in phpdbg_short_zval_print()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c710 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind) in get_driver_methods() argument
712 switch (kind) { in get_driver_methods()
/PHP-7.4/ext/ffi/
H A Dffi.g332 {zend_ffi_val val = {.kind = ZEND_FFI_VAL_EMPTY};}
396 {zend_ffi_val len = {.kind = ZEND_FFI_VAL_EMPTY};}
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c1143 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind) in pdo_pgsql_get_driver_methods() argument
1145 switch (kind) { in pdo_pgsql_get_driver_methods()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c1293 WSDL_CACHE_GET_1(model->kind, sdlContentKind, in); in sdl_deserialize_model()
1296 switch (model->kind) { in sdl_deserialize_model()
1331 WSDL_CACHE_GET_1(type->kind, sdlTypeKind, in); in sdl_deserialize_type()
1873 WSDL_CACHE_PUT_1(model->kind, out); in sdl_serialize_model()
1876 switch (model->kind) { in sdl_serialize_model()
1930 WSDL_CACHE_PUT_1(type->kind, out); in sdl_serialize_type()
2661 switch (pmodel->kind) { in make_persistent_sdl_model()
H A Dsoap.c4645 switch (model->kind) {
4685 switch (type->kind) {
4794 if ((type->kind == XSD_TYPEKIND_RESTRICTION ||
4795 type->kind == XSD_TYPEKIND_EXTENSION) && type->encode) {
4799 enc->details.sdl_type->kind != XSD_TYPEKIND_SIMPLE &&
4800 enc->details.sdl_type->kind != XSD_TYPEKIND_LIST &&
4801 enc->details.sdl_type->kind != XSD_TYPEKIND_UNION) {
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c234 if (ast->kind != ZEND_AST_CONSTANT in zend_optimizer_pass1()
/PHP-7.4/Zend/
H A Dzend_language_parser.y968 if ($$->kind == ZEND_AST_CONDITIONAL) $$->attr = ZEND_PARENTHESIZED_CONDITIONAL;
969 …if ($$->kind == ZEND_AST_BINARY_OP && $$->attr == ZEND_CONCAT) $$->attr = ZEND_PARENTHESIZED_CONCA…
H A Dzend_execute.c3964 uint32_t kind = range->var & ZEND_LIVE_MASK; in cleanup_live_vars() local
3968 if (kind == ZEND_LIVE_TMPVAR) { in cleanup_live_vars()
3970 } else if (kind == ZEND_LIVE_NEW) { in cleanup_live_vars()
3976 } else if (kind == ZEND_LIVE_LOOP) { in cleanup_live_vars()
3981 } else if (kind == ZEND_LIVE_ROPE) { in cleanup_live_vars()
3997 } else if (kind == ZEND_LIVE_SILENCE) { in cleanup_live_vars()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c310 char *kind = "Class"; in _class_string() local
312 kind = "Interface"; in _class_string()
314 kind = "Trait"; in _class_string()
316 smart_str_append_printf(str, "%s%s [ ", indent, kind); in _class_string()
2786 if (ast->kind == ZEND_AST_CONSTANT in ZEND_METHOD()
2787 || ast->kind == ZEND_AST_CONSTANT_CLASS) { in ZEND_METHOD()
2816 if (ast->kind == ZEND_AST_CONSTANT) { in ZEND_METHOD()
2818 } else if (ast->kind == ZEND_AST_CONSTANT_CLASS) { in ZEND_METHOD()

Completed in 124 milliseconds

123